/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-09-12T04:50:50+0000 | MainThread | 139707663478088 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-09-12T04:50:50+0000 | MainThread | 139707663478088 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-09-12T04:50:50+0000 | MainThread | 139707663478088 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-09-12T04:50:50+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:50:50+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-09-12T04:50:50+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79589c9c-3256-11ed-aaec-2ae396dc5908 | InvocationID=79589f26-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:50:50+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7958b1fa-3256-11ed-aaec-2ae396dc5908 | InvocationID=7958b2b8-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:50:50+0000 | MainThread | 139707663478088 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server 2022-09-12T04:50:51+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79589c9c-3256-11ed-aaec-2ae396dc5908 | InvocationID=79589f26-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:50:51+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7958b1fa-3256-11ed-aaec-2ae396dc5908 | InvocationID=7958b2b8-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:50:51+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79589c9c-3256-11ed-aaec-2ae396dc5908 | InvocationID=79589f26-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:50:51+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7958b1fa-3256-11ed-aaec-2ae396dc5908 | InvocationID=7958b2b8-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:11+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7958b1fa-3256-11ed-aaec-2ae396dc5908 | InvocationID=7958b2b8-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:51:11+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ec681c-3256-11ed-aaec-2ae396dc5908 | InvocationID=85ec6984-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:51:12+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ec681c-3256-11ed-aaec-2ae396dc5908 | InvocationID=85ec6984-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:12+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85ec681c-3256-11ed-aaec-2ae396dc5908 | InvocationID=85ec6984-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:16+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79589c9c-3256-11ed-aaec-2ae396dc5908 | InvocationID=79589f26-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:51:16+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e77b1a-3256-11ed-aaec-2ae396dc5908 | InvocationID=88e77dae-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:51:17+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e77b1a-3256-11ed-aaec-2ae396dc5908 | InvocationID=88e77dae-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:17+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e77b1a-3256-11ed-aaec-2ae396dc5908 | InvocationID=88e77dae-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:32+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85ec681c-3256-11ed-aaec-2ae396dc5908 | InvocationID=85ec6984-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:51:32+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92736770-3256-11ed-aaec-2ae396dc5908 | InvocationID=92736c3e-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:51:33+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92736770-3256-11ed-aaec-2ae396dc5908 | InvocationID=92736c3e-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:33+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92736770-3256-11ed-aaec-2ae396dc5908 | InvocationID=92736c3e-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:42+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e77b1a-3256-11ed-aaec-2ae396dc5908 | InvocationID=88e77dae-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:51:42+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9871957a-3256-11ed-aaec-2ae396dc5908 | InvocationID=98719840-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:51:43+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9871957a-3256-11ed-aaec-2ae396dc5908 | InvocationID=98719840-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:43+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9871957a-3256-11ed-aaec-2ae396dc5908 | InvocationID=98719840-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:53+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92736770-3256-11ed-aaec-2ae396dc5908 | InvocationID=92736c3e-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:51:53+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9efc68a2-3256-11ed-aaec-2ae396dc5908 | InvocationID=9efc6bae-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:51:54+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9efc68a2-3256-11ed-aaec-2ae396dc5908 | InvocationID=9efc6bae-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:51:54+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9efc68a2-3256-11ed-aaec-2ae396dc5908 | InvocationID=9efc6bae-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:52:08+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9871957a-3256-11ed-aaec-2ae396dc5908 | InvocationID=98719840-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:52:08+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f83b5c-3256-11ed-aaec-2ae396dc5908 | InvocationID=a7f83d96-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:52:09+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f83b5c-3256-11ed-aaec-2ae396dc5908 | InvocationID=a7f83d96-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:52:09+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7f83b5c-3256-11ed-aaec-2ae396dc5908 | InvocationID=a7f83d96-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:52:14+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9efc68a2-3256-11ed-aaec-2ae396dc5908 | InvocationID=9efc6bae-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:52:14+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab886940-3256-11ed-aaec-2ae396dc5908 | InvocationID=ab886af8-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:52:15+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab886940-3256-11ed-aaec-2ae396dc5908 | InvocationID=ab886af8-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:52:15+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab886940-3256-11ed-aaec-2ae396dc5908 | InvocationID=ab886af8-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-12T04:52:34+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7f83b5c-3256-11ed-aaec-2ae396dc5908 | InvocationID=a7f83d96-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:52:34+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77ec1ea-3256-11ed-aaec-2ae396dc5908 | InvocationID=b77ec69a-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:52:34+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77ec1ea-3256-11ed-aaec-2ae396dc5908 | InvocationID=b77ec69a-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:52:34+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b77ec1ea-3256-11ed-aaec-2ae396dc5908 | InvocationID=b77ec69a-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:52:35+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab886940-3256-11ed-aaec-2ae396dc5908 | InvocationID=ab886af8-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:52:35+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b815155a-3256-11ed-aaec-2ae396dc5908 | InvocationID=b815174e-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:52:35+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b815155a-3256-11ed-aaec-2ae396dc5908 | InvocationID=b815174e-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:52:35+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b815155a-3256-11ed-aaec-2ae396dc5908 | InvocationID=b815174e-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:52:55+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b815155a-3256-11ed-aaec-2ae396dc5908 | InvocationID=b815174e-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:52:55+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4091cb2-3256-11ed-aaec-2ae396dc5908 | InvocationID=c4091e10-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:52:55+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4091cb2-3256-11ed-aaec-2ae396dc5908 | InvocationID=c4091e10-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:52:55+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4091cb2-3256-11ed-aaec-2ae396dc5908 | InvocationID=c4091e10-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:52:59+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b77ec1ea-3256-11ed-aaec-2ae396dc5908 | InvocationID=b77ec69a-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:52:59+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c684bc94-3256-11ed-aaec-2ae396dc5908 | InvocationID=c684bf00-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:52:59+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c684bc94-3256-11ed-aaec-2ae396dc5908 | InvocationID=c684bf00-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:52:59+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c684bc94-3256-11ed-aaec-2ae396dc5908 | InvocationID=c684bf00-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:53:15+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4091cb2-3256-11ed-aaec-2ae396dc5908 | InvocationID=c4091e10-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:53:15+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cffba53a-3256-11ed-aaec-2ae396dc5908 | InvocationID=cffba698-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:53:15+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cffba53a-3256-11ed-aaec-2ae396dc5908 | InvocationID=cffba698-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:53:15+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cffba53a-3256-11ed-aaec-2ae396dc5908 | InvocationID=cffba698-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:53:24+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c684bc94-3256-11ed-aaec-2ae396dc5908 | InvocationID=c684bf00-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:53:24+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57260c6-3256-11ed-aaec-2ae396dc5908 | InvocationID=d572626a-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:53:24+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57260c6-3256-11ed-aaec-2ae396dc5908 | InvocationID=d572626a-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:53:24+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d57260c6-3256-11ed-aaec-2ae396dc5908 | InvocationID=d572626a-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:53:35+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cffba53a-3256-11ed-aaec-2ae396dc5908 | InvocationID=cffba698-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:53:35+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbf2d2c8-3256-11ed-aaec-2ae396dc5908 | InvocationID=dbf2d750-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:53:35+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbf2d2c8-3256-11ed-aaec-2ae396dc5908 | InvocationID=dbf2d750-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:53:35+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbf2d2c8-3256-11ed-aaec-2ae396dc5908 | InvocationID=dbf2d750-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:53:49+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d57260c6-3256-11ed-aaec-2ae396dc5908 | InvocationID=d572626a-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:53:49+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4618c74-3256-11ed-aaec-2ae396dc5908 | InvocationID=e4618e72-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:53:49+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4618c74-3256-11ed-aaec-2ae396dc5908 | InvocationID=e4618e72-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:53:49+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4618c74-3256-11ed-aaec-2ae396dc5908 | InvocationID=e4618e72-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:53:55+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbf2d2c8-3256-11ed-aaec-2ae396dc5908 | InvocationID=dbf2d750-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:53:55+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e5a6b4-3256-11ed-aaec-2ae396dc5908 | InvocationID=e7e5a998-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:53:55+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e5a6b4-3256-11ed-aaec-2ae396dc5908 | InvocationID=e7e5a998-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:53:55+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7e5a6b4-3256-11ed-aaec-2ae396dc5908 | InvocationID=e7e5a998-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:54:14+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4618c74-3256-11ed-aaec-2ae396dc5908 | InvocationID=e4618e72-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:54:14+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3530abe-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3530d66-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:54:14+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3530abe-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3530d66-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:54:14+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3530abe-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3530d66-3256-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:54:15+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7e5a6b4-3256-11ed-aaec-2ae396dc5908 | InvocationID=e7e5a998-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:54:15+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d9213a-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3d9234c-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:54:15+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d9213a-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3d9234c-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:54:15+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d9213a-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3d9234c-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:54:35+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d9213a-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3d9234c-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:54:35+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffcb8dc0-3256-11ed-aaec-2ae396dc5908 | InvocationID=ffcb8f46-3256-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:54:35+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffcb8dc0-3256-11ed-aaec-2ae396dc5908 | InvocationID=ffcb8f46-3256-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:54:35+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffcb8dc0-3256-11ed-aaec-2ae396dc5908 | InvocationID=ffcb8f46-3256-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:54:39+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3530abe-3256-11ed-aaec-2ae396dc5908 | InvocationID=f3530d66-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:54:39+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02414cde-3257-11ed-aaec-2ae396dc5908 | InvocationID=02414efa-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:54:40+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02414cde-3257-11ed-aaec-2ae396dc5908 | InvocationID=02414efa-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:54:40+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02414cde-3257-11ed-aaec-2ae396dc5908 | InvocationID=02414efa-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:54:55+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffcb8dc0-3256-11ed-aaec-2ae396dc5908 | InvocationID=ffcb8f46-3256-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:54:55+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbe24f8-3257-11ed-aaec-2ae396dc5908 | InvocationID=0bbe29b2-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:54:55+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbe24f8-3257-11ed-aaec-2ae396dc5908 | InvocationID=0bbe29b2-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:54:55+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bbe24f8-3257-11ed-aaec-2ae396dc5908 | InvocationID=0bbe29b2-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:55:05+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02414cde-3257-11ed-aaec-2ae396dc5908 | InvocationID=02414efa-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:55:05+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=112f5466-3257-11ed-aaec-2ae396dc5908 | InvocationID=112f561e-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:55:05+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=112f5466-3257-11ed-aaec-2ae396dc5908 | InvocationID=112f561e-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:55:05+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=112f5466-3257-11ed-aaec-2ae396dc5908 | InvocationID=112f561e-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:55:15+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bbe24f8-3257-11ed-aaec-2ae396dc5908 | InvocationID=0bbe29b2-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:55:15+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17b42f82-3257-11ed-aaec-2ae396dc5908 | InvocationID=17b431d0-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:55:16+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17b42f82-3257-11ed-aaec-2ae396dc5908 | InvocationID=17b431d0-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:55:16+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17b42f82-3257-11ed-aaec-2ae396dc5908 | InvocationID=17b431d0-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:55:30+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=112f5466-3257-11ed-aaec-2ae396dc5908 | InvocationID=112f561e-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:55:30+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201f2e60-3257-11ed-aaec-2ae396dc5908 | InvocationID=201f3072-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:55:30+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201f2e60-3257-11ed-aaec-2ae396dc5908 | InvocationID=201f3072-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:55:30+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=201f2e60-3257-11ed-aaec-2ae396dc5908 | InvocationID=201f3072-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:55:36+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17b42f82-3257-11ed-aaec-2ae396dc5908 | InvocationID=17b431d0-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:55:36+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23aa053c-3257-11ed-aaec-2ae396dc5908 | InvocationID=23aa069a-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:55:36+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23aa053c-3257-11ed-aaec-2ae396dc5908 | InvocationID=23aa069a-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:55:36+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23aa053c-3257-11ed-aaec-2ae396dc5908 | InvocationID=23aa069a-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:55:55+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=201f2e60-3257-11ed-aaec-2ae396dc5908 | InvocationID=201f3072-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:55:55+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0ca1a0-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f0ca3da-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:55:55+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0ca1a0-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f0ca3da-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:55:55+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0ca1a0-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f0ca3da-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:55:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23aa053c-3257-11ed-aaec-2ae396dc5908 | InvocationID=23aa069a-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:55:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f9c5fac-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f9c616e-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:55:56+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f9c5fac-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f9c616e-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:55:56+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f9c5fac-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f9c616e-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:56:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f9c5fac-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f9c616e-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:56:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b90050c-3257-11ed-aaec-2ae396dc5908 | InvocationID=3b90070a-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:56:16+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b90050c-3257-11ed-aaec-2ae396dc5908 | InvocationID=3b90070a-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:56:16+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b90050c-3257-11ed-aaec-2ae396dc5908 | InvocationID=3b90070a-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:56:20+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0ca1a0-3257-11ed-aaec-2ae396dc5908 | InvocationID=2f0ca3da-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:56:20+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfa6a80-3257-11ed-aaec-2ae396dc5908 | InvocationID=3dfa6cba-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:56:20+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfa6a80-3257-11ed-aaec-2ae396dc5908 | InvocationID=3dfa6cba-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:56:20+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dfa6a80-3257-11ed-aaec-2ae396dc5908 | InvocationID=3dfa6cba-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:56:36+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b90050c-3257-11ed-aaec-2ae396dc5908 | InvocationID=3b90070a-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:56:36+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4781ec04-3257-11ed-aaec-2ae396dc5908 | InvocationID=4781ede4-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:56:36+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4781ec04-3257-11ed-aaec-2ae396dc5908 | InvocationID=4781ede4-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:56:36+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4781ec04-3257-11ed-aaec-2ae396dc5908 | InvocationID=4781ede4-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:56:45+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dfa6a80-3257-11ed-aaec-2ae396dc5908 | InvocationID=3dfa6cba-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:56:45+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ce88a40-3257-11ed-aaec-2ae396dc5908 | InvocationID=4ce88b94-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:56:45+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ce88a40-3257-11ed-aaec-2ae396dc5908 | InvocationID=4ce88b94-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:56:45+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ce88a40-3257-11ed-aaec-2ae396dc5908 | InvocationID=4ce88b94-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:56:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4781ec04-3257-11ed-aaec-2ae396dc5908 | InvocationID=4781ede4-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:56:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5374a114-3257-11ed-aaec-2ae396dc5908 | InvocationID=5374a27c-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:56:56+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5374a114-3257-11ed-aaec-2ae396dc5908 | InvocationID=5374a27c-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:56:56+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5374a114-3257-11ed-aaec-2ae396dc5908 | InvocationID=5374a27c-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:57:10+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ce88a40-3257-11ed-aaec-2ae396dc5908 | InvocationID=4ce88b94-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:57:10+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bd70c2a-3257-11ed-aaec-2ae396dc5908 | InvocationID=5bd70d9c-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:57:10+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bd70c2a-3257-11ed-aaec-2ae396dc5908 | InvocationID=5bd70d9c-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:57:10+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bd70c2a-3257-11ed-aaec-2ae396dc5908 | InvocationID=5bd70d9c-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:57:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5374a114-3257-11ed-aaec-2ae396dc5908 | InvocationID=5374a27c-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:57:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f66ded8-3257-11ed-aaec-2ae396dc5908 | InvocationID=5f66e19e-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:57:16+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f66ded8-3257-11ed-aaec-2ae396dc5908 | InvocationID=5f66e19e-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:57:16+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f66ded8-3257-11ed-aaec-2ae396dc5908 | InvocationID=5f66e19e-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:57:35+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bd70c2a-3257-11ed-aaec-2ae396dc5908 | InvocationID=5bd70d9c-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:57:35+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ac8b828-3257-11ed-aaec-2ae396dc5908 | InvocationID=6ac8ba9e-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:57:35+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ac8b828-3257-11ed-aaec-2ae396dc5908 | InvocationID=6ac8ba9e-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:57:35+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ac8b828-3257-11ed-aaec-2ae396dc5908 | InvocationID=6ac8ba9e-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:57:36+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f66ded8-3257-11ed-aaec-2ae396dc5908 | InvocationID=5f66e19e-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:57:36+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5b960c-3257-11ed-aaec-2ae396dc5908 | InvocationID=6b5b9940-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:57:36+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5b960c-3257-11ed-aaec-2ae396dc5908 | InvocationID=6b5b9940-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:57:36+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b5b960c-3257-11ed-aaec-2ae396dc5908 | InvocationID=6b5b9940-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:57:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b5b960c-3257-11ed-aaec-2ae396dc5908 | InvocationID=6b5b9940-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:57:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774d8f7e-3257-11ed-aaec-2ae396dc5908 | InvocationID=774d92d0-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:57:56+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774d8f7e-3257-11ed-aaec-2ae396dc5908 | InvocationID=774d92d0-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:57:56+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=774d8f7e-3257-11ed-aaec-2ae396dc5908 | InvocationID=774d92d0-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:58:00+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ac8b828-3257-11ed-aaec-2ae396dc5908 | InvocationID=6ac8ba9e-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:58:00+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b89f9c-3257-11ed-aaec-2ae396dc5908 | InvocationID=79b8a6a4-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:58:00+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b89f9c-3257-11ed-aaec-2ae396dc5908 | InvocationID=79b8a6a4-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:58:00+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79b89f9c-3257-11ed-aaec-2ae396dc5908 | InvocationID=79b8a6a4-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:58:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=774d8f7e-3257-11ed-aaec-2ae396dc5908 | InvocationID=774d92d0-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:58:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8340d8e0-3257-11ed-aaec-2ae396dc5908 | InvocationID=8340dc28-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:58:16+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8340d8e0-3257-11ed-aaec-2ae396dc5908 | InvocationID=8340dc28-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:58:16+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8340d8e0-3257-11ed-aaec-2ae396dc5908 | InvocationID=8340dc28-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:58:25+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79b89f9c-3257-11ed-aaec-2ae396dc5908 | InvocationID=79b8a6a4-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:58:25+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a5ddb2-3257-11ed-aaec-2ae396dc5908 | InvocationID=88a5df38-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:58:25+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a5ddb2-3257-11ed-aaec-2ae396dc5908 | InvocationID=88a5df38-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:58:25+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88a5ddb2-3257-11ed-aaec-2ae396dc5908 | InvocationID=88a5df38-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:58:36+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8340d8e0-3257-11ed-aaec-2ae396dc5908 | InvocationID=8340dc28-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:58:36+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f33d170-3257-11ed-aaec-2ae396dc5908 | InvocationID=8f33de2c-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:58:36+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f33d170-3257-11ed-aaec-2ae396dc5908 | InvocationID=8f33de2c-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:58:36+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f33d170-3257-11ed-aaec-2ae396dc5908 | InvocationID=8f33de2c-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:58:50+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88a5ddb2-3257-11ed-aaec-2ae396dc5908 | InvocationID=88a5df38-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:58:50+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97963812-3257-11ed-aaec-2ae396dc5908 | InvocationID=97964bcc-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:58:50+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97963812-3257-11ed-aaec-2ae396dc5908 | InvocationID=97964bcc-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:58:50+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97963812-3257-11ed-aaec-2ae396dc5908 | InvocationID=97964bcc-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:58:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f33d170-3257-11ed-aaec-2ae396dc5908 | InvocationID=8f33de2c-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:58:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b2b82ac-3257-11ed-aaec-2ae396dc5908 | InvocationID=9b2b852c-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:58:56+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b2b82ac-3257-11ed-aaec-2ae396dc5908 | InvocationID=9b2b852c-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:58:56+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b2b82ac-3257-11ed-aaec-2ae396dc5908 | InvocationID=9b2b852c-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:59:15+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97963812-3257-11ed-aaec-2ae396dc5908 | InvocationID=97964bcc-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:59:15+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a683b39a-3257-11ed-aaec-2ae396dc5908 | InvocationID=a683b610-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:59:15+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a683b39a-3257-11ed-aaec-2ae396dc5908 | InvocationID=a683b610-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:59:15+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a683b39a-3257-11ed-aaec-2ae396dc5908 | InvocationID=a683b610-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:59:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b2b82ac-3257-11ed-aaec-2ae396dc5908 | InvocationID=9b2b852c-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:59:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a71d8fba-3257-11ed-aaec-2ae396dc5908 | InvocationID=a71d91a4-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:59:16+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a71d8fba-3257-11ed-aaec-2ae396dc5908 | InvocationID=a71d91a4-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:59:16+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a71d8fba-3257-11ed-aaec-2ae396dc5908 | InvocationID=a71d91a4-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:59:36+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a71d8fba-3257-11ed-aaec-2ae396dc5908 | InvocationID=a71d91a4-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:59:36+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30ffab0-3257-11ed-aaec-2ae396dc5908 | InvocationID=b30ffcea-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:59:36+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30ffab0-3257-11ed-aaec-2ae396dc5908 | InvocationID=b30ffcea-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:59:36+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b30ffab0-3257-11ed-aaec-2ae396dc5908 | InvocationID=b30ffcea-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:59:40+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a683b39a-3257-11ed-aaec-2ae396dc5908 | InvocationID=a683b610-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T04:59:40+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57519d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=b5751c18-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T04:59:40+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57519d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=b5751c18-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:59:40+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b57519d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=b5751c18-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T04:59:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b30ffab0-3257-11ed-aaec-2ae396dc5908 | InvocationID=b30ffcea-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T04:59:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0498b2-3257-11ed-aaec-2ae396dc5908 | InvocationID=bf049a74-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T04:59:56+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0498b2-3257-11ed-aaec-2ae396dc5908 | InvocationID=bf049a74-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T04:59:56+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf0498b2-3257-11ed-aaec-2ae396dc5908 | InvocationID=bf049a74-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:00:05+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b57519d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=b5751c18-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:00:05+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4622806-3257-11ed-aaec-2ae396dc5908 | InvocationID=c4622a86-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:00:05+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4622806-3257-11ed-aaec-2ae396dc5908 | InvocationID=c4622a86-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:00:05+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4622806-3257-11ed-aaec-2ae396dc5908 | InvocationID=c4622a86-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:00:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf0498b2-3257-11ed-aaec-2ae396dc5908 | InvocationID=bf049a74-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:00:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf76424-3257-11ed-aaec-2ae396dc5908 | InvocationID=caf76640-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:00:16+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf76424-3257-11ed-aaec-2ae396dc5908 | InvocationID=caf76640-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:00:16+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caf76424-3257-11ed-aaec-2ae396dc5908 | InvocationID=caf76640-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:00:30+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4622806-3257-11ed-aaec-2ae396dc5908 | InvocationID=c4622a86-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:00:30+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d35340d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=d353434a-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:00:30+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d35340d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=d353434a-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:00:30+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d35340d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=d353434a-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:00:36+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caf76424-3257-11ed-aaec-2ae396dc5908 | InvocationID=caf76640-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:00:36+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6eb56c8-3257-11ed-aaec-2ae396dc5908 | InvocationID=d6eb584e-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:00:36+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6eb56c8-3257-11ed-aaec-2ae396dc5908 | InvocationID=d6eb584e-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:00:36+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6eb56c8-3257-11ed-aaec-2ae396dc5908 | InvocationID=d6eb584e-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:00:55+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d35340d4-3257-11ed-aaec-2ae396dc5908 | InvocationID=d353434a-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:00:55+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2416a44-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2416bca-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:00:55+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2416a44-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2416bca-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:00:55+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2416a44-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2416bca-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:00:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6eb56c8-3257-11ed-aaec-2ae396dc5908 | InvocationID=d6eb584e-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:00:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2dde7c0-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2dde982-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:00:56+0000 | aai_event_thread | 139707612736288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2dde7c0-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2dde982-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:00:56+0000 | aai_event_thread | 139707612736288 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2dde7c0-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2dde982-3257-11ed-aaec-2ae396dc5908 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-12T05:01:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2dde7c0-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2dde982-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:01:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed07d86-3257-11ed-aaec-2ae396dc5908 | InvocationID=eed07f02-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:01:20+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2416a44-3257-11ed-aaec-2ae396dc5908 | InvocationID=e2416bca-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:01:20+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12e4004-3257-11ed-aaec-2ae396dc5908 | InvocationID=f12e4176-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:01:20+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12e4004-3257-11ed-aaec-2ae396dc5908 | InvocationID=f12e4176-3257-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:01:20+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f12e4004-3257-11ed-aaec-2ae396dc5908 | InvocationID=f12e4176-3257-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:01:41+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed07d86-3257-11ed-aaec-2ae396dc5908 | InvocationID=eed07f02-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:01:41+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdcbcdea-3257-11ed-aaec-2ae396dc5908 | InvocationID=fdcbd164-3257-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:01:45+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f12e4004-3257-11ed-aaec-2ae396dc5908 | InvocationID=f12e4176-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:01:45+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001a1692-3258-11ed-aaec-2ae396dc5908 | InvocationID=001a1c1e-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:01:45+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001a1692-3258-11ed-aaec-2ae396dc5908 | InvocationID=001a1c1e-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:01:45+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=001a1692-3258-11ed-aaec-2ae396dc5908 | InvocationID=001a1c1e-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:02:02+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdcbcdea-3257-11ed-aaec-2ae396dc5908 | InvocationID=fdcbd164-3257-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:02:02+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c55a4e-3258-11ed-aaec-2ae396dc5908 | InvocationID=09c55e04-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:02:10+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=001a1692-3258-11ed-aaec-2ae396dc5908 | InvocationID=001a1c1e-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:02:10+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f06b35e-3258-11ed-aaec-2ae396dc5908 | InvocationID=0f06b5d4-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:02:10+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f06b35e-3258-11ed-aaec-2ae396dc5908 | InvocationID=0f06b5d4-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:02:10+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f06b35e-3258-11ed-aaec-2ae396dc5908 | InvocationID=0f06b5d4-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:02:22+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09c55a4e-3258-11ed-aaec-2ae396dc5908 | InvocationID=09c55e04-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:02:22+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bb2c7a-3258-11ed-aaec-2ae396dc5908 | InvocationID=15bb2f86-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:02:35+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f06b35e-3258-11ed-aaec-2ae396dc5908 | InvocationID=0f06b5d4-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:02:35+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1df4108c-3258-11ed-aaec-2ae396dc5908 | InvocationID=1df4153c-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:02:36+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1df4108c-3258-11ed-aaec-2ae396dc5908 | InvocationID=1df4153c-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:02:36+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1df4108c-3258-11ed-aaec-2ae396dc5908 | InvocationID=1df4153c-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:02:42+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15bb2c7a-3258-11ed-aaec-2ae396dc5908 | InvocationID=15bb2f86-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:02:42+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21c1d794-3258-11ed-aaec-2ae396dc5908 | InvocationID=21c1dd66-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:03:01+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1df4108c-3258-11ed-aaec-2ae396dc5908 | InvocationID=1df4153c-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:03:01+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce9d978-3258-11ed-aaec-2ae396dc5908 | InvocationID=2ce9de1e-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:03:01+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce9d978-3258-11ed-aaec-2ae396dc5908 | InvocationID=2ce9de1e-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:03:01+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ce9d978-3258-11ed-aaec-2ae396dc5908 | InvocationID=2ce9de1e-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:03:02+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21c1d794-3258-11ed-aaec-2ae396dc5908 | InvocationID=21c1dd66-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:03:02+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e07e534-3258-11ed-aaec-2ae396dc5908 | InvocationID=2e07f632-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:03:26+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ce9d978-3258-11ed-aaec-2ae396dc5908 | InvocationID=2ce9de1e-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:03:26+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd7d9a8-3258-11ed-aaec-2ae396dc5908 | InvocationID=3bd7dcaa-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:03:26+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd7d9a8-3258-11ed-aaec-2ae396dc5908 | InvocationID=3bd7dcaa-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:03:26+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd7d9a8-3258-11ed-aaec-2ae396dc5908 | InvocationID=3bd7dcaa-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:03:27+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e07e534-3258-11ed-aaec-2ae396dc5908 | InvocationID=2e07f632-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:03:27+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ccca8ca-3258-11ed-aaec-2ae396dc5908 | InvocationID=3cccaa32-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:03:51+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd7d9a8-3258-11ed-aaec-2ae396dc5908 | InvocationID=3bd7dcaa-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:03:51+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac60cb4-3258-11ed-aaec-2ae396dc5908 | InvocationID=4ac60ef8-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:03:51+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac60cb4-3258-11ed-aaec-2ae396dc5908 | InvocationID=4ac60ef8-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:03:51+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ac60cb4-3258-11ed-aaec-2ae396dc5908 | InvocationID=4ac60ef8-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:03:52+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ccca8ca-3258-11ed-aaec-2ae396dc5908 | InvocationID=3cccaa32-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:03:52+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9185ce-3258-11ed-aaec-2ae396dc5908 | InvocationID=4b918a7e-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:04:16+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ac60cb4-3258-11ed-aaec-2ae396dc5908 | InvocationID=4ac60ef8-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:04:16+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b7ed96-3258-11ed-aaec-2ae396dc5908 | InvocationID=59b7ef3a-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:04:16+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b7ed96-3258-11ed-aaec-2ae396dc5908 | InvocationID=59b7ef3a-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:04:16+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59b7ed96-3258-11ed-aaec-2ae396dc5908 | InvocationID=59b7ef3a-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:04:17+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b9185ce-3258-11ed-aaec-2ae396dc5908 | InvocationID=4b918a7e-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:04:17+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a557318-3258-11ed-aaec-2ae396dc5908 | InvocationID=5a55750c-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:04:41+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59b7ed96-3258-11ed-aaec-2ae396dc5908 | InvocationID=59b7ef3a-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:04:41+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a7757e-3258-11ed-aaec-2ae396dc5908 | InvocationID=68a77722-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:04:41+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a7757e-3258-11ed-aaec-2ae396dc5908 | InvocationID=68a77722-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:04:41+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a7757e-3258-11ed-aaec-2ae396dc5908 | InvocationID=68a77722-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:04:42+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a557318-3258-11ed-aaec-2ae396dc5908 | InvocationID=5a55750c-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:04:42+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6928e118-3258-11ed-aaec-2ae396dc5908 | InvocationID=6928e33e-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:05:06+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a7757e-3258-11ed-aaec-2ae396dc5908 | InvocationID=68a77722-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:05:06+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7798f67a-3258-11ed-aaec-2ae396dc5908 | InvocationID=7798f828-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:05:06+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7798f67a-3258-11ed-aaec-2ae396dc5908 | InvocationID=7798f828-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:05:06+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7798f67a-3258-11ed-aaec-2ae396dc5908 | InvocationID=7798f828-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:05:06+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6928e118-3258-11ed-aaec-2ae396dc5908 | InvocationID=6928e33e-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:05:06+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77faff0a-3258-11ed-aaec-2ae396dc5908 | InvocationID=77fb0176-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:05:31+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7798f67a-3258-11ed-aaec-2ae396dc5908 | InvocationID=7798f828-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:05:31+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868624aa-3258-11ed-aaec-2ae396dc5908 | InvocationID=868626ee-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:05:31+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868624aa-3258-11ed-aaec-2ae396dc5908 | InvocationID=868626ee-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:05:31+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=868624aa-3258-11ed-aaec-2ae396dc5908 | InvocationID=868626ee-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:05:31+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77faff0a-3258-11ed-aaec-2ae396dc5908 | InvocationID=77fb0176-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:05:31+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c0a21a-3258-11ed-aaec-2ae396dc5908 | InvocationID=86c0a3d2-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:05:56+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=868624aa-3258-11ed-aaec-2ae396dc5908 | InvocationID=868626ee-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:05:56+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9574dbc8-3258-11ed-aaec-2ae396dc5908 | InvocationID=9574dda8-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:05:56+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9574dbc8-3258-11ed-aaec-2ae396dc5908 | InvocationID=9574dda8-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:05:56+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9574dbc8-3258-11ed-aaec-2ae396dc5908 | InvocationID=9574dda8-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:05:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86c0a21a-3258-11ed-aaec-2ae396dc5908 | InvocationID=86c0a3d2-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:05:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95859742-3258-11ed-aaec-2ae396dc5908 | InvocationID=95859940-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:06:21+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95859742-3258-11ed-aaec-2ae396dc5908 | InvocationID=95859940-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:06:21+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a44aaec0-3258-11ed-aaec-2ae396dc5908 | InvocationID=a44ab078-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:06:21+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9574dbc8-3258-11ed-aaec-2ae396dc5908 | InvocationID=9574dda8-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:06:21+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a464646e-3258-11ed-aaec-2ae396dc5908 | InvocationID=a4647170-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:06:21+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a464646e-3258-11ed-aaec-2ae396dc5908 | InvocationID=a4647170-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:06:21+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a464646e-3258-11ed-aaec-2ae396dc5908 | InvocationID=a4647170-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:06:46+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a44aaec0-3258-11ed-aaec-2ae396dc5908 | InvocationID=a44ab078-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:06:46+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3148f20-3258-11ed-aaec-2ae396dc5908 | InvocationID=b3149074-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:06:46+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a464646e-3258-11ed-aaec-2ae396dc5908 | InvocationID=a4647170-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:06:46+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b351fac2-3258-11ed-aaec-2ae396dc5908 | InvocationID=b352063e-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:06:46+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b351fac2-3258-11ed-aaec-2ae396dc5908 | InvocationID=b352063e-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:06:46+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b351fac2-3258-11ed-aaec-2ae396dc5908 | InvocationID=b352063e-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:07:11+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3148f20-3258-11ed-aaec-2ae396dc5908 | InvocationID=b3149074-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:07:11+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e78fc0-3258-11ed-aaec-2ae396dc5908 | InvocationID=c1e79204-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:07:11+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b351fac2-3258-11ed-aaec-2ae396dc5908 | InvocationID=b352063e-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:07:11+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2449c38-3258-11ed-aaec-2ae396dc5908 | InvocationID=c2449f8a-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:07:11+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2449c38-3258-11ed-aaec-2ae396dc5908 | InvocationID=c2449f8a-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:07:11+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2449c38-3258-11ed-aaec-2ae396dc5908 | InvocationID=c2449f8a-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:07:35+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1e78fc0-3258-11ed-aaec-2ae396dc5908 | InvocationID=c1e79204-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:07:35+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b13aa6-3258-11ed-aaec-2ae396dc5908 | InvocationID=d0b142d0-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:07:36+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2449c38-3258-11ed-aaec-2ae396dc5908 | InvocationID=c2449f8a-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:07:36+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d132ee52-3258-11ed-aaec-2ae396dc5908 | InvocationID=d132efa6-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:07:36+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d132ee52-3258-11ed-aaec-2ae396dc5908 | InvocationID=d132efa6-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:07:36+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d132ee52-3258-11ed-aaec-2ae396dc5908 | InvocationID=d132efa6-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:08:00+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0b13aa6-3258-11ed-aaec-2ae396dc5908 | InvocationID=d0b142d0-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:08:00+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df780cc2-3258-11ed-aaec-2ae396dc5908 | InvocationID=df780ff6-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:08:01+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d132ee52-3258-11ed-aaec-2ae396dc5908 | InvocationID=d132efa6-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:08:01+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0240892-3258-11ed-aaec-2ae396dc5908 | InvocationID=e0240a22-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:08:01+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0240892-3258-11ed-aaec-2ae396dc5908 | InvocationID=e0240a22-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:08:01+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0240892-3258-11ed-aaec-2ae396dc5908 | InvocationID=e0240a22-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:08:25+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df780cc2-3258-11ed-aaec-2ae396dc5908 | InvocationID=df780ff6-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:08:25+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee3b35ae-3258-11ed-aaec-2ae396dc5908 | InvocationID=ee3b391e-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:08:26+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0240892-3258-11ed-aaec-2ae396dc5908 | InvocationID=e0240a22-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:08:26+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef111516-3258-11ed-aaec-2ae396dc5908 | InvocationID=ef111714-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:08:26+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef111516-3258-11ed-aaec-2ae396dc5908 | InvocationID=ef111714-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:08:26+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef111516-3258-11ed-aaec-2ae396dc5908 | InvocationID=ef111714-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:08:50+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee3b35ae-3258-11ed-aaec-2ae396dc5908 | InvocationID=ee3b391e-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:08:50+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd00b94c-3258-11ed-aaec-2ae396dc5908 | InvocationID=fd00bb36-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:08:51+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef111516-3258-11ed-aaec-2ae396dc5908 | InvocationID=ef111714-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:08:51+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdfe0494-3258-11ed-aaec-2ae396dc5908 | InvocationID=fdfe05e8-3258-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:08:51+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdfe0494-3258-11ed-aaec-2ae396dc5908 | InvocationID=fdfe05e8-3258-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:08:51+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdfe0494-3258-11ed-aaec-2ae396dc5908 | InvocationID=fdfe05e8-3258-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:09:14+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd00b94c-3258-11ed-aaec-2ae396dc5908 | InvocationID=fd00bb36-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:09:14+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bc3d630-3259-11ed-aaec-2ae396dc5908 | InvocationID=0bc3d8c4-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:09:16+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdfe0494-3258-11ed-aaec-2ae396dc5908 | InvocationID=fdfe05e8-3258-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:09:16+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cea62ea-3259-11ed-aaec-2ae396dc5908 | InvocationID=0cea645c-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:09:16+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cea62ea-3259-11ed-aaec-2ae396dc5908 | InvocationID=0cea645c-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:09:16+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cea62ea-3259-11ed-aaec-2ae396dc5908 | InvocationID=0cea645c-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:09:39+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bc3d630-3259-11ed-aaec-2ae396dc5908 | InvocationID=0bc3d8c4-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:09:39+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a889cbe-3259-11ed-aaec-2ae396dc5908 | InvocationID=1a889fc0-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:09:41+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cea62ea-3259-11ed-aaec-2ae396dc5908 | InvocationID=0cea645c-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:09:41+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bd632f2-3259-11ed-aaec-2ae396dc5908 | InvocationID=1bd634dc-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:09:41+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bd632f2-3259-11ed-aaec-2ae396dc5908 | InvocationID=1bd634dc-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:09:41+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bd632f2-3259-11ed-aaec-2ae396dc5908 | InvocationID=1bd634dc-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:10:04+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a889cbe-3259-11ed-aaec-2ae396dc5908 | InvocationID=1a889fc0-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:10:04+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29541afc-3259-11ed-aaec-2ae396dc5908 | InvocationID=29541cf0-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:10:06+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bd632f2-3259-11ed-aaec-2ae396dc5908 | InvocationID=1bd634dc-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:10:06+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ac2dbda-3259-11ed-aaec-2ae396dc5908 | InvocationID=2ac2de0a-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:10:06+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ac2dbda-3259-11ed-aaec-2ae396dc5908 | InvocationID=2ac2de0a-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:10:06+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ac2dbda-3259-11ed-aaec-2ae396dc5908 | InvocationID=2ac2de0a-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:10:29+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29541afc-3259-11ed-aaec-2ae396dc5908 | InvocationID=29541cf0-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:10:29+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38176e2c-3259-11ed-aaec-2ae396dc5908 | InvocationID=38177034-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:10:31+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ac2dbda-3259-11ed-aaec-2ae396dc5908 | InvocationID=2ac2de0a-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:10:31+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b1aaea-3259-11ed-aaec-2ae396dc5908 | InvocationID=39b1ad06-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:10:32+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b1aaea-3259-11ed-aaec-2ae396dc5908 | InvocationID=39b1ad06-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:10:32+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b1aaea-3259-11ed-aaec-2ae396dc5908 | InvocationID=39b1ad06-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:10:54+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38176e2c-3259-11ed-aaec-2ae396dc5908 | InvocationID=38177034-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:10:54+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46dc379e-3259-11ed-aaec-2ae396dc5908 | InvocationID=46dc3b2c-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:10:57+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b1aaea-3259-11ed-aaec-2ae396dc5908 | InvocationID=39b1ad06-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:10:57+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a0e0b6-3259-11ed-aaec-2ae396dc5908 | InvocationID=48a0e250-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:10:57+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a0e0b6-3259-11ed-aaec-2ae396dc5908 | InvocationID=48a0e250-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:10:57+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48a0e0b6-3259-11ed-aaec-2ae396dc5908 | InvocationID=48a0e250-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:11:18+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46dc379e-3259-11ed-aaec-2ae396dc5908 | InvocationID=46dc3b2c-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:11:18+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a51200-3259-11ed-aaec-2ae396dc5908 | InvocationID=55a51444-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:11:22+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48a0e0b6-3259-11ed-aaec-2ae396dc5908 | InvocationID=48a0e250-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:11:22+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578d85a2-3259-11ed-aaec-2ae396dc5908 | InvocationID=578d8822-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:11:22+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578d85a2-3259-11ed-aaec-2ae396dc5908 | InvocationID=578d8822-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:11:22+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578d85a2-3259-11ed-aaec-2ae396dc5908 | InvocationID=578d8822-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:11:43+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55a51200-3259-11ed-aaec-2ae396dc5908 | InvocationID=55a51444-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:11:43+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646a5912-3259-11ed-aaec-2ae396dc5908 | InvocationID=646a5c0a-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:11:47+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578d85a2-3259-11ed-aaec-2ae396dc5908 | InvocationID=578d8822-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:11:47+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=667c63c6-3259-11ed-aaec-2ae396dc5908 | InvocationID=667c6646-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:11:47+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=667c63c6-3259-11ed-aaec-2ae396dc5908 | InvocationID=667c6646-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:11:47+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=667c63c6-3259-11ed-aaec-2ae396dc5908 | InvocationID=667c6646-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:12:08+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=646a5912-3259-11ed-aaec-2ae396dc5908 | InvocationID=646a5c0a-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:12:08+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=732d5260-3259-11ed-aaec-2ae396dc5908 | InvocationID=732d54a4-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:12:12+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=667c63c6-3259-11ed-aaec-2ae396dc5908 | InvocationID=667c6646-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:12:12+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=756a17c0-3259-11ed-aaec-2ae396dc5908 | InvocationID=756a19fa-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:12:12+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=756a17c0-3259-11ed-aaec-2ae396dc5908 | InvocationID=756a19fa-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:12:12+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=756a17c0-3259-11ed-aaec-2ae396dc5908 | InvocationID=756a19fa-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:12:33+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=732d5260-3259-11ed-aaec-2ae396dc5908 | InvocationID=732d54a4-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:12:33+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81f38cba-3259-11ed-aaec-2ae396dc5908 | InvocationID=81f38ecc-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:12:37+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=756a17c0-3259-11ed-aaec-2ae396dc5908 | InvocationID=756a19fa-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:12:37+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84580ada-3259-11ed-aaec-2ae396dc5908 | InvocationID=84580d5a-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:12:37+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84580ada-3259-11ed-aaec-2ae396dc5908 | InvocationID=84580d5a-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:12:37+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84580ada-3259-11ed-aaec-2ae396dc5908 | InvocationID=84580d5a-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:12:57+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81f38cba-3259-11ed-aaec-2ae396dc5908 | InvocationID=81f38ecc-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:12:57+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b8e83a-3259-11ed-aaec-2ae396dc5908 | InvocationID=90b8eaa6-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:13:02+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84580ada-3259-11ed-aaec-2ae396dc5908 | InvocationID=84580d5a-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:13:02+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9348c1ba-3259-11ed-aaec-2ae396dc5908 | InvocationID=9348c50c-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:13:02+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9348c1ba-3259-11ed-aaec-2ae396dc5908 | InvocationID=9348c50c-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:13:02+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9348c1ba-3259-11ed-aaec-2ae396dc5908 | InvocationID=9348c50c-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:13:22+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90b8e83a-3259-11ed-aaec-2ae396dc5908 | InvocationID=90b8eaa6-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:13:22+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7fd220-3259-11ed-aaec-2ae396dc5908 | InvocationID=9f7fd64e-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:13:27+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9348c1ba-3259-11ed-aaec-2ae396dc5908 | InvocationID=9348c50c-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:13:27+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a23665a6-3259-11ed-aaec-2ae396dc5908 | InvocationID=a2367564-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:13:27+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a23665a6-3259-11ed-aaec-2ae396dc5908 | InvocationID=a2367564-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:13:27+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a23665a6-3259-11ed-aaec-2ae396dc5908 | InvocationID=a2367564-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:13:47+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f7fd220-3259-11ed-aaec-2ae396dc5908 | InvocationID=9f7fd64e-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:13:47+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4501d6-3259-11ed-aaec-2ae396dc5908 | InvocationID=ae45078a-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:13:52+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a23665a6-3259-11ed-aaec-2ae396dc5908 | InvocationID=a2367564-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:13:52+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1261750-3259-11ed-aaec-2ae396dc5908 | InvocationID=b1261a20-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:13:52+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1261750-3259-11ed-aaec-2ae396dc5908 | InvocationID=b1261a20-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:13:52+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1261750-3259-11ed-aaec-2ae396dc5908 | InvocationID=b1261a20-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:14:12+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae4501d6-3259-11ed-aaec-2ae396dc5908 | InvocationID=ae45078a-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:14:12+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0c7bfe-3259-11ed-aaec-2ae396dc5908 | InvocationID=bd0c7e92-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:14:17+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1261750-3259-11ed-aaec-2ae396dc5908 | InvocationID=b1261a20-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:14:17+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0140e8e-3259-11ed-aaec-2ae396dc5908 | InvocationID=c0141032-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:14:17+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0140e8e-3259-11ed-aaec-2ae396dc5908 | InvocationID=c0141032-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:14:17+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0140e8e-3259-11ed-aaec-2ae396dc5908 | InvocationID=c0141032-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:14:37+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd0c7bfe-3259-11ed-aaec-2ae396dc5908 | InvocationID=bd0c7e92-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:14:37+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd33f38-3259-11ed-aaec-2ae396dc5908 | InvocationID=cbd34294-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:14:42+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0140e8e-3259-11ed-aaec-2ae396dc5908 | InvocationID=c0141032-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:14:42+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf02527a-3259-11ed-aaec-2ae396dc5908 | InvocationID=cf02568a-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:14:42+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf02527a-3259-11ed-aaec-2ae396dc5908 | InvocationID=cf02568a-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:14:42+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf02527a-3259-11ed-aaec-2ae396dc5908 | InvocationID=cf02568a-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:15:01+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbd33f38-3259-11ed-aaec-2ae396dc5908 | InvocationID=cbd34294-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:15:01+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da97cd4a-3259-11ed-aaec-2ae396dc5908 | InvocationID=da97cfa2-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:15:07+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf02527a-3259-11ed-aaec-2ae396dc5908 | InvocationID=cf02568a-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:15:07+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf02622-3259-11ed-aaec-2ae396dc5908 | InvocationID=ddf02780-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:15:07+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf02622-3259-11ed-aaec-2ae396dc5908 | InvocationID=ddf02780-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:15:07+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf02622-3259-11ed-aaec-2ae396dc5908 | InvocationID=ddf02780-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:15:26+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da97cd4a-3259-11ed-aaec-2ae396dc5908 | InvocationID=da97cfa2-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:15:26+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95b03f6-3259-11ed-aaec-2ae396dc5908 | InvocationID=e95b0630-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:15:32+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf02622-3259-11ed-aaec-2ae396dc5908 | InvocationID=ddf02780-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:15:32+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecdce6de-3259-11ed-aaec-2ae396dc5908 | InvocationID=ecdce90e-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:15:32+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecdce6de-3259-11ed-aaec-2ae396dc5908 | InvocationID=ecdce90e-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:15:32+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecdce6de-3259-11ed-aaec-2ae396dc5908 | InvocationID=ecdce90e-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:15:51+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e95b03f6-3259-11ed-aaec-2ae396dc5908 | InvocationID=e95b0630-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:15:51+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8219684-3259-11ed-aaec-2ae396dc5908 | InvocationID=f8219936-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:15:57+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecdce6de-3259-11ed-aaec-2ae396dc5908 | InvocationID=ecdce90e-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:15:57+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbcc6f16-3259-11ed-aaec-2ae396dc5908 | InvocationID=fbcc71c8-3259-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:15:57+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbcc6f16-3259-11ed-aaec-2ae396dc5908 | InvocationID=fbcc71c8-3259-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:15:57+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbcc6f16-3259-11ed-aaec-2ae396dc5908 | InvocationID=fbcc71c8-3259-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:16:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8219684-3259-11ed-aaec-2ae396dc5908 | InvocationID=f8219936-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:16:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e5a6d8-325a-11ed-aaec-2ae396dc5908 | InvocationID=06e5a8b8-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:16:22+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbcc6f16-3259-11ed-aaec-2ae396dc5908 | InvocationID=fbcc71c8-3259-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:16:22+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0abb56cc-325a-11ed-aaec-2ae396dc5908 | InvocationID=0abb5942-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:16:22+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0abb56cc-325a-11ed-aaec-2ae396dc5908 | InvocationID=0abb5942-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:16:22+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0abb56cc-325a-11ed-aaec-2ae396dc5908 | InvocationID=0abb5942-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:16:41+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06e5a6d8-325a-11ed-aaec-2ae396dc5908 | InvocationID=06e5a8b8-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:16:41+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b55622-325a-11ed-aaec-2ae396dc5908 | InvocationID=15b55906-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:16:47+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0abb56cc-325a-11ed-aaec-2ae396dc5908 | InvocationID=0abb5942-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:16:47+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19ad438e-325a-11ed-aaec-2ae396dc5908 | InvocationID=19ad467c-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:16:47+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19ad438e-325a-11ed-aaec-2ae396dc5908 | InvocationID=19ad467c-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:16:47+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19ad438e-325a-11ed-aaec-2ae396dc5908 | InvocationID=19ad467c-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:17:05+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15b55622-325a-11ed-aaec-2ae396dc5908 | InvocationID=15b55906-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:17:05+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24795528-325a-11ed-aaec-2ae396dc5908 | InvocationID=24795758-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:17:12+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19ad438e-325a-11ed-aaec-2ae396dc5908 | InvocationID=19ad467c-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:17:12+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289ad316-325a-11ed-aaec-2ae396dc5908 | InvocationID=289ad582-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:17:12+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289ad316-325a-11ed-aaec-2ae396dc5908 | InvocationID=289ad582-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:17:12+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=289ad316-325a-11ed-aaec-2ae396dc5908 | InvocationID=289ad582-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:17:30+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24795528-325a-11ed-aaec-2ae396dc5908 | InvocationID=24795758-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:17:30+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=333fa1c0-325a-11ed-aaec-2ae396dc5908 | InvocationID=333fa4b8-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:17:37+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=289ad316-325a-11ed-aaec-2ae396dc5908 | InvocationID=289ad582-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:17:37+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37887de2-325a-11ed-aaec-2ae396dc5908 | InvocationID=37888224-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:17:37+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37887de2-325a-11ed-aaec-2ae396dc5908 | InvocationID=37888224-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:17:37+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37887de2-325a-11ed-aaec-2ae396dc5908 | InvocationID=37888224-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:17:55+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=333fa1c0-325a-11ed-aaec-2ae396dc5908 | InvocationID=333fa4b8-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:17:55+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42059ab6-325a-11ed-aaec-2ae396dc5908 | InvocationID=42059cfa-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:18:02+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37887de2-325a-11ed-aaec-2ae396dc5908 | InvocationID=37888224-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:18:02+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46785534-325a-11ed-aaec-2ae396dc5908 | InvocationID=4678575a-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:18:02+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46785534-325a-11ed-aaec-2ae396dc5908 | InvocationID=4678575a-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:18:02+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46785534-325a-11ed-aaec-2ae396dc5908 | InvocationID=4678575a-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:18:20+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42059ab6-325a-11ed-aaec-2ae396dc5908 | InvocationID=42059cfa-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:18:20+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50c9f4b6-325a-11ed-aaec-2ae396dc5908 | InvocationID=50c9f6aa-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:18:27+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46785534-325a-11ed-aaec-2ae396dc5908 | InvocationID=4678575a-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:18:27+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55665bea-325a-11ed-aaec-2ae396dc5908 | InvocationID=55665d7a-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:18:27+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55665bea-325a-11ed-aaec-2ae396dc5908 | InvocationID=55665d7a-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:18:27+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55665bea-325a-11ed-aaec-2ae396dc5908 | InvocationID=55665d7a-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:18:45+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50c9f4b6-325a-11ed-aaec-2ae396dc5908 | InvocationID=50c9f6aa-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:18:45+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f959dce-325a-11ed-aaec-2ae396dc5908 | InvocationID=5f959f68-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:18:52+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55665bea-325a-11ed-aaec-2ae396dc5908 | InvocationID=55665d7a-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:18:53+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64539faa-325a-11ed-aaec-2ae396dc5908 | InvocationID=6453a180-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:18:53+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64539faa-325a-11ed-aaec-2ae396dc5908 | InvocationID=6453a180-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:18:53+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64539faa-325a-11ed-aaec-2ae396dc5908 | InvocationID=6453a180-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:19:09+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f959dce-325a-11ed-aaec-2ae396dc5908 | InvocationID=5f959f68-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:19:09+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5cce68-325a-11ed-aaec-2ae396dc5908 | InvocationID=6e5cd0d4-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:19:18+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64539faa-325a-11ed-aaec-2ae396dc5908 | InvocationID=6453a180-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:19:18+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73420902-325a-11ed-aaec-2ae396dc5908 | InvocationID=73420b3c-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:19:18+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73420902-325a-11ed-aaec-2ae396dc5908 | InvocationID=73420b3c-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:19:18+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73420902-325a-11ed-aaec-2ae396dc5908 | InvocationID=73420b3c-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:19:34+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e5cce68-325a-11ed-aaec-2ae396dc5908 | InvocationID=6e5cd0d4-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:19:34+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d23e666-325a-11ed-aaec-2ae396dc5908 | InvocationID=7d23e83c-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:19:43+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73420902-325a-11ed-aaec-2ae396dc5908 | InvocationID=73420b3c-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:19:43+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=822f4efc-325a-11ed-aaec-2ae396dc5908 | InvocationID=822f50b4-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:19:43+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=822f4efc-325a-11ed-aaec-2ae396dc5908 | InvocationID=822f50b4-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:19:43+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=822f4efc-325a-11ed-aaec-2ae396dc5908 | InvocationID=822f50b4-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:19:59+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d23e666-325a-11ed-aaec-2ae396dc5908 | InvocationID=7d23e83c-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:19:59+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be951f4-325a-11ed-aaec-2ae396dc5908 | InvocationID=8be954f6-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:20:08+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=822f4efc-325a-11ed-aaec-2ae396dc5908 | InvocationID=822f50b4-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:20:08+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=911bc30a-325a-11ed-aaec-2ae396dc5908 | InvocationID=911bc56c-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:20:08+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=911bc30a-325a-11ed-aaec-2ae396dc5908 | InvocationID=911bc56c-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:20:08+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=911bc30a-325a-11ed-aaec-2ae396dc5908 | InvocationID=911bc56c-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:20:24+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8be951f4-325a-11ed-aaec-2ae396dc5908 | InvocationID=8be954f6-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:20:24+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aabcd7a-325a-11ed-aaec-2ae396dc5908 | InvocationID=9aabcfb4-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:20:33+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=911bc30a-325a-11ed-aaec-2ae396dc5908 | InvocationID=911bc56c-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:20:33+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a009ca92-325a-11ed-aaec-2ae396dc5908 | InvocationID=a009cd62-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:20:33+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a009ca92-325a-11ed-aaec-2ae396dc5908 | InvocationID=a009cd62-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:20:33+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a009ca92-325a-11ed-aaec-2ae396dc5908 | InvocationID=a009cd62-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:20:48+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aabcd7a-325a-11ed-aaec-2ae396dc5908 | InvocationID=9aabcfb4-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:20:48+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a96f9b70-325a-11ed-aaec-2ae396dc5908 | InvocationID=a96fa7c8-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:20:58+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a009ca92-325a-11ed-aaec-2ae396dc5908 | InvocationID=a009cd62-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:20:58+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aef8d0b6-325a-11ed-aaec-2ae396dc5908 | InvocationID=aef8d3ae-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:20:58+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aef8d0b6-325a-11ed-aaec-2ae396dc5908 | InvocationID=aef8d3ae-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:20:58+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aef8d0b6-325a-11ed-aaec-2ae396dc5908 | InvocationID=aef8d3ae-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:21:13+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a96f9b70-325a-11ed-aaec-2ae396dc5908 | InvocationID=a96fa7c8-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:21:13+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8345696-325a-11ed-aaec-2ae396dc5908 | InvocationID=b834588a-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:21:23+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aef8d0b6-325a-11ed-aaec-2ae396dc5908 | InvocationID=aef8d3ae-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:21:23+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde7387e-325a-11ed-aaec-2ae396dc5908 | InvocationID=bde73a5e-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:21:23+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde7387e-325a-11ed-aaec-2ae396dc5908 | InvocationID=bde73a5e-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:21:23+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bde7387e-325a-11ed-aaec-2ae396dc5908 | InvocationID=bde73a5e-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:21:38+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8345696-325a-11ed-aaec-2ae396dc5908 | InvocationID=b834588a-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:21:38+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6fafefa-325a-11ed-aaec-2ae396dc5908 | InvocationID=c6fb01ca-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:21:48+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bde7387e-325a-11ed-aaec-2ae396dc5908 | InvocationID=bde73a5e-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:21:48+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd3d9b4-325a-11ed-aaec-2ae396dc5908 | InvocationID=ccd3db44-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:21:48+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd3d9b4-325a-11ed-aaec-2ae396dc5908 | InvocationID=ccd3db44-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:21:48+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccd3d9b4-325a-11ed-aaec-2ae396dc5908 | InvocationID=ccd3db44-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:22:03+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6fafefa-325a-11ed-aaec-2ae396dc5908 | InvocationID=c6fb01ca-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:22:03+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cf8cb6-325a-11ed-aaec-2ae396dc5908 | InvocationID=d5cf9062-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:22:13+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccd3d9b4-325a-11ed-aaec-2ae396dc5908 | InvocationID=ccd3db44-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:22:13+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc1a762-325a-11ed-aaec-2ae396dc5908 | InvocationID=dbc1a9d8-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:22:13+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc1a762-325a-11ed-aaec-2ae396dc5908 | InvocationID=dbc1a9d8-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:22:13+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbc1a762-325a-11ed-aaec-2ae396dc5908 | InvocationID=dbc1a9d8-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:22:28+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5cf8cb6-325a-11ed-aaec-2ae396dc5908 | InvocationID=d5cf9062-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:22:28+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4937f78-325a-11ed-aaec-2ae396dc5908 | InvocationID=e49381bc-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:22:38+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbc1a762-325a-11ed-aaec-2ae396dc5908 | InvocationID=dbc1a9d8-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:22:38+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab31c42-325a-11ed-aaec-2ae396dc5908 | InvocationID=eab31ea4-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:22:38+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab31c42-325a-11ed-aaec-2ae396dc5908 | InvocationID=eab31ea4-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:22:38+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab31c42-325a-11ed-aaec-2ae396dc5908 | InvocationID=eab31ea4-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:22:52+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4937f78-325a-11ed-aaec-2ae396dc5908 | InvocationID=e49381bc-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:22:52+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35931c4-325a-11ed-aaec-2ae396dc5908 | InvocationID=f35936ba-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:23:03+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab31c42-325a-11ed-aaec-2ae396dc5908 | InvocationID=eab31ea4-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:23:03+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9a51520-325a-11ed-aaec-2ae396dc5908 | InvocationID=f9a51764-325a-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:23:03+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9a51520-325a-11ed-aaec-2ae396dc5908 | InvocationID=f9a51764-325a-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:23:03+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9a51520-325a-11ed-aaec-2ae396dc5908 | InvocationID=f9a51764-325a-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:23:17+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f35931c4-325a-11ed-aaec-2ae396dc5908 | InvocationID=f35936ba-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:23:17+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021c3c38-325b-11ed-aaec-2ae396dc5908 | InvocationID=021c3ee0-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:23:28+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9a51520-325a-11ed-aaec-2ae396dc5908 | InvocationID=f9a51764-325a-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:23:28+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089387f6-325b-11ed-aaec-2ae396dc5908 | InvocationID=08938a8a-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:23:28+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089387f6-325b-11ed-aaec-2ae396dc5908 | InvocationID=08938a8a-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:23:28+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=089387f6-325b-11ed-aaec-2ae396dc5908 | InvocationID=08938a8a-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:23:42+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=021c3c38-325b-11ed-aaec-2ae396dc5908 | InvocationID=021c3ee0-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:23:42+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e2acf2-325b-11ed-aaec-2ae396dc5908 | InvocationID=10e2b54e-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:23:53+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=089387f6-325b-11ed-aaec-2ae396dc5908 | InvocationID=08938a8a-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:23:53+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1781e21c-325b-11ed-aaec-2ae396dc5908 | InvocationID=1781e4c4-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:23:53+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1781e21c-325b-11ed-aaec-2ae396dc5908 | InvocationID=1781e4c4-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:23:53+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1781e21c-325b-11ed-aaec-2ae396dc5908 | InvocationID=1781e4c4-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:24:07+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10e2acf2-325b-11ed-aaec-2ae396dc5908 | InvocationID=10e2b54e-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:24:07+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fab36dc-325b-11ed-aaec-2ae396dc5908 | InvocationID=1fab3a60-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:24:18+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1781e21c-325b-11ed-aaec-2ae396dc5908 | InvocationID=1781e4c4-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:24:18+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2671c2e2-325b-11ed-aaec-2ae396dc5908 | InvocationID=2671c4c2-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:24:18+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2671c2e2-325b-11ed-aaec-2ae396dc5908 | InvocationID=2671c4c2-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:24:18+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2671c2e2-325b-11ed-aaec-2ae396dc5908 | InvocationID=2671c4c2-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:24:32+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fab36dc-325b-11ed-aaec-2ae396dc5908 | InvocationID=1fab3a60-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:24:32+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e6f96f4-325b-11ed-aaec-2ae396dc5908 | InvocationID=2e6f9af0-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:24:43+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2671c2e2-325b-11ed-aaec-2ae396dc5908 | InvocationID=2671c4c2-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:24:43+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355e7a70-325b-11ed-aaec-2ae396dc5908 | InvocationID=355e7c32-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:24:43+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355e7a70-325b-11ed-aaec-2ae396dc5908 | InvocationID=355e7c32-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:24:43+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=355e7a70-325b-11ed-aaec-2ae396dc5908 | InvocationID=355e7c32-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:24:56+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e6f96f4-325b-11ed-aaec-2ae396dc5908 | InvocationID=2e6f9af0-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:24:56+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d34aa76-325b-11ed-aaec-2ae396dc5908 | InvocationID=3d34aee0-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:25:08+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=355e7a70-325b-11ed-aaec-2ae396dc5908 | InvocationID=355e7c32-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:25:08+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=444c0b92-325b-11ed-aaec-2ae396dc5908 | InvocationID=444c0d86-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:25:08+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=444c0b92-325b-11ed-aaec-2ae396dc5908 | InvocationID=444c0d86-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:25:08+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=444c0b92-325b-11ed-aaec-2ae396dc5908 | InvocationID=444c0d86-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:25:21+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d34aa76-325b-11ed-aaec-2ae396dc5908 | InvocationID=3d34aee0-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:25:21+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf99eae-325b-11ed-aaec-2ae396dc5908 | InvocationID=4bf9a0e8-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:25:33+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=444c0b92-325b-11ed-aaec-2ae396dc5908 | InvocationID=444c0d86-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:25:33+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=533a203a-325b-11ed-aaec-2ae396dc5908 | InvocationID=533a21f2-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:25:33+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=533a203a-325b-11ed-aaec-2ae396dc5908 | InvocationID=533a21f2-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:25:33+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=533a203a-325b-11ed-aaec-2ae396dc5908 | InvocationID=533a21f2-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:25:46+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bf99eae-325b-11ed-aaec-2ae396dc5908 | InvocationID=4bf9a0e8-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:25:46+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac042b2-325b-11ed-aaec-2ae396dc5908 | InvocationID=5ac0442e-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:25:58+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=533a203a-325b-11ed-aaec-2ae396dc5908 | InvocationID=533a21f2-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:25:58+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=622c0284-325b-11ed-aaec-2ae396dc5908 | InvocationID=622c06da-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:25:58+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=622c0284-325b-11ed-aaec-2ae396dc5908 | InvocationID=622c06da-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:25:58+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=622c0284-325b-11ed-aaec-2ae396dc5908 | InvocationID=622c06da-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:26:11+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ac042b2-325b-11ed-aaec-2ae396dc5908 | InvocationID=5ac0442e-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:26:11+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6982f0a6-325b-11ed-aaec-2ae396dc5908 | InvocationID=6982f240-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:26:23+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=622c0284-325b-11ed-aaec-2ae396dc5908 | InvocationID=622c06da-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:26:23+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=711ed1cc-325b-11ed-aaec-2ae396dc5908 | InvocationID=711ed41a-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:26:24+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=711ed1cc-325b-11ed-aaec-2ae396dc5908 | InvocationID=711ed41a-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:26:24+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=711ed1cc-325b-11ed-aaec-2ae396dc5908 | InvocationID=711ed41a-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:26:35+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6982f0a6-325b-11ed-aaec-2ae396dc5908 | InvocationID=6982f240-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:26:35+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7849df14-325b-11ed-aaec-2ae396dc5908 | InvocationID=7849e73e-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:26:49+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=711ed1cc-325b-11ed-aaec-2ae396dc5908 | InvocationID=711ed41a-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:26:49+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=800ccae0-325b-11ed-aaec-2ae396dc5908 | InvocationID=800cce50-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:26:49+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=800ccae0-325b-11ed-aaec-2ae396dc5908 | InvocationID=800cce50-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:26:49+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=800ccae0-325b-11ed-aaec-2ae396dc5908 | InvocationID=800cce50-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:27:00+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7849df14-325b-11ed-aaec-2ae396dc5908 | InvocationID=7849e73e-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:27:00+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8715e57e-325b-11ed-aaec-2ae396dc5908 | InvocationID=8715e768-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:27:14+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=800ccae0-325b-11ed-aaec-2ae396dc5908 | InvocationID=800cce50-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:27:14+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8efb1494-325b-11ed-aaec-2ae396dc5908 | InvocationID=8efb1a98-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:27:14+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8efb1494-325b-11ed-aaec-2ae396dc5908 | InvocationID=8efb1a98-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:27:14+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8efb1494-325b-11ed-aaec-2ae396dc5908 | InvocationID=8efb1a98-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:27:25+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8715e57e-325b-11ed-aaec-2ae396dc5908 | InvocationID=8715e768-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:27:25+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95dda768-325b-11ed-aaec-2ae396dc5908 | InvocationID=95dda9a2-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:27:39+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8efb1494-325b-11ed-aaec-2ae396dc5908 | InvocationID=8efb1a98-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:27:39+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9de931a2-325b-11ed-aaec-2ae396dc5908 | InvocationID=9de93382-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:27:39+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9de931a2-325b-11ed-aaec-2ae396dc5908 | InvocationID=9de93382-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:27:39+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9de931a2-325b-11ed-aaec-2ae396dc5908 | InvocationID=9de93382-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:27:50+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95dda768-325b-11ed-aaec-2ae396dc5908 | InvocationID=95dda9a2-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:27:50+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a715e0-325b-11ed-aaec-2ae396dc5908 | InvocationID=a4a71860-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:28:04+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9de931a2-325b-11ed-aaec-2ae396dc5908 | InvocationID=9de93382-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:28:04+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acd87efc-325b-11ed-aaec-2ae396dc5908 | InvocationID=acd8819a-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:28:04+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acd87efc-325b-11ed-aaec-2ae396dc5908 | InvocationID=acd8819a-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:28:04+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acd87efc-325b-11ed-aaec-2ae396dc5908 | InvocationID=acd8819a-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:28:15+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a715e0-325b-11ed-aaec-2ae396dc5908 | InvocationID=a4a71860-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:28:15+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b36fb604-325b-11ed-aaec-2ae396dc5908 | InvocationID=b36fb88e-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:28:29+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acd87efc-325b-11ed-aaec-2ae396dc5908 | InvocationID=acd8819a-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:28:29+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc5b9e8-325b-11ed-aaec-2ae396dc5908 | InvocationID=bbc5bbf0-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:28:29+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc5b9e8-325b-11ed-aaec-2ae396dc5908 | InvocationID=bbc5bbf0-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:28:29+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbc5b9e8-325b-11ed-aaec-2ae396dc5908 | InvocationID=bbc5bbf0-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:28:39+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b36fb604-325b-11ed-aaec-2ae396dc5908 | InvocationID=b36fb88e-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:28:39+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c233e624-325b-11ed-aaec-2ae396dc5908 | InvocationID=c233ea84-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:28:54+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbc5b9e8-325b-11ed-aaec-2ae396dc5908 | InvocationID=bbc5bbf0-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:28:54+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cab1d4f0-325b-11ed-aaec-2ae396dc5908 | InvocationID=cab1d73e-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:28:54+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cab1d4f0-325b-11ed-aaec-2ae396dc5908 | InvocationID=cab1d73e-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:28:54+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cab1d4f0-325b-11ed-aaec-2ae396dc5908 | InvocationID=cab1d73e-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:29:04+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c233e624-325b-11ed-aaec-2ae396dc5908 | InvocationID=c233ea84-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:29:04+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f7379c-325b-11ed-aaec-2ae396dc5908 | InvocationID=d0f73a12-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:29:19+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cab1d4f0-325b-11ed-aaec-2ae396dc5908 | InvocationID=cab1d73e-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:29:19+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99fd854-325b-11ed-aaec-2ae396dc5908 | InvocationID=d99fdc32-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:29:19+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99fd854-325b-11ed-aaec-2ae396dc5908 | InvocationID=d99fdc32-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:29:19+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d99fd854-325b-11ed-aaec-2ae396dc5908 | InvocationID=d99fdc32-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:29:29+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0f7379c-325b-11ed-aaec-2ae396dc5908 | InvocationID=d0f73a12-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:29:29+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfbb3df0-325b-11ed-aaec-2ae396dc5908 | InvocationID=dfbb4066-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:29:44+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d99fd854-325b-11ed-aaec-2ae396dc5908 | InvocationID=d99fdc32-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:29:44+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e88e5f52-325b-11ed-aaec-2ae396dc5908 | InvocationID=e88e61dc-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:29:44+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e88e5f52-325b-11ed-aaec-2ae396dc5908 | InvocationID=e88e61dc-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:29:44+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e88e5f52-325b-11ed-aaec-2ae396dc5908 | InvocationID=e88e61dc-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:29:54+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfbb3df0-325b-11ed-aaec-2ae396dc5908 | InvocationID=dfbb4066-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:29:54+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee813fc4-325b-11ed-aaec-2ae396dc5908 | InvocationID=ee8142b2-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:30:09+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e88e5f52-325b-11ed-aaec-2ae396dc5908 | InvocationID=e88e61dc-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:30:09+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f77bb870-325b-11ed-aaec-2ae396dc5908 | InvocationID=f77bbafa-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:30:09+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f77bb870-325b-11ed-aaec-2ae396dc5908 | InvocationID=f77bbafa-325b-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:30:09+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f77bb870-325b-11ed-aaec-2ae396dc5908 | InvocationID=f77bbafa-325b-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:30:19+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee813fc4-325b-11ed-aaec-2ae396dc5908 | InvocationID=ee8142b2-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:30:19+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd45228c-325b-11ed-aaec-2ae396dc5908 | InvocationID=fd452502-325b-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:30:34+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f77bb870-325b-11ed-aaec-2ae396dc5908 | InvocationID=f77bbafa-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:30:34+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=066b1ac4-325c-11ed-aaec-2ae396dc5908 | InvocationID=066b25a0-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:30:34+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=066b1ac4-325c-11ed-aaec-2ae396dc5908 | InvocationID=066b25a0-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:30:34+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=066b1ac4-325c-11ed-aaec-2ae396dc5908 | InvocationID=066b25a0-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:30:43+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd45228c-325b-11ed-aaec-2ae396dc5908 | InvocationID=fd452502-325b-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:30:43+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c0a85be-325c-11ed-aaec-2ae396dc5908 | InvocationID=0c0a878a-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:30:59+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=066b1ac4-325c-11ed-aaec-2ae396dc5908 | InvocationID=066b25a0-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:30:59+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1559c788-325c-11ed-aaec-2ae396dc5908 | InvocationID=1559ca26-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:30:59+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1559c788-325c-11ed-aaec-2ae396dc5908 | InvocationID=1559ca26-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:30:59+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1559c788-325c-11ed-aaec-2ae396dc5908 | InvocationID=1559ca26-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:31:08+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c0a85be-325c-11ed-aaec-2ae396dc5908 | InvocationID=0c0a878a-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:31:08+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1acd27c8-325c-11ed-aaec-2ae396dc5908 | InvocationID=1acd2a2a-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:31:24+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1559c788-325c-11ed-aaec-2ae396dc5908 | InvocationID=1559ca26-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:31:24+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24482c9e-325c-11ed-aaec-2ae396dc5908 | InvocationID=24482ec4-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:31:24+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24482c9e-325c-11ed-aaec-2ae396dc5908 | InvocationID=24482ec4-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:31:24+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24482c9e-325c-11ed-aaec-2ae396dc5908 | InvocationID=24482ec4-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:31:33+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1acd27c8-325c-11ed-aaec-2ae396dc5908 | InvocationID=1acd2a2a-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:31:33+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2994d36e-325c-11ed-aaec-2ae396dc5908 | InvocationID=2994df9e-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:31:49+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24482c9e-325c-11ed-aaec-2ae396dc5908 | InvocationID=24482ec4-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:31:49+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33367224-325c-11ed-aaec-2ae396dc5908 | InvocationID=3336747c-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:31:49+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33367224-325c-11ed-aaec-2ae396dc5908 | InvocationID=3336747c-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:31:49+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33367224-325c-11ed-aaec-2ae396dc5908 | InvocationID=3336747c-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:31:58+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2994d36e-325c-11ed-aaec-2ae396dc5908 | InvocationID=2994df9e-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:31:58+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385af4a0-325c-11ed-aaec-2ae396dc5908 | InvocationID=385af69e-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:32:14+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33367224-325c-11ed-aaec-2ae396dc5908 | InvocationID=3336747c-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:32:14+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4225a764-325c-11ed-aaec-2ae396dc5908 | InvocationID=4225a9bc-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:32:14+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4225a764-325c-11ed-aaec-2ae396dc5908 | InvocationID=4225a9bc-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:32:14+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4225a764-325c-11ed-aaec-2ae396dc5908 | InvocationID=4225a9bc-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:32:22+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=385af4a0-325c-11ed-aaec-2ae396dc5908 | InvocationID=385af69e-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:32:22+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=471e8704-325c-11ed-aaec-2ae396dc5908 | InvocationID=471e897a-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:32:39+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4225a764-325c-11ed-aaec-2ae396dc5908 | InvocationID=4225a9bc-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:32:39+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5113c9b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=5113cc60-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:32:39+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5113c9b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=5113cc60-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:32:39+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5113c9b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=5113cc60-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:32:47+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=471e8704-325c-11ed-aaec-2ae396dc5908 | InvocationID=471e897a-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:32:47+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e21d14-325c-11ed-aaec-2ae396dc5908 | InvocationID=55e2250c-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:33:04+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5113c9b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=5113cc60-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:33:04+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6004fd7a-325c-11ed-aaec-2ae396dc5908 | InvocationID=60050068-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:33:04+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6004fd7a-325c-11ed-aaec-2ae396dc5908 | InvocationID=60050068-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:33:04+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6004fd7a-325c-11ed-aaec-2ae396dc5908 | InvocationID=60050068-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:33:12+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55e21d14-325c-11ed-aaec-2ae396dc5908 | InvocationID=55e2250c-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:33:12+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64a718cc-325c-11ed-aaec-2ae396dc5908 | InvocationID=64a71b38-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:33:29+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6004fd7a-325c-11ed-aaec-2ae396dc5908 | InvocationID=60050068-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:33:29+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef1aa04-325c-11ed-aaec-2ae396dc5908 | InvocationID=6ef1ae28-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:33:29+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef1aa04-325c-11ed-aaec-2ae396dc5908 | InvocationID=6ef1ae28-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:33:29+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef1aa04-325c-11ed-aaec-2ae396dc5908 | InvocationID=6ef1ae28-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:33:37+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64a718cc-325c-11ed-aaec-2ae396dc5908 | InvocationID=64a71b38-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:33:37+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736c6876-325c-11ed-aaec-2ae396dc5908 | InvocationID=736c7154-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:33:54+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef1aa04-325c-11ed-aaec-2ae396dc5908 | InvocationID=6ef1ae28-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:33:54+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de022fc-325c-11ed-aaec-2ae396dc5908 | InvocationID=7de025f4-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:33:54+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de022fc-325c-11ed-aaec-2ae396dc5908 | InvocationID=7de025f4-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:33:54+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de022fc-325c-11ed-aaec-2ae396dc5908 | InvocationID=7de025f4-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:34:02+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=736c6876-325c-11ed-aaec-2ae396dc5908 | InvocationID=736c7154-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:34:02+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82380554-325c-11ed-aaec-2ae396dc5908 | InvocationID=8238082e-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:34:19+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de022fc-325c-11ed-aaec-2ae396dc5908 | InvocationID=7de025f4-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:34:19+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ccd4b28-325c-11ed-aaec-2ae396dc5908 | InvocationID=8ccd4d8a-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:34:19+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ccd4b28-325c-11ed-aaec-2ae396dc5908 | InvocationID=8ccd4d8a-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:34:19+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ccd4b28-325c-11ed-aaec-2ae396dc5908 | InvocationID=8ccd4d8a-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:34:26+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82380554-325c-11ed-aaec-2ae396dc5908 | InvocationID=8238082e-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:34:26+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90fc061c-325c-11ed-aaec-2ae396dc5908 | InvocationID=90fc084c-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:34:44+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ccd4b28-325c-11ed-aaec-2ae396dc5908 | InvocationID=8ccd4d8a-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:34:44+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbb4874-325c-11ed-aaec-2ae396dc5908 | InvocationID=9bbb4bb2-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:34:44+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbb4874-325c-11ed-aaec-2ae396dc5908 | InvocationID=9bbb4bb2-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:34:44+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbb4874-325c-11ed-aaec-2ae396dc5908 | InvocationID=9bbb4bb2-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:34:51+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90fc061c-325c-11ed-aaec-2ae396dc5908 | InvocationID=90fc084c-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:34:51+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fbf69dc-325c-11ed-aaec-2ae396dc5908 | InvocationID=9fbf6c34-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:35:09+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbb4874-325c-11ed-aaec-2ae396dc5908 | InvocationID=9bbb4bb2-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:35:09+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaa89882-325c-11ed-aaec-2ae396dc5908 | InvocationID=aaa89b0c-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:35:10+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaa89882-325c-11ed-aaec-2ae396dc5908 | InvocationID=aaa89b0c-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:35:10+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaa89882-325c-11ed-aaec-2ae396dc5908 | InvocationID=aaa89b0c-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:35:16+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fbf69dc-325c-11ed-aaec-2ae396dc5908 | InvocationID=9fbf6c34-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:35:16+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae82dec2-325c-11ed-aaec-2ae396dc5908 | InvocationID=ae82e0f2-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:35:35+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaa89882-325c-11ed-aaec-2ae396dc5908 | InvocationID=aaa89b0c-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:35:35+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b997ce26-325c-11ed-aaec-2ae396dc5908 | InvocationID=b997d0b0-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:35:35+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b997ce26-325c-11ed-aaec-2ae396dc5908 | InvocationID=b997d0b0-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:35:35+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b997ce26-325c-11ed-aaec-2ae396dc5908 | InvocationID=b997d0b0-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:35:41+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae82dec2-325c-11ed-aaec-2ae396dc5908 | InvocationID=ae82e0f2-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:35:41+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4b0c72-325c-11ed-aaec-2ae396dc5908 | InvocationID=bd4b0e52-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:36:00+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b997ce26-325c-11ed-aaec-2ae396dc5908 | InvocationID=b997d0b0-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:36:00+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c885a4ee-325c-11ed-aaec-2ae396dc5908 | InvocationID=c885a6ec-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:36:00+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c885a4ee-325c-11ed-aaec-2ae396dc5908 | InvocationID=c885a6ec-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:36:00+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c885a4ee-325c-11ed-aaec-2ae396dc5908 | InvocationID=c885a6ec-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:36:06+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd4b0c72-325c-11ed-aaec-2ae396dc5908 | InvocationID=bd4b0e52-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:36:06+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc14c338-325c-11ed-aaec-2ae396dc5908 | InvocationID=cc14c52c-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:36:25+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c885a4ee-325c-11ed-aaec-2ae396dc5908 | InvocationID=c885a6ec-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:36:25+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d77473b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=d7747656-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:36:25+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d77473b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=d7747656-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:36:25+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d77473b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=d7747656-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:36:30+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc14c338-325c-11ed-aaec-2ae396dc5908 | InvocationID=cc14c52c-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:36:30+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad83210-325c-11ed-aaec-2ae396dc5908 | InvocationID=dad833d2-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:36:50+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d77473b8-325c-11ed-aaec-2ae396dc5908 | InvocationID=d7747656-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:36:50+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e66247b0-325c-11ed-aaec-2ae396dc5908 | InvocationID=e6624a76-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:36:50+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e66247b0-325c-11ed-aaec-2ae396dc5908 | InvocationID=e6624a76-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:36:50+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e66247b0-325c-11ed-aaec-2ae396dc5908 | InvocationID=e6624a76-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:36:55+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dad83210-325c-11ed-aaec-2ae396dc5908 | InvocationID=dad833d2-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:36:55+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e99d32e6-325c-11ed-aaec-2ae396dc5908 | InvocationID=e99d35d4-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:37:15+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e66247b0-325c-11ed-aaec-2ae396dc5908 | InvocationID=e6624a76-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:37:15+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54fa920-325c-11ed-aaec-2ae396dc5908 | InvocationID=f54fab3c-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:37:15+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54fa920-325c-11ed-aaec-2ae396dc5908 | InvocationID=f54fab3c-325c-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:37:15+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f54fa920-325c-11ed-aaec-2ae396dc5908 | InvocationID=f54fab3c-325c-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:37:20+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e99d32e6-325c-11ed-aaec-2ae396dc5908 | InvocationID=e99d35d4-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:37:20+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8625ee6-325c-11ed-aaec-2ae396dc5908 | InvocationID=f86260da-325c-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:37:40+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f54fa920-325c-11ed-aaec-2ae396dc5908 | InvocationID=f54fab3c-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:37:40+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043f92ec-325d-11ed-aaec-2ae396dc5908 | InvocationID=043fa11a-325d-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:37:40+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043f92ec-325d-11ed-aaec-2ae396dc5908 | InvocationID=043fa11a-325d-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:37:40+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=043f92ec-325d-11ed-aaec-2ae396dc5908 | InvocationID=043fa11a-325d-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:37:45+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8625ee6-325c-11ed-aaec-2ae396dc5908 | InvocationID=f86260da-325c-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:37:45+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0728cb36-325d-11ed-aaec-2ae396dc5908 | InvocationID=0728ce7e-325d-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-12T05:38:05+0000 | policy_event_thread | 139707613797152 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=043f92ec-325d-11ed-aaec-2ae396dc5908 | InvocationID=043fa11a-325d-11ed-aaec-2ae396dc5908 | Polling MR for XNF activation/deactivation policy response events. 2022-09-12T05:38:05+0000 | policy_event_thread | 139707613797152 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=132e20a2-325d-11ed-aaec-2ae396dc5908 | InvocationID=132e230e-325d-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-12T05:38:05+0000 | policy_event_thread | 139707613797152 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=132e20a2-325d-11ed-aaec-2ae396dc5908 | InvocationID=132e230e-325d-11ed-aaec-2ae396dc5908 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:38:05+0000 | policy_event_thread | 139707613797152 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=132e20a2-325d-11ed-aaec-2ae396dc5908 | InvocationID=132e230e-325d-11ed-aaec-2ae396dc5908 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-12T05:38:09+0000 | aai_event_thread | 139707612736288 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0728cb36-325d-11ed-aaec-2ae396dc5908 | InvocationID=0728ce7e-325d-11ed-aaec-2ae396dc5908 | Polling MR for XNF AAI events. 2022-09-12T05:38:09+0000 | aai_event_thread | 139707612736288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ebab7a-325d-11ed-aaec-2ae396dc5908 | InvocationID=15ebae04-325d-11ed-aaec-2ae396dc5908 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT