/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-10-23T04:55:45+0000 | MainThread | 140238067871048 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-10-23T04:55:45+0000 | MainThread | 140238067871048 | 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-10-23T04:55:45+0000 | MainThread | 140238067871048 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-10-23T04:55:45+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:55:45+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-10-23T04:55:45+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4647912-528e-11ed-bed4-066d4abd6550 | InvocationID=f4647b7e-528e-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:55:45+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f465682c-528e-11ed-bed4-066d4abd6550 | InvocationID=f4656976-528e-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:55:45+0000 | MainThread | 140238067871048 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server 2022-10-23T04:55:46+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4647912-528e-11ed-bed4-066d4abd6550 | InvocationID=f4647b7e-528e-11ed-bed4-066d4abd6550 | 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-10-23T04:55:46+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4647912-528e-11ed-bed4-066d4abd6550 | InvocationID=f4647b7e-528e-11ed-bed4-066d4abd6550 | 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-10-23T04:55:46+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f465682c-528e-11ed-bed4-066d4abd6550 | InvocationID=f4656976-528e-11ed-bed4-066d4abd6550 | 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-10-23T04:55:46+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f465682c-528e-11ed-bed4-066d4abd6550 | InvocationID=f4656976-528e-11ed-bed4-066d4abd6550 | 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-10-23T04:56:06+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f465682c-528e-11ed-bed4-066d4abd6550 | InvocationID=f4656976-528e-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:56:06+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00fbd4cc-528f-11ed-bed4-066d4abd6550 | InvocationID=00fbd760-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:56:07+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00fbd4cc-528f-11ed-bed4-066d4abd6550 | InvocationID=00fbd760-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:07+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00fbd4cc-528f-11ed-bed4-066d4abd6550 | InvocationID=00fbd760-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:11+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4647912-528e-11ed-bed4-066d4abd6550 | InvocationID=f4647b7e-528e-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:56:11+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03f3af56-528f-11ed-bed4-066d4abd6550 | InvocationID=03f3b10e-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:56:12+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03f3af56-528f-11ed-bed4-066d4abd6550 | InvocationID=03f3b10e-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:12+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03f3af56-528f-11ed-bed4-066d4abd6550 | InvocationID=03f3b10e-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:27+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00fbd4cc-528f-11ed-bed4-066d4abd6550 | InvocationID=00fbd760-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:56:27+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d88c20e-528f-11ed-bed4-066d4abd6550 | InvocationID=0d88c448-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:56:28+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d88c20e-528f-11ed-bed4-066d4abd6550 | InvocationID=0d88c448-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:28+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d88c20e-528f-11ed-bed4-066d4abd6550 | InvocationID=0d88c448-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:37+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03f3af56-528f-11ed-bed4-066d4abd6550 | InvocationID=03f3b10e-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:56:37+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1378c97a-528f-11ed-bed4-066d4abd6550 | InvocationID=1378cb46-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:56:37+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1378c97a-528f-11ed-bed4-066d4abd6550 | InvocationID=1378cb46-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:56:37+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1378c97a-528f-11ed-bed4-066d4abd6550 | InvocationID=1378cb46-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:56:48+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d88c20e-528f-11ed-bed4-066d4abd6550 | InvocationID=0d88c448-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:56:48+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199d7d46-528f-11ed-bed4-066d4abd6550 | InvocationID=199d80de-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:56:48+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199d7d46-528f-11ed-bed4-066d4abd6550 | InvocationID=199d80de-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:56:48+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=199d7d46-528f-11ed-bed4-066d4abd6550 | InvocationID=199d80de-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:02+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1378c97a-528f-11ed-bed4-066d4abd6550 | InvocationID=1378cb46-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:57:02+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226928e4-528f-11ed-bed4-066d4abd6550 | InvocationID=22692a9c-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:57:03+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226928e4-528f-11ed-bed4-066d4abd6550 | InvocationID=22692a9c-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:57:03+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=226928e4-528f-11ed-bed4-066d4abd6550 | InvocationID=22692a9c-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:57:08+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=199d7d46-528f-11ed-bed4-066d4abd6550 | InvocationID=199d80de-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:57:08+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25936fc0-528f-11ed-bed4-066d4abd6550 | InvocationID=25937308-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:57:08+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25936fc0-528f-11ed-bed4-066d4abd6550 | InvocationID=25937308-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:08+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25936fc0-528f-11ed-bed4-066d4abd6550 | InvocationID=25937308-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:28+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=226928e4-528f-11ed-bed4-066d4abd6550 | InvocationID=22692a9c-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:57:28+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315a51e8-528f-11ed-bed4-066d4abd6550 | InvocationID=315a5486-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:57:28+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315a51e8-528f-11ed-bed4-066d4abd6550 | InvocationID=315a5486-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:57:28+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=315a51e8-528f-11ed-bed4-066d4abd6550 | InvocationID=315a5486-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:57:28+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25936fc0-528f-11ed-bed4-066d4abd6550 | InvocationID=25937308-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:57:28+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3187a31e-528f-11ed-bed4-066d4abd6550 | InvocationID=3187a4e0-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:57:28+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3187a31e-528f-11ed-bed4-066d4abd6550 | InvocationID=3187a4e0-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:28+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3187a31e-528f-11ed-bed4-066d4abd6550 | InvocationID=3187a4e0-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:48+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3187a31e-528f-11ed-bed4-066d4abd6550 | InvocationID=3187a4e0-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:57:48+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d85862c-528f-11ed-bed4-066d4abd6550 | InvocationID=3d85887a-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:57:48+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d85862c-528f-11ed-bed4-066d4abd6550 | InvocationID=3d85887a-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:48+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d85862c-528f-11ed-bed4-066d4abd6550 | InvocationID=3d85887a-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:57:53+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=315a51e8-528f-11ed-bed4-066d4abd6550 | InvocationID=315a5486-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:57:53+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404a1ad0-528f-11ed-bed4-066d4abd6550 | InvocationID=404a1d1e-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:57:53+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404a1ad0-528f-11ed-bed4-066d4abd6550 | InvocationID=404a1d1e-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:57:53+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404a1ad0-528f-11ed-bed4-066d4abd6550 | InvocationID=404a1d1e-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:58:08+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d85862c-528f-11ed-bed4-066d4abd6550 | InvocationID=3d85887a-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:58:08+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497bad3a-528f-11ed-bed4-066d4abd6550 | InvocationID=497bafb0-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:58:08+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497bad3a-528f-11ed-bed4-066d4abd6550 | InvocationID=497bafb0-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:58:08+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=497bad3a-528f-11ed-bed4-066d4abd6550 | InvocationID=497bafb0-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:58:18+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404a1ad0-528f-11ed-bed4-066d4abd6550 | InvocationID=404a1d1e-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:58:18+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f38e9fe-528f-11ed-bed4-066d4abd6550 | InvocationID=4f38ebc0-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:58:18+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f38e9fe-528f-11ed-bed4-066d4abd6550 | InvocationID=4f38ebc0-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:58:18+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f38e9fe-528f-11ed-bed4-066d4abd6550 | InvocationID=4f38ebc0-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:58:28+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=497bad3a-528f-11ed-bed4-066d4abd6550 | InvocationID=497bafb0-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:58:28+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5573b11e-528f-11ed-bed4-066d4abd6550 | InvocationID=5573b286-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:58:28+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5573b11e-528f-11ed-bed4-066d4abd6550 | InvocationID=5573b286-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:58:28+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5573b11e-528f-11ed-bed4-066d4abd6550 | InvocationID=5573b286-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:58:43+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f38e9fe-528f-11ed-bed4-066d4abd6550 | InvocationID=4f38ebc0-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:58:43+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2a08b2-528f-11ed-bed4-066d4abd6550 | InvocationID=5e2a1514-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:58:43+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2a08b2-528f-11ed-bed4-066d4abd6550 | InvocationID=5e2a1514-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:58:43+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e2a08b2-528f-11ed-bed4-066d4abd6550 | InvocationID=5e2a1514-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:58:48+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5573b11e-528f-11ed-bed4-066d4abd6550 | InvocationID=5573b286-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:58:48+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61676a6a-528f-11ed-bed4-066d4abd6550 | InvocationID=61676c22-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:58:48+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61676a6a-528f-11ed-bed4-066d4abd6550 | InvocationID=61676c22-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:58:48+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61676a6a-528f-11ed-bed4-066d4abd6550 | InvocationID=61676c22-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:08+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e2a08b2-528f-11ed-bed4-066d4abd6550 | InvocationID=5e2a1514-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:59:08+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1d4a50-528f-11ed-bed4-066d4abd6550 | InvocationID=6d1d4c08-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:59:08+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1d4a50-528f-11ed-bed4-066d4abd6550 | InvocationID=6d1d4c08-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:59:08+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d1d4a50-528f-11ed-bed4-066d4abd6550 | InvocationID=6d1d4c08-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:59:08+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61676a6a-528f-11ed-bed4-066d4abd6550 | InvocationID=61676c22-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:59:08+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5b14ac-528f-11ed-bed4-066d4abd6550 | InvocationID=6d5b18a8-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:59:08+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5b14ac-528f-11ed-bed4-066d4abd6550 | InvocationID=6d5b18a8-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:08+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d5b14ac-528f-11ed-bed4-066d4abd6550 | InvocationID=6d5b18a8-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:28+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d5b14ac-528f-11ed-bed4-066d4abd6550 | InvocationID=6d5b18a8-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:59:28+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=795316c4-528f-11ed-bed4-066d4abd6550 | InvocationID=79531886-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:59:28+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=795316c4-528f-11ed-bed4-066d4abd6550 | InvocationID=79531886-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:28+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=795316c4-528f-11ed-bed4-066d4abd6550 | InvocationID=79531886-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:33+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d1d4a50-528f-11ed-bed4-066d4abd6550 | InvocationID=6d1d4c08-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:59:33+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c0bd05e-528f-11ed-bed4-066d4abd6550 | InvocationID=7c0bd22a-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:59:33+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c0bd05e-528f-11ed-bed4-066d4abd6550 | InvocationID=7c0bd22a-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:59:33+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c0bd05e-528f-11ed-bed4-066d4abd6550 | InvocationID=7c0bd22a-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:59:48+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=795316c4-528f-11ed-bed4-066d4abd6550 | InvocationID=79531886-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T04:59:48+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854a90e2-528f-11ed-bed4-066d4abd6550 | InvocationID=854a929a-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T04:59:48+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854a90e2-528f-11ed-bed4-066d4abd6550 | InvocationID=854a929a-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:48+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854a90e2-528f-11ed-bed4-066d4abd6550 | InvocationID=854a929a-528f-11ed-bed4-066d4abd6550 | 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-10-23T04:59:58+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c0bd05e-528f-11ed-bed4-066d4abd6550 | InvocationID=7c0bd22a-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T04:59:58+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8afaf41e-528f-11ed-bed4-066d4abd6550 | InvocationID=8afaf5e0-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T04:59:58+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8afaf41e-528f-11ed-bed4-066d4abd6550 | InvocationID=8afaf5e0-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T04:59:58+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8afaf41e-528f-11ed-bed4-066d4abd6550 | InvocationID=8afaf5e0-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:00:08+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854a90e2-528f-11ed-bed4-066d4abd6550 | InvocationID=854a929a-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:00:08+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=913eaa78-528f-11ed-bed4-066d4abd6550 | InvocationID=913ead3e-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:00:08+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=913eaa78-528f-11ed-bed4-066d4abd6550 | InvocationID=913ead3e-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:00:08+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=913eaa78-528f-11ed-bed4-066d4abd6550 | InvocationID=913ead3e-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:00:23+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8afaf41e-528f-11ed-bed4-066d4abd6550 | InvocationID=8afaf5e0-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:00:23+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99e9d72e-528f-11ed-bed4-066d4abd6550 | InvocationID=99e9d97c-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:00:23+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99e9d72e-528f-11ed-bed4-066d4abd6550 | InvocationID=99e9d97c-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:00:23+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99e9d72e-528f-11ed-bed4-066d4abd6550 | InvocationID=99e9d97c-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:00:28+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=913eaa78-528f-11ed-bed4-066d4abd6550 | InvocationID=913ead3e-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:00:28+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d3225b2-528f-11ed-bed4-066d4abd6550 | InvocationID=9d322774-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:00:29+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d3225b2-528f-11ed-bed4-066d4abd6550 | InvocationID=9d322774-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:00:29+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d3225b2-528f-11ed-bed4-066d4abd6550 | InvocationID=9d322774-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:00:48+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99e9d72e-528f-11ed-bed4-066d4abd6550 | InvocationID=99e9d97c-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:00:48+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d97564-528f-11ed-bed4-066d4abd6550 | InvocationID=a8d9791a-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:00:48+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d97564-528f-11ed-bed4-066d4abd6550 | InvocationID=a8d9791a-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:00:48+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8d97564-528f-11ed-bed4-066d4abd6550 | InvocationID=a8d9791a-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:00:49+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d3225b2-528f-11ed-bed4-066d4abd6550 | InvocationID=9d322774-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:00:49+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a927afc2-528f-11ed-bed4-066d4abd6550 | InvocationID=a927b378-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:00:49+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a927afc2-528f-11ed-bed4-066d4abd6550 | InvocationID=a927b378-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:00:49+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a927afc2-528f-11ed-bed4-066d4abd6550 | InvocationID=a927b378-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:01:09+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a927afc2-528f-11ed-bed4-066d4abd6550 | InvocationID=a927b378-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:01:09+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5213fe6-528f-11ed-bed4-066d4abd6550 | InvocationID=b5214220-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:01:09+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5213fe6-528f-11ed-bed4-066d4abd6550 | InvocationID=b5214220-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:01:09+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5213fe6-528f-11ed-bed4-066d4abd6550 | InvocationID=b5214220-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:01:13+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8d97564-528f-11ed-bed4-066d4abd6550 | InvocationID=a8d9791a-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:01:13+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ca4b8e-528f-11ed-bed4-066d4abd6550 | InvocationID=b7ca4cf6-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:01:13+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ca4b8e-528f-11ed-bed4-066d4abd6550 | InvocationID=b7ca4cf6-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:01:13+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7ca4b8e-528f-11ed-bed4-066d4abd6550 | InvocationID=b7ca4cf6-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:01:29+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5213fe6-528f-11ed-bed4-066d4abd6550 | InvocationID=b5214220-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:01:29+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1151cd2-528f-11ed-bed4-066d4abd6550 | InvocationID=c1151f16-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:01:29+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1151cd2-528f-11ed-bed4-066d4abd6550 | InvocationID=c1151f16-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:01:29+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1151cd2-528f-11ed-bed4-066d4abd6550 | InvocationID=c1151f16-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:01:38+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7ca4b8e-528f-11ed-bed4-066d4abd6550 | InvocationID=b7ca4cf6-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:01:38+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6b91b16-528f-11ed-bed4-066d4abd6550 | InvocationID=c6b91d50-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:01:38+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6b91b16-528f-11ed-bed4-066d4abd6550 | InvocationID=c6b91d50-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:01:38+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6b91b16-528f-11ed-bed4-066d4abd6550 | InvocationID=c6b91d50-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:01:49+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1151cd2-528f-11ed-bed4-066d4abd6550 | InvocationID=c1151f16-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:01:49+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0b4c8c-528f-11ed-bed4-066d4abd6550 | InvocationID=cd0b4ea8-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:01:49+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0b4c8c-528f-11ed-bed4-066d4abd6550 | InvocationID=cd0b4ea8-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:01:49+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd0b4c8c-528f-11ed-bed4-066d4abd6550 | InvocationID=cd0b4ea8-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:03+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6b91b16-528f-11ed-bed4-066d4abd6550 | InvocationID=c6b91d50-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:02:03+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5a70bc4-528f-11ed-bed4-066d4abd6550 | InvocationID=d5a70d86-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:02:03+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5a70bc4-528f-11ed-bed4-066d4abd6550 | InvocationID=d5a70d86-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:02:03+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5a70bc4-528f-11ed-bed4-066d4abd6550 | InvocationID=d5a70d86-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:02:09+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd0b4c8c-528f-11ed-bed4-066d4abd6550 | InvocationID=cd0b4ea8-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:02:09+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8fe12fe-528f-11ed-bed4-066d4abd6550 | InvocationID=d8fe14c0-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:02:09+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8fe12fe-528f-11ed-bed4-066d4abd6550 | InvocationID=d8fe14c0-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:09+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8fe12fe-528f-11ed-bed4-066d4abd6550 | InvocationID=d8fe14c0-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:28+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5a70bc4-528f-11ed-bed4-066d4abd6550 | InvocationID=d5a70d86-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:02:28+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e494f6be-528f-11ed-bed4-066d4abd6550 | InvocationID=e494f894-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:02:28+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e494f6be-528f-11ed-bed4-066d4abd6550 | InvocationID=e494f894-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:02:28+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e494f6be-528f-11ed-bed4-066d4abd6550 | InvocationID=e494f894-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:02:29+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8fe12fe-528f-11ed-bed4-066d4abd6550 | InvocationID=d8fe14c0-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:02:29+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4f17eac-528f-11ed-bed4-066d4abd6550 | InvocationID=e4f1806e-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:02:29+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4f17eac-528f-11ed-bed4-066d4abd6550 | InvocationID=e4f1806e-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:29+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4f17eac-528f-11ed-bed4-066d4abd6550 | InvocationID=e4f1806e-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:49+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4f17eac-528f-11ed-bed4-066d4abd6550 | InvocationID=e4f1806e-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:02:49+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e49730-528f-11ed-bed4-066d4abd6550 | InvocationID=f0e498fc-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:02:49+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e49730-528f-11ed-bed4-066d4abd6550 | InvocationID=f0e498fc-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:49+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e49730-528f-11ed-bed4-066d4abd6550 | InvocationID=f0e498fc-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:02:53+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e494f6be-528f-11ed-bed4-066d4abd6550 | InvocationID=e494f894-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:02:53+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3832cb8-528f-11ed-bed4-066d4abd6550 | InvocationID=f3832e84-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:02:53+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3832cb8-528f-11ed-bed4-066d4abd6550 | InvocationID=f3832e84-528f-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:02:53+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3832cb8-528f-11ed-bed4-066d4abd6550 | InvocationID=f3832e84-528f-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:03:09+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e49730-528f-11ed-bed4-066d4abd6550 | InvocationID=f0e498fc-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:03:09+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd83196-528f-11ed-bed4-066d4abd6550 | InvocationID=fcd834d4-528f-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:03:09+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd83196-528f-11ed-bed4-066d4abd6550 | InvocationID=fcd834d4-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:03:09+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcd83196-528f-11ed-bed4-066d4abd6550 | InvocationID=fcd834d4-528f-11ed-bed4-066d4abd6550 | 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-10-23T05:03:18+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3832cb8-528f-11ed-bed4-066d4abd6550 | InvocationID=f3832e84-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:03:18+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02717ae0-5290-11ed-bed4-066d4abd6550 | InvocationID=02717d24-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:03:18+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02717ae0-5290-11ed-bed4-066d4abd6550 | InvocationID=02717d24-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:03:18+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02717ae0-5290-11ed-bed4-066d4abd6550 | InvocationID=02717d24-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:03:29+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcd83196-528f-11ed-bed4-066d4abd6550 | InvocationID=fcd834d4-528f-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:03:29+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cb5dde-5290-11ed-bed4-066d4abd6550 | InvocationID=08cb5fb4-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:03:29+0000 | aai_event_thread | 140238017133344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cb5dde-5290-11ed-bed4-066d4abd6550 | InvocationID=08cb5fb4-5290-11ed-bed4-066d4abd6550 | 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-10-23T05:03:29+0000 | aai_event_thread | 140238017133344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08cb5dde-5290-11ed-bed4-066d4abd6550 | InvocationID=08cb5fb4-5290-11ed-bed4-066d4abd6550 | 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-10-23T05:03:43+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02717ae0-5290-11ed-bed4-066d4abd6550 | InvocationID=02717d24-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:03:43+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=115f5c52-5290-11ed-bed4-066d4abd6550 | InvocationID=115f5e96-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:03:43+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=115f5c52-5290-11ed-bed4-066d4abd6550 | InvocationID=115f5e96-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:03:43+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=115f5c52-5290-11ed-bed4-066d4abd6550 | InvocationID=115f5e96-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:03:49+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08cb5dde-5290-11ed-bed4-066d4abd6550 | InvocationID=08cb5fb4-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:03:49+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14be7f36-5290-11ed-bed4-066d4abd6550 | InvocationID=14be8102-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:04:08+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=115f5c52-5290-11ed-bed4-066d4abd6550 | InvocationID=115f5e96-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:04:08+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=204dcbcc-5290-11ed-bed4-066d4abd6550 | InvocationID=204dce1a-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:04:08+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=204dcbcc-5290-11ed-bed4-066d4abd6550 | InvocationID=204dce1a-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:04:08+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=204dcbcc-5290-11ed-bed4-066d4abd6550 | InvocationID=204dce1a-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:04:13+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14be7f36-5290-11ed-bed4-066d4abd6550 | InvocationID=14be8102-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:04:13+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=234f062e-5290-11ed-bed4-066d4abd6550 | InvocationID=234f0962-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:04:33+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=204dcbcc-5290-11ed-bed4-066d4abd6550 | InvocationID=204dce1a-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:04:33+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f3b6eaa-5290-11ed-bed4-066d4abd6550 | InvocationID=2f3b70ee-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:04:34+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f3b6eaa-5290-11ed-bed4-066d4abd6550 | InvocationID=2f3b70ee-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:04:34+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f3b6eaa-5290-11ed-bed4-066d4abd6550 | InvocationID=2f3b70ee-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:04:34+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=234f062e-5290-11ed-bed4-066d4abd6550 | InvocationID=234f0962-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:04:34+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4526f2-5290-11ed-bed4-066d4abd6550 | InvocationID=2f4528b4-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:04:54+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f4526f2-5290-11ed-bed4-066d4abd6550 | InvocationID=2f4528b4-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:04:54+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b41fce6-5290-11ed-bed4-066d4abd6550 | InvocationID=3b41ffac-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:04:59+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f3b6eaa-5290-11ed-bed4-066d4abd6550 | InvocationID=2f3b70ee-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:04:59+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e2a1498-5290-11ed-bed4-066d4abd6550 | InvocationID=3e2a166e-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:04:59+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e2a1498-5290-11ed-bed4-066d4abd6550 | InvocationID=3e2a166e-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:04:59+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e2a1498-5290-11ed-bed4-066d4abd6550 | InvocationID=3e2a166e-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:05:14+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b41fce6-5290-11ed-bed4-066d4abd6550 | InvocationID=3b41ffac-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:05:14+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47998824-5290-11ed-bed4-066d4abd6550 | InvocationID=479989fa-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:05:24+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e2a1498-5290-11ed-bed4-066d4abd6550 | InvocationID=3e2a166e-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:05:24+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d179958-5290-11ed-bed4-066d4abd6550 | InvocationID=4d179e6c-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:05:24+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d179958-5290-11ed-bed4-066d4abd6550 | InvocationID=4d179e6c-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:05:24+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d179958-5290-11ed-bed4-066d4abd6550 | InvocationID=4d179e6c-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:05:39+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47998824-5290-11ed-bed4-066d4abd6550 | InvocationID=479989fa-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:05:39+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=565e3d50-5290-11ed-bed4-066d4abd6550 | InvocationID=565e4066-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:05:49+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d179958-5290-11ed-bed4-066d4abd6550 | InvocationID=4d179e6c-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:05:49+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0b685e-5290-11ed-bed4-066d4abd6550 | InvocationID=5c0b6b38-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:05:49+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0b685e-5290-11ed-bed4-066d4abd6550 | InvocationID=5c0b6b38-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:05:49+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0b685e-5290-11ed-bed4-066d4abd6550 | InvocationID=5c0b6b38-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:06:04+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=565e3d50-5290-11ed-bed4-066d4abd6550 | InvocationID=565e4066-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:06:04+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=652414cc-5290-11ed-bed4-066d4abd6550 | InvocationID=652416f2-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:06:14+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0b685e-5290-11ed-bed4-066d4abd6550 | InvocationID=5c0b6b38-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:06:14+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af9c680-5290-11ed-bed4-066d4abd6550 | InvocationID=6af9c8d8-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:06:14+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af9c680-5290-11ed-bed4-066d4abd6550 | InvocationID=6af9c8d8-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:06:14+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6af9c680-5290-11ed-bed4-066d4abd6550 | InvocationID=6af9c8d8-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:06:29+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=652414cc-5290-11ed-bed4-066d4abd6550 | InvocationID=652416f2-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:06:29+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73e8997e-5290-11ed-bed4-066d4abd6550 | InvocationID=73e89c44-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:06:39+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6af9c680-5290-11ed-bed4-066d4abd6550 | InvocationID=6af9c8d8-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:06:39+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e73bd2-5290-11ed-bed4-066d4abd6550 | InvocationID=79e73d9e-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:06:39+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e73bd2-5290-11ed-bed4-066d4abd6550 | InvocationID=79e73d9e-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:06:39+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e73bd2-5290-11ed-bed4-066d4abd6550 | InvocationID=79e73d9e-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:06:53+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73e8997e-5290-11ed-bed4-066d4abd6550 | InvocationID=73e89c44-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:06:53+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b14dfc-5290-11ed-bed4-066d4abd6550 | InvocationID=82b14fc8-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:07:04+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e73bd2-5290-11ed-bed4-066d4abd6550 | InvocationID=79e73d9e-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:07:04+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d6874c-5290-11ed-bed4-066d4abd6550 | InvocationID=88d68986-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:07:04+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d6874c-5290-11ed-bed4-066d4abd6550 | InvocationID=88d68986-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:07:04+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88d6874c-5290-11ed-bed4-066d4abd6550 | InvocationID=88d68986-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:07:18+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82b14dfc-5290-11ed-bed4-066d4abd6550 | InvocationID=82b14fc8-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:07:18+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91754b40-5290-11ed-bed4-066d4abd6550 | InvocationID=91754da2-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:07:29+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88d6874c-5290-11ed-bed4-066d4abd6550 | InvocationID=88d68986-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:07:29+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c4066c-5290-11ed-bed4-066d4abd6550 | InvocationID=97c40838-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:07:29+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c4066c-5290-11ed-bed4-066d4abd6550 | InvocationID=97c40838-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:07:29+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c4066c-5290-11ed-bed4-066d4abd6550 | InvocationID=97c40838-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:07:43+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91754b40-5290-11ed-bed4-066d4abd6550 | InvocationID=91754da2-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:07:43+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0392ebc-5290-11ed-bed4-066d4abd6550 | InvocationID=a0393088-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:07:54+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c4066c-5290-11ed-bed4-066d4abd6550 | InvocationID=97c40838-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:07:54+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b1ee28-5290-11ed-bed4-066d4abd6550 | InvocationID=a6b1f22e-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:07:54+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b1ee28-5290-11ed-bed4-066d4abd6550 | InvocationID=a6b1f22e-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:07:54+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b1ee28-5290-11ed-bed4-066d4abd6550 | InvocationID=a6b1f22e-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:08:08+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0392ebc-5290-11ed-bed4-066d4abd6550 | InvocationID=a0393088-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:08:08+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aefefd46-5290-11ed-bed4-066d4abd6550 | InvocationID=aefeff08-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:08:19+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b1ee28-5290-11ed-bed4-066d4abd6550 | InvocationID=a6b1f22e-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:08:19+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a0a9f6-5290-11ed-bed4-066d4abd6550 | InvocationID=b5a0ae74-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:08:19+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a0a9f6-5290-11ed-bed4-066d4abd6550 | InvocationID=b5a0ae74-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:08:19+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a0a9f6-5290-11ed-bed4-066d4abd6550 | InvocationID=b5a0ae74-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:08:33+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aefefd46-5290-11ed-bed4-066d4abd6550 | InvocationID=aefeff08-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:08:33+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdc22c0e-5290-11ed-bed4-066d4abd6550 | InvocationID=bdc2303c-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:08:44+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a0a9f6-5290-11ed-bed4-066d4abd6550 | InvocationID=b5a0ae74-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:08:44+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48e4cd4-5290-11ed-bed4-066d4abd6550 | InvocationID=c48e5a62-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:08:44+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48e4cd4-5290-11ed-bed4-066d4abd6550 | InvocationID=c48e5a62-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:08:44+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48e4cd4-5290-11ed-bed4-066d4abd6550 | InvocationID=c48e5a62-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:08:57+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdc22c0e-5290-11ed-bed4-066d4abd6550 | InvocationID=bdc2303c-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:08:57+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc861d86-5290-11ed-bed4-066d4abd6550 | InvocationID=cc861fd4-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:09:09+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48e4cd4-5290-11ed-bed4-066d4abd6550 | InvocationID=c48e5a62-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:09:09+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37cb528-5290-11ed-bed4-066d4abd6550 | InvocationID=d37cb762-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:09:09+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37cb528-5290-11ed-bed4-066d4abd6550 | InvocationID=d37cb762-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:09:09+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37cb528-5290-11ed-bed4-066d4abd6550 | InvocationID=d37cb762-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:09:22+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc861d86-5290-11ed-bed4-066d4abd6550 | InvocationID=cc861fd4-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:09:22+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4a55da-5290-11ed-bed4-066d4abd6550 | InvocationID=db4a57a6-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:09:34+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37cb528-5290-11ed-bed4-066d4abd6550 | InvocationID=d37cb762-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:09:34+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26b0864-5290-11ed-bed4-066d4abd6550 | InvocationID=e26b0a94-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:09:34+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26b0864-5290-11ed-bed4-066d4abd6550 | InvocationID=e26b0a94-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:09:34+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e26b0864-5290-11ed-bed4-066d4abd6550 | InvocationID=e26b0a94-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:09:47+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db4a55da-5290-11ed-bed4-066d4abd6550 | InvocationID=db4a57a6-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:09:47+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea0ee662-5290-11ed-bed4-066d4abd6550 | InvocationID=ea0ee9b4-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:09:59+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e26b0864-5290-11ed-bed4-066d4abd6550 | InvocationID=e26b0a94-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:09:59+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f158d37e-5290-11ed-bed4-066d4abd6550 | InvocationID=f158d5d6-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:09:59+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f158d37e-5290-11ed-bed4-066d4abd6550 | InvocationID=f158d5d6-5290-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:09:59+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f158d37e-5290-11ed-bed4-066d4abd6550 | InvocationID=f158d5d6-5290-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:10:12+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea0ee662-5290-11ed-bed4-066d4abd6550 | InvocationID=ea0ee9b4-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:10:12+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d25760-5290-11ed-bed4-066d4abd6550 | InvocationID=f8d25936-5290-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:10:24+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f158d37e-5290-11ed-bed4-066d4abd6550 | InvocationID=f158d5d6-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:10:24+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0046fb40-5291-11ed-bed4-066d4abd6550 | InvocationID=0046fd7a-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:10:24+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0046fb40-5291-11ed-bed4-066d4abd6550 | InvocationID=0046fd7a-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:10:24+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0046fb40-5291-11ed-bed4-066d4abd6550 | InvocationID=0046fd7a-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:10:36+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8d25760-5290-11ed-bed4-066d4abd6550 | InvocationID=f8d25936-5290-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:10:36+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079598a2-5291-11ed-bed4-066d4abd6550 | InvocationID=07959b2c-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:10:49+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0046fb40-5291-11ed-bed4-066d4abd6550 | InvocationID=0046fd7a-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:10:49+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f34f788-5291-11ed-bed4-066d4abd6550 | InvocationID=0f34fc06-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:10:49+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f34f788-5291-11ed-bed4-066d4abd6550 | InvocationID=0f34fc06-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:10:49+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f34f788-5291-11ed-bed4-066d4abd6550 | InvocationID=0f34fc06-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:11:01+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=079598a2-5291-11ed-bed4-066d4abd6550 | InvocationID=07959b2c-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:11:01+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16592d04-5291-11ed-bed4-066d4abd6550 | InvocationID=16592eee-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:11:14+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f34f788-5291-11ed-bed4-066d4abd6550 | InvocationID=0f34fc06-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:11:14+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e237e18-5291-11ed-bed4-066d4abd6550 | InvocationID=1e2380ac-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:11:14+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e237e18-5291-11ed-bed4-066d4abd6550 | InvocationID=1e2380ac-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:11:14+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e237e18-5291-11ed-bed4-066d4abd6550 | InvocationID=1e2380ac-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:11:26+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16592d04-5291-11ed-bed4-066d4abd6550 | InvocationID=16592eee-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:11:26+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2525c662-5291-11ed-bed4-066d4abd6550 | InvocationID=2525d044-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:11:39+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e237e18-5291-11ed-bed4-066d4abd6550 | InvocationID=1e2380ac-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:11:39+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d10e596-5291-11ed-bed4-066d4abd6550 | InvocationID=2d10e85c-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:11:39+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d10e596-5291-11ed-bed4-066d4abd6550 | InvocationID=2d10e85c-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:11:39+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d10e596-5291-11ed-bed4-066d4abd6550 | InvocationID=2d10e85c-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:11:51+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2525c662-5291-11ed-bed4-066d4abd6550 | InvocationID=2525d044-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:11:51+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33e93dc8-5291-11ed-bed4-066d4abd6550 | InvocationID=33e93f94-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:12:04+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d10e596-5291-11ed-bed4-066d4abd6550 | InvocationID=2d10e85c-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:12:04+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bff1884-5291-11ed-bed4-066d4abd6550 | InvocationID=3bff1b68-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:12:04+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bff1884-5291-11ed-bed4-066d4abd6550 | InvocationID=3bff1b68-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:12:04+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bff1884-5291-11ed-bed4-066d4abd6550 | InvocationID=3bff1b68-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:12:16+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33e93dc8-5291-11ed-bed4-066d4abd6550 | InvocationID=33e93f94-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:12:16+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42acf638-5291-11ed-bed4-066d4abd6550 | InvocationID=42acf980-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:12:29+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bff1884-5291-11ed-bed4-066d4abd6550 | InvocationID=3bff1b68-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:12:29+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aecae24-5291-11ed-bed4-066d4abd6550 | InvocationID=4aecb8a6-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:12:30+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aecae24-5291-11ed-bed4-066d4abd6550 | InvocationID=4aecb8a6-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:12:30+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aecae24-5291-11ed-bed4-066d4abd6550 | InvocationID=4aecb8a6-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:12:40+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42acf638-5291-11ed-bed4-066d4abd6550 | InvocationID=42acf980-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:12:40+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5170e990-5291-11ed-bed4-066d4abd6550 | InvocationID=5170f340-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:12:55+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aecae24-5291-11ed-bed4-066d4abd6550 | InvocationID=4aecb8a6-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:12:55+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59e2d8c2-5291-11ed-bed4-066d4abd6550 | InvocationID=59e2daa2-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:12:55+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59e2d8c2-5291-11ed-bed4-066d4abd6550 | InvocationID=59e2daa2-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:12:55+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59e2d8c2-5291-11ed-bed4-066d4abd6550 | InvocationID=59e2daa2-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:13:05+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5170e990-5291-11ed-bed4-066d4abd6550 | InvocationID=5170f340-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:13:05+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=603adfee-5291-11ed-bed4-066d4abd6550 | InvocationID=603ae1ba-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:13:20+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59e2d8c2-5291-11ed-bed4-066d4abd6550 | InvocationID=59e2daa2-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:13:20+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68d0b610-5291-11ed-bed4-066d4abd6550 | InvocationID=68d0b7e6-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:13:20+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68d0b610-5291-11ed-bed4-066d4abd6550 | InvocationID=68d0b7e6-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:13:20+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68d0b610-5291-11ed-bed4-066d4abd6550 | InvocationID=68d0b7e6-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:13:30+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=603adfee-5291-11ed-bed4-066d4abd6550 | InvocationID=603ae1ba-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:13:30+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6effdf8e-5291-11ed-bed4-066d4abd6550 | InvocationID=6effe27c-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:13:45+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68d0b610-5291-11ed-bed4-066d4abd6550 | InvocationID=68d0b7e6-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:13:45+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77be4a66-5291-11ed-bed4-066d4abd6550 | InvocationID=77be4cdc-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:13:45+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77be4a66-5291-11ed-bed4-066d4abd6550 | InvocationID=77be4cdc-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:13:45+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77be4a66-5291-11ed-bed4-066d4abd6550 | InvocationID=77be4cdc-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:13:55+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6effdf8e-5291-11ed-bed4-066d4abd6550 | InvocationID=6effe27c-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:13:55+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc4d1a0-5291-11ed-bed4-066d4abd6550 | InvocationID=7dc4d3ee-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:14:10+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77be4a66-5291-11ed-bed4-066d4abd6550 | InvocationID=77be4cdc-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:14:10+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86ac5306-5291-11ed-bed4-066d4abd6550 | InvocationID=86ac55b8-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:14:10+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86ac5306-5291-11ed-bed4-066d4abd6550 | InvocationID=86ac55b8-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:14:10+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86ac5306-5291-11ed-bed4-066d4abd6550 | InvocationID=86ac55b8-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:14:19+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dc4d1a0-5291-11ed-bed4-066d4abd6550 | InvocationID=7dc4d3ee-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:14:19+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c8774c2-5291-11ed-bed4-066d4abd6550 | InvocationID=8c87768e-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:14:35+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86ac5306-5291-11ed-bed4-066d4abd6550 | InvocationID=86ac55b8-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:14:35+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95999248-5291-11ed-bed4-066d4abd6550 | InvocationID=9599941e-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:14:35+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95999248-5291-11ed-bed4-066d4abd6550 | InvocationID=9599941e-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:14:35+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95999248-5291-11ed-bed4-066d4abd6550 | InvocationID=9599941e-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:14:44+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c8774c2-5291-11ed-bed4-066d4abd6550 | InvocationID=8c87768e-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:14:44+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4a0cc2-5291-11ed-bed4-066d4abd6550 | InvocationID=9b4a0e98-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:15:00+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95999248-5291-11ed-bed4-066d4abd6550 | InvocationID=9599941e-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:15:00+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4872450-5291-11ed-bed4-066d4abd6550 | InvocationID=a4872a54-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:15:00+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4872450-5291-11ed-bed4-066d4abd6550 | InvocationID=a4872a54-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:15:00+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4872450-5291-11ed-bed4-066d4abd6550 | InvocationID=a4872a54-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:15:09+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b4a0cc2-5291-11ed-bed4-066d4abd6550 | InvocationID=9b4a0e98-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:15:09+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa0c457c-5291-11ed-bed4-066d4abd6550 | InvocationID=aa0c4a0e-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:15:25+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4872450-5291-11ed-bed4-066d4abd6550 | InvocationID=a4872a54-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:15:25+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37518aa-5291-11ed-bed4-066d4abd6550 | InvocationID=b3751d00-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:15:25+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37518aa-5291-11ed-bed4-066d4abd6550 | InvocationID=b3751d00-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:15:25+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b37518aa-5291-11ed-bed4-066d4abd6550 | InvocationID=b3751d00-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:15:34+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa0c457c-5291-11ed-bed4-066d4abd6550 | InvocationID=aa0c4a0e-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:15:34+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d11de4-5291-11ed-bed4-066d4abd6550 | InvocationID=b8d11fba-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:15:50+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b37518aa-5291-11ed-bed4-066d4abd6550 | InvocationID=b3751d00-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:15:50+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2645128-5291-11ed-bed4-066d4abd6550 | InvocationID=c26452f4-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:15:50+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2645128-5291-11ed-bed4-066d4abd6550 | InvocationID=c26452f4-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:15:50+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2645128-5291-11ed-bed4-066d4abd6550 | InvocationID=c26452f4-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:15:59+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8d11de4-5291-11ed-bed4-066d4abd6550 | InvocationID=b8d11fba-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:15:59+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7968a8a-5291-11ed-bed4-066d4abd6550 | InvocationID=c7968d32-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:16:15+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2645128-5291-11ed-bed4-066d4abd6550 | InvocationID=c26452f4-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:16:15+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1520c70-5291-11ed-bed4-066d4abd6550 | InvocationID=d1520f18-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:16:15+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1520c70-5291-11ed-bed4-066d4abd6550 | InvocationID=d1520f18-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:16:15+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1520c70-5291-11ed-bed4-066d4abd6550 | InvocationID=d1520f18-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:16:23+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7968a8a-5291-11ed-bed4-066d4abd6550 | InvocationID=c7968d32-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:16:23+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65a6cd0-5291-11ed-bed4-066d4abd6550 | InvocationID=d65a72fc-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:16:40+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1520c70-5291-11ed-bed4-066d4abd6550 | InvocationID=d1520f18-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:16:40+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e041fccc-5291-11ed-bed4-066d4abd6550 | InvocationID=e041ffc4-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:16:40+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e041fccc-5291-11ed-bed4-066d4abd6550 | InvocationID=e041ffc4-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:16:40+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e041fccc-5291-11ed-bed4-066d4abd6550 | InvocationID=e041ffc4-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:16:48+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d65a6cd0-5291-11ed-bed4-066d4abd6550 | InvocationID=d65a72fc-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:16:48+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53feb58-5291-11ed-bed4-066d4abd6550 | InvocationID=e53fed56-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:17:05+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e041fccc-5291-11ed-bed4-066d4abd6550 | InvocationID=e041ffc4-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:17:05+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef36997c-5291-11ed-bed4-066d4abd6550 | InvocationID=ef369b34-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:17:05+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef36997c-5291-11ed-bed4-066d4abd6550 | InvocationID=ef369b34-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:17:05+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef36997c-5291-11ed-bed4-066d4abd6550 | InvocationID=ef369b34-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:17:13+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e53feb58-5291-11ed-bed4-066d4abd6550 | InvocationID=e53fed56-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:17:13+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40f3378-5291-11ed-bed4-066d4abd6550 | InvocationID=f40f359e-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:17:30+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef36997c-5291-11ed-bed4-066d4abd6550 | InvocationID=ef369b34-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:17:30+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2488cc-5291-11ed-bed4-066d4abd6550 | InvocationID=fe248a98-5291-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:17:30+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2488cc-5291-11ed-bed4-066d4abd6550 | InvocationID=fe248a98-5291-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:17:30+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2488cc-5291-11ed-bed4-066d4abd6550 | InvocationID=fe248a98-5291-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:17:38+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40f3378-5291-11ed-bed4-066d4abd6550 | InvocationID=f40f359e-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:17:38+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02d5fd60-5292-11ed-bed4-066d4abd6550 | InvocationID=02d5ff36-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:17:55+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2488cc-5291-11ed-bed4-066d4abd6550 | InvocationID=fe248a98-5291-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:17:55+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d1242c0-5292-11ed-bed4-066d4abd6550 | InvocationID=0d124496-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:17:55+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d1242c0-5292-11ed-bed4-066d4abd6550 | InvocationID=0d124496-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:17:55+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d1242c0-5292-11ed-bed4-066d4abd6550 | InvocationID=0d124496-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:18:03+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02d5fd60-5292-11ed-bed4-066d4abd6550 | InvocationID=02d5ff36-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:18:03+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=119bed32-5292-11ed-bed4-066d4abd6550 | InvocationID=119bf016-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:18:20+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d1242c0-5292-11ed-bed4-066d4abd6550 | InvocationID=0d124496-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:18:20+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c006d0c-5292-11ed-bed4-066d4abd6550 | InvocationID=1c006eec-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:18:20+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c006d0c-5292-11ed-bed4-066d4abd6550 | InvocationID=1c006eec-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:18:20+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c006d0c-5292-11ed-bed4-066d4abd6550 | InvocationID=1c006eec-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:18:28+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=119bed32-5292-11ed-bed4-066d4abd6550 | InvocationID=119bf016-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:18:28+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20609cf0-5292-11ed-bed4-066d4abd6550 | InvocationID=20609eb2-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:18:45+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c006d0c-5292-11ed-bed4-066d4abd6550 | InvocationID=1c006eec-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:18:45+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aee11e8-5292-11ed-bed4-066d4abd6550 | InvocationID=2aee1396-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:18:45+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aee11e8-5292-11ed-bed4-066d4abd6550 | InvocationID=2aee1396-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:18:45+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2aee11e8-5292-11ed-bed4-066d4abd6550 | InvocationID=2aee1396-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:18:52+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20609cf0-5292-11ed-bed4-066d4abd6550 | InvocationID=20609eb2-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:18:52+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f24141a-5292-11ed-bed4-066d4abd6550 | InvocationID=2f241654-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:19:10+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2aee11e8-5292-11ed-bed4-066d4abd6550 | InvocationID=2aee1396-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:19:10+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39dea636-5292-11ed-bed4-066d4abd6550 | InvocationID=39deaa28-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:19:10+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39dea636-5292-11ed-bed4-066d4abd6550 | InvocationID=39deaa28-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:19:10+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39dea636-5292-11ed-bed4-066d4abd6550 | InvocationID=39deaa28-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:19:17+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f24141a-5292-11ed-bed4-066d4abd6550 | InvocationID=2f241654-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:19:17+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3de9f050-5292-11ed-bed4-066d4abd6550 | InvocationID=3de9f870-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:19:35+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39dea636-5292-11ed-bed4-066d4abd6550 | InvocationID=39deaa28-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:19:35+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48cf65b8-5292-11ed-bed4-066d4abd6550 | InvocationID=48cf717a-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:19:35+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48cf65b8-5292-11ed-bed4-066d4abd6550 | InvocationID=48cf717a-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:19:35+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48cf65b8-5292-11ed-bed4-066d4abd6550 | InvocationID=48cf717a-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:19:42+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3de9f050-5292-11ed-bed4-066d4abd6550 | InvocationID=3de9f870-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:19:42+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb15df8-5292-11ed-bed4-066d4abd6550 | InvocationID=4cb15fc4-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:20:00+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48cf65b8-5292-11ed-bed4-066d4abd6550 | InvocationID=48cf717a-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:20:00+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57bd57ec-5292-11ed-bed4-066d4abd6550 | InvocationID=57bd59c2-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:20:00+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57bd57ec-5292-11ed-bed4-066d4abd6550 | InvocationID=57bd59c2-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:20:00+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57bd57ec-5292-11ed-bed4-066d4abd6550 | InvocationID=57bd59c2-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:20:07+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cb15df8-5292-11ed-bed4-066d4abd6550 | InvocationID=4cb15fc4-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:20:07+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7642d6-5292-11ed-bed4-066d4abd6550 | InvocationID=5b7644fc-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:20:25+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57bd57ec-5292-11ed-bed4-066d4abd6550 | InvocationID=57bd59c2-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:20:25+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ac10e0-5292-11ed-bed4-066d4abd6550 | InvocationID=66ac12c0-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:20:26+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ac10e0-5292-11ed-bed4-066d4abd6550 | InvocationID=66ac12c0-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:20:26+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66ac10e0-5292-11ed-bed4-066d4abd6550 | InvocationID=66ac12c0-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:20:31+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b7642d6-5292-11ed-bed4-066d4abd6550 | InvocationID=5b7644fc-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:20:31+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a399020-5292-11ed-bed4-066d4abd6550 | InvocationID=6a399282-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:20:51+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66ac10e0-5292-11ed-bed4-066d4abd6550 | InvocationID=66ac12c0-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:20:51+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759980a6-5292-11ed-bed4-066d4abd6550 | InvocationID=75998312-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:20:51+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759980a6-5292-11ed-bed4-066d4abd6550 | InvocationID=75998312-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:20:51+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=759980a6-5292-11ed-bed4-066d4abd6550 | InvocationID=75998312-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:20:56+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a399020-5292-11ed-bed4-066d4abd6550 | InvocationID=6a399282-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:20:56+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79026154-5292-11ed-bed4-066d4abd6550 | InvocationID=79026c80-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:21:16+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=759980a6-5292-11ed-bed4-066d4abd6550 | InvocationID=75998312-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:21:16+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8487544e-5292-11ed-bed4-066d4abd6550 | InvocationID=8487561a-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:21:16+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8487544e-5292-11ed-bed4-066d4abd6550 | InvocationID=8487561a-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:21:16+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8487544e-5292-11ed-bed4-066d4abd6550 | InvocationID=8487561a-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:21:21+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79026154-5292-11ed-bed4-066d4abd6550 | InvocationID=79026c80-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:21:21+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87cbf3da-5292-11ed-bed4-066d4abd6550 | InvocationID=87cbf5f6-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:21:41+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8487544e-5292-11ed-bed4-066d4abd6550 | InvocationID=8487561a-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:21:41+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93752972-5292-11ed-bed4-066d4abd6550 | InvocationID=93752b3e-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:21:41+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93752972-5292-11ed-bed4-066d4abd6550 | InvocationID=93752b3e-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:21:41+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93752972-5292-11ed-bed4-066d4abd6550 | InvocationID=93752b3e-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:21:46+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87cbf3da-5292-11ed-bed4-066d4abd6550 | InvocationID=87cbf5f6-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:21:46+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=968fed04-5292-11ed-bed4-066d4abd6550 | InvocationID=968feed0-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:22:06+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93752972-5292-11ed-bed4-066d4abd6550 | InvocationID=93752b3e-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:22:06+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a263144e-5292-11ed-bed4-066d4abd6550 | InvocationID=a26316ce-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:22:06+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a263144e-5292-11ed-bed4-066d4abd6550 | InvocationID=a26316ce-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:22:06+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a263144e-5292-11ed-bed4-066d4abd6550 | InvocationID=a26316ce-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:22:11+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=968fed04-5292-11ed-bed4-066d4abd6550 | InvocationID=968feed0-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:22:11+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a552d7a2-5292-11ed-bed4-066d4abd6550 | InvocationID=a552d96e-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:22:31+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a263144e-5292-11ed-bed4-066d4abd6550 | InvocationID=a26316ce-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:22:31+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b150ca0a-5292-11ed-bed4-066d4abd6550 | InvocationID=b150cbe0-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:22:31+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b150ca0a-5292-11ed-bed4-066d4abd6550 | InvocationID=b150cbe0-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:22:31+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b150ca0a-5292-11ed-bed4-066d4abd6550 | InvocationID=b150cbe0-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:22:35+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a552d7a2-5292-11ed-bed4-066d4abd6550 | InvocationID=a552d96e-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:22:35+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b414e5aa-5292-11ed-bed4-066d4abd6550 | InvocationID=b414e780-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:22:56+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b150ca0a-5292-11ed-bed4-066d4abd6550 | InvocationID=b150cbe0-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:22:56+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c03df718-5292-11ed-bed4-066d4abd6550 | InvocationID=c03df8d0-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:22:56+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c03df718-5292-11ed-bed4-066d4abd6550 | InvocationID=c03df8d0-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:22:56+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c03df718-5292-11ed-bed4-066d4abd6550 | InvocationID=c03df8d0-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:23:00+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b414e5aa-5292-11ed-bed4-066d4abd6550 | InvocationID=b414e780-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:23:00+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2d7bd60-5292-11ed-bed4-066d4abd6550 | InvocationID=c2d7bf90-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:23:21+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c03df718-5292-11ed-bed4-066d4abd6550 | InvocationID=c03df8d0-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:23:21+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf2bcd22-5292-11ed-bed4-066d4abd6550 | InvocationID=cf2bceee-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:23:21+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf2bcd22-5292-11ed-bed4-066d4abd6550 | InvocationID=cf2bceee-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:23:21+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf2bcd22-5292-11ed-bed4-066d4abd6550 | InvocationID=cf2bceee-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:23:25+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2d7bd60-5292-11ed-bed4-066d4abd6550 | InvocationID=c2d7bf90-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:23:25+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d19eb5a6-5292-11ed-bed4-066d4abd6550 | InvocationID=d19eb7d6-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:23:46+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf2bcd22-5292-11ed-bed4-066d4abd6550 | InvocationID=cf2bceee-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:23:46+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de19915c-5292-11ed-bed4-066d4abd6550 | InvocationID=de199562-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:23:46+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de19915c-5292-11ed-bed4-066d4abd6550 | InvocationID=de199562-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:23:46+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de19915c-5292-11ed-bed4-066d4abd6550 | InvocationID=de199562-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:23:50+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d19eb5a6-5292-11ed-bed4-066d4abd6550 | InvocationID=d19eb7d6-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:23:50+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0611a48-5292-11ed-bed4-066d4abd6550 | InvocationID=e0611c8c-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:24:11+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de19915c-5292-11ed-bed4-066d4abd6550 | InvocationID=de199562-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:24:11+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0848b6-5292-11ed-bed4-066d4abd6550 | InvocationID=ed084b0e-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:24:11+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0848b6-5292-11ed-bed4-066d4abd6550 | InvocationID=ed084b0e-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:24:11+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed0848b6-5292-11ed-bed4-066d4abd6550 | InvocationID=ed084b0e-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:24:14+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0611a48-5292-11ed-bed4-066d4abd6550 | InvocationID=e0611c8c-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:24:14+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef23d57a-5292-11ed-bed4-066d4abd6550 | InvocationID=ef23d908-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:24:36+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed0848b6-5292-11ed-bed4-066d4abd6550 | InvocationID=ed084b0e-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:24:36+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf5d4a6-5292-11ed-bed4-066d4abd6550 | InvocationID=fbf5d6e0-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:24:36+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf5d4a6-5292-11ed-bed4-066d4abd6550 | InvocationID=fbf5d6e0-5292-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:24:36+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf5d4a6-5292-11ed-bed4-066d4abd6550 | InvocationID=fbf5d6e0-5292-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:24:39+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef23d57a-5292-11ed-bed4-066d4abd6550 | InvocationID=ef23d908-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:24:39+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdebad6c-5292-11ed-bed4-066d4abd6550 | InvocationID=fdebaf24-5292-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:25:01+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf5d4a6-5292-11ed-bed4-066d4abd6550 | InvocationID=fbf5d6e0-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:25:01+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae54e74-5293-11ed-bed4-066d4abd6550 | InvocationID=0ae55054-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:25:01+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae54e74-5293-11ed-bed4-066d4abd6550 | InvocationID=0ae55054-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:25:01+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ae54e74-5293-11ed-bed4-066d4abd6550 | InvocationID=0ae55054-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:25:04+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdebad6c-5292-11ed-bed4-066d4abd6550 | InvocationID=fdebaf24-5292-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:25:04+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cad6188-5293-11ed-bed4-066d4abd6550 | InvocationID=0cad646c-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:25:26+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ae54e74-5293-11ed-bed4-066d4abd6550 | InvocationID=0ae55054-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:25:26+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19d31ee8-5293-11ed-bed4-066d4abd6550 | InvocationID=19d320b4-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:25:26+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19d31ee8-5293-11ed-bed4-066d4abd6550 | InvocationID=19d320b4-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:25:26+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19d31ee8-5293-11ed-bed4-066d4abd6550 | InvocationID=19d320b4-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:25:29+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cad6188-5293-11ed-bed4-066d4abd6550 | InvocationID=0cad646c-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:25:29+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b6fe24a-5293-11ed-bed4-066d4abd6550 | InvocationID=1b6fe4b6-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:25:51+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19d31ee8-5293-11ed-bed4-066d4abd6550 | InvocationID=19d320b4-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:25:51+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c1ebb4-5293-11ed-bed4-066d4abd6550 | InvocationID=28c1ed80-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:25:51+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c1ebb4-5293-11ed-bed4-066d4abd6550 | InvocationID=28c1ed80-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:25:51+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28c1ebb4-5293-11ed-bed4-066d4abd6550 | InvocationID=28c1ed80-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:25:53+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b6fe24a-5293-11ed-bed4-066d4abd6550 | InvocationID=1b6fe4b6-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:25:53+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a31ca1e-5293-11ed-bed4-066d4abd6550 | InvocationID=2a31cbf4-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:26:16+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28c1ebb4-5293-11ed-bed4-066d4abd6550 | InvocationID=28c1ed80-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:26:16+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b07992-5293-11ed-bed4-066d4abd6550 | InvocationID=37b07b4a-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:26:16+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b07992-5293-11ed-bed4-066d4abd6550 | InvocationID=37b07b4a-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:26:16+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37b07992-5293-11ed-bed4-066d4abd6550 | InvocationID=37b07b4a-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:26:18+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a31ca1e-5293-11ed-bed4-066d4abd6550 | InvocationID=2a31cbf4-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:26:18+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f5b93e-5293-11ed-bed4-066d4abd6550 | InvocationID=38f5bba0-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:26:41+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37b07992-5293-11ed-bed4-066d4abd6550 | InvocationID=37b07b4a-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:26:41+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469e385e-5293-11ed-bed4-066d4abd6550 | InvocationID=469e3aca-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:26:41+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469e385e-5293-11ed-bed4-066d4abd6550 | InvocationID=469e3aca-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:26:41+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=469e385e-5293-11ed-bed4-066d4abd6550 | InvocationID=469e3aca-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:26:43+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38f5b93e-5293-11ed-bed4-066d4abd6550 | InvocationID=38f5bba0-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:26:43+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47ba2450-5293-11ed-bed4-066d4abd6550 | InvocationID=47ba2612-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:27:06+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=469e385e-5293-11ed-bed4-066d4abd6550 | InvocationID=469e3aca-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:27:06+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5591a148-5293-11ed-bed4-066d4abd6550 | InvocationID=5591a42c-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:27:06+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5591a148-5293-11ed-bed4-066d4abd6550 | InvocationID=5591a42c-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:27:06+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5591a148-5293-11ed-bed4-066d4abd6550 | InvocationID=5591a42c-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:27:08+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47ba2450-5293-11ed-bed4-066d4abd6550 | InvocationID=47ba2612-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:27:08+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=567c9c20-5293-11ed-bed4-066d4abd6550 | InvocationID=567c9e50-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:27:31+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5591a148-5293-11ed-bed4-066d4abd6550 | InvocationID=5591a42c-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:27:31+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647f2a9a-5293-11ed-bed4-066d4abd6550 | InvocationID=647f2c70-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:27:31+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647f2a9a-5293-11ed-bed4-066d4abd6550 | InvocationID=647f2c70-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:27:31+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=647f2a9a-5293-11ed-bed4-066d4abd6550 | InvocationID=647f2c70-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:27:33+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=567c9c20-5293-11ed-bed4-066d4abd6550 | InvocationID=567c9e50-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:27:33+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=653f241c-5293-11ed-bed4-066d4abd6550 | InvocationID=653f25f2-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:27:56+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=647f2a9a-5293-11ed-bed4-066d4abd6550 | InvocationID=647f2c70-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:27:56+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736c4196-5293-11ed-bed4-066d4abd6550 | InvocationID=736c4362-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:27:56+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736c4196-5293-11ed-bed4-066d4abd6550 | InvocationID=736c4362-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:27:56+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=736c4196-5293-11ed-bed4-066d4abd6550 | InvocationID=736c4362-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:27:57+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=653f241c-5293-11ed-bed4-066d4abd6550 | InvocationID=653f25f2-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:27:57+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74020078-5293-11ed-bed4-066d4abd6550 | InvocationID=740202e4-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:28:21+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=736c4196-5293-11ed-bed4-066d4abd6550 | InvocationID=736c4362-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:28:21+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8259b986-5293-11ed-bed4-066d4abd6550 | InvocationID=8259bb48-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:28:21+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8259b986-5293-11ed-bed4-066d4abd6550 | InvocationID=8259bb48-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:28:21+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8259b986-5293-11ed-bed4-066d4abd6550 | InvocationID=8259bb48-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:28:22+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74020078-5293-11ed-bed4-066d4abd6550 | InvocationID=740202e4-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:28:22+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c470c8-5293-11ed-bed4-066d4abd6550 | InvocationID=82c47294-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:28:46+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8259b986-5293-11ed-bed4-066d4abd6550 | InvocationID=8259bb48-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:28:46+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9147ed14-5293-11ed-bed4-066d4abd6550 | InvocationID=9147ef6c-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:28:46+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9147ed14-5293-11ed-bed4-066d4abd6550 | InvocationID=9147ef6c-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:28:46+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9147ed14-5293-11ed-bed4-066d4abd6550 | InvocationID=9147ef6c-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:28:47+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82c470c8-5293-11ed-bed4-066d4abd6550 | InvocationID=82c47294-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:28:47+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9188cf82-5293-11ed-bed4-066d4abd6550 | InvocationID=9188d1da-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:29:11+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9147ed14-5293-11ed-bed4-066d4abd6550 | InvocationID=9147ef6c-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:29:11+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a03589b2-5293-11ed-bed4-066d4abd6550 | InvocationID=a0358bf6-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:29:12+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a03589b2-5293-11ed-bed4-066d4abd6550 | InvocationID=a0358bf6-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:29:12+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a03589b2-5293-11ed-bed4-066d4abd6550 | InvocationID=a0358bf6-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:29:12+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9188cf82-5293-11ed-bed4-066d4abd6550 | InvocationID=9188d1da-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:29:12+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04bfd78-5293-11ed-bed4-066d4abd6550 | InvocationID=a04bff44-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:29:36+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a04bfd78-5293-11ed-bed4-066d4abd6550 | InvocationID=a04bff44-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:29:36+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af0e5e5a-5293-11ed-bed4-066d4abd6550 | InvocationID=af0e60c6-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:29:37+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a03589b2-5293-11ed-bed4-066d4abd6550 | InvocationID=a0358bf6-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:29:37+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af23dcda-5293-11ed-bed4-066d4abd6550 | InvocationID=af23de7e-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:29:37+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af23dcda-5293-11ed-bed4-066d4abd6550 | InvocationID=af23de7e-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:29:37+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af23dcda-5293-11ed-bed4-066d4abd6550 | InvocationID=af23de7e-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:30:01+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af0e5e5a-5293-11ed-bed4-066d4abd6550 | InvocationID=af0e60c6-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:30:01+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdd056c8-5293-11ed-bed4-066d4abd6550 | InvocationID=bdd0589e-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:30:02+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af23dcda-5293-11ed-bed4-066d4abd6550 | InvocationID=af23de7e-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:30:02+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be110b3c-5293-11ed-bed4-066d4abd6550 | InvocationID=be110d58-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:30:02+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be110b3c-5293-11ed-bed4-066d4abd6550 | InvocationID=be110d58-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:30:02+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be110b3c-5293-11ed-bed4-066d4abd6550 | InvocationID=be110d58-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:30:26+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdd056c8-5293-11ed-bed4-066d4abd6550 | InvocationID=bdd0589e-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:30:26+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc93b66e-5293-11ed-bed4-066d4abd6550 | InvocationID=cc93b830-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:30:27+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be110b3c-5293-11ed-bed4-066d4abd6550 | InvocationID=be110d58-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:30:27+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccfe1388-5293-11ed-bed4-066d4abd6550 | InvocationID=ccfe154a-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:30:27+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccfe1388-5293-11ed-bed4-066d4abd6550 | InvocationID=ccfe154a-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:30:27+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccfe1388-5293-11ed-bed4-066d4abd6550 | InvocationID=ccfe154a-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:30:51+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc93b66e-5293-11ed-bed4-066d4abd6550 | InvocationID=cc93b830-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:30:51+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db568dac-5293-11ed-bed4-066d4abd6550 | InvocationID=db568ff0-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:30:52+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccfe1388-5293-11ed-bed4-066d4abd6550 | InvocationID=ccfe154a-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:30:52+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbecb7fa-5293-11ed-bed4-066d4abd6550 | InvocationID=dbecb9c6-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:30:52+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbecb7fa-5293-11ed-bed4-066d4abd6550 | InvocationID=dbecb9c6-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:30:52+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbecb7fa-5293-11ed-bed4-066d4abd6550 | InvocationID=dbecb9c6-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:31:15+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db568dac-5293-11ed-bed4-066d4abd6550 | InvocationID=db568ff0-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:31:15+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea1a0210-5293-11ed-bed4-066d4abd6550 | InvocationID=ea1a044a-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:31:17+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbecb7fa-5293-11ed-bed4-066d4abd6550 | InvocationID=dbecb9c6-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:31:17+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eadbe498-5293-11ed-bed4-066d4abd6550 | InvocationID=eadbe678-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:31:17+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eadbe498-5293-11ed-bed4-066d4abd6550 | InvocationID=eadbe678-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:31:17+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eadbe498-5293-11ed-bed4-066d4abd6550 | InvocationID=eadbe678-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:31:40+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea1a0210-5293-11ed-bed4-066d4abd6550 | InvocationID=ea1a044a-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:31:40+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8dd43c0-5293-11ed-bed4-066d4abd6550 | InvocationID=f8dd47e4-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:31:42+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eadbe498-5293-11ed-bed4-066d4abd6550 | InvocationID=eadbe678-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:31:42+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c8cb60-5293-11ed-bed4-066d4abd6550 | InvocationID=f9c8cd72-5293-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:31:42+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c8cb60-5293-11ed-bed4-066d4abd6550 | InvocationID=f9c8cd72-5293-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:31:42+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9c8cb60-5293-11ed-bed4-066d4abd6550 | InvocationID=f9c8cd72-5293-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:32:05+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8dd43c0-5293-11ed-bed4-066d4abd6550 | InvocationID=f8dd47e4-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:32:05+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a31f1a-5294-11ed-bed4-066d4abd6550 | InvocationID=07a3214a-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:32:07+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9c8cb60-5293-11ed-bed4-066d4abd6550 | InvocationID=f9c8cd72-5293-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:32:07+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b68e50-5294-11ed-bed4-066d4abd6550 | InvocationID=08b690bc-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:32:07+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b68e50-5294-11ed-bed4-066d4abd6550 | InvocationID=08b690bc-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:32:07+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08b68e50-5294-11ed-bed4-066d4abd6550 | InvocationID=08b690bc-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:32:30+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07a31f1a-5294-11ed-bed4-066d4abd6550 | InvocationID=07a3214a-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:32:30+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1668c518-5294-11ed-bed4-066d4abd6550 | InvocationID=1668c752-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:32:32+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08b68e50-5294-11ed-bed4-066d4abd6550 | InvocationID=08b690bc-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:32:32+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a43fe8-5294-11ed-bed4-066d4abd6550 | InvocationID=17a441c8-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:32:32+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a43fe8-5294-11ed-bed4-066d4abd6550 | InvocationID=17a441c8-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:32:32+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17a43fe8-5294-11ed-bed4-066d4abd6550 | InvocationID=17a441c8-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:32:55+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1668c518-5294-11ed-bed4-066d4abd6550 | InvocationID=1668c752-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:32:55+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=252ca15a-5294-11ed-bed4-066d4abd6550 | InvocationID=252ca39e-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:32:57+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17a43fe8-5294-11ed-bed4-066d4abd6550 | InvocationID=17a441c8-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:32:57+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=269178ae-5294-11ed-bed4-066d4abd6550 | InvocationID=26917a66-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:32:57+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=269178ae-5294-11ed-bed4-066d4abd6550 | InvocationID=26917a66-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:32:57+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=269178ae-5294-11ed-bed4-066d4abd6550 | InvocationID=26917a66-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:33:19+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=252ca15a-5294-11ed-bed4-066d4abd6550 | InvocationID=252ca39e-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:33:19+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f0589e-5294-11ed-bed4-066d4abd6550 | InvocationID=33f05a74-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:33:22+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=269178ae-5294-11ed-bed4-066d4abd6550 | InvocationID=26917a66-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:33:22+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=357ecf88-5294-11ed-bed4-066d4abd6550 | InvocationID=357ed23a-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:33:22+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=357ecf88-5294-11ed-bed4-066d4abd6550 | InvocationID=357ed23a-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:33:22+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=357ecf88-5294-11ed-bed4-066d4abd6550 | InvocationID=357ed23a-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:33:44+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33f0589e-5294-11ed-bed4-066d4abd6550 | InvocationID=33f05a74-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:33:44+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b6649a-5294-11ed-bed4-066d4abd6550 | InvocationID=42b668a0-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:33:47+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=357ecf88-5294-11ed-bed4-066d4abd6550 | InvocationID=357ed23a-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:33:47+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=446bf854-5294-11ed-bed4-066d4abd6550 | InvocationID=446bfa16-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:33:47+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=446bf854-5294-11ed-bed4-066d4abd6550 | InvocationID=446bfa16-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:33:47+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=446bf854-5294-11ed-bed4-066d4abd6550 | InvocationID=446bfa16-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:34:09+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42b6649a-5294-11ed-bed4-066d4abd6550 | InvocationID=42b668a0-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:34:09+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51796644-5294-11ed-bed4-066d4abd6550 | InvocationID=51796810-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:34:12+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=446bf854-5294-11ed-bed4-066d4abd6550 | InvocationID=446bfa16-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:34:12+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53591374-5294-11ed-bed4-066d4abd6550 | InvocationID=535915b8-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:34:12+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53591374-5294-11ed-bed4-066d4abd6550 | InvocationID=535915b8-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:34:12+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53591374-5294-11ed-bed4-066d4abd6550 | InvocationID=535915b8-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:34:34+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51796644-5294-11ed-bed4-066d4abd6550 | InvocationID=51796810-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:34:34+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=603bd6ee-5294-11ed-bed4-066d4abd6550 | InvocationID=603bd9be-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:34:37+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53591374-5294-11ed-bed4-066d4abd6550 | InvocationID=535915b8-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:34:37+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6245f244-5294-11ed-bed4-066d4abd6550 | InvocationID=6245f3fc-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:34:37+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6245f244-5294-11ed-bed4-066d4abd6550 | InvocationID=6245f3fc-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:34:37+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6245f244-5294-11ed-bed4-066d4abd6550 | InvocationID=6245f3fc-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:34:58+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=603bd6ee-5294-11ed-bed4-066d4abd6550 | InvocationID=603bd9be-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:34:58+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efeb5f2-5294-11ed-bed4-066d4abd6550 | InvocationID=6efeb7e6-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:35:02+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6245f244-5294-11ed-bed4-066d4abd6550 | InvocationID=6245f3fc-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:35:02+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71331868-5294-11ed-bed4-066d4abd6550 | InvocationID=71331b2e-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:35:02+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71331868-5294-11ed-bed4-066d4abd6550 | InvocationID=71331b2e-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:35:02+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71331868-5294-11ed-bed4-066d4abd6550 | InvocationID=71331b2e-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:35:23+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6efeb5f2-5294-11ed-bed4-066d4abd6550 | InvocationID=6efeb7e6-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:35:23+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc51d24-5294-11ed-bed4-066d4abd6550 | InvocationID=7dc51f0e-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:35:27+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71331868-5294-11ed-bed4-066d4abd6550 | InvocationID=71331b2e-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:35:27+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=802011a0-5294-11ed-bed4-066d4abd6550 | InvocationID=80201466-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:35:27+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=802011a0-5294-11ed-bed4-066d4abd6550 | InvocationID=80201466-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:35:27+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=802011a0-5294-11ed-bed4-066d4abd6550 | InvocationID=80201466-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:35:48+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dc51d24-5294-11ed-bed4-066d4abd6550 | InvocationID=7dc51f0e-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:35:48+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c883eb8-5294-11ed-bed4-066d4abd6550 | InvocationID=8c8842a0-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:35:52+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=802011a0-5294-11ed-bed4-066d4abd6550 | InvocationID=80201466-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:35:52+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0d00ba-5294-11ed-bed4-066d4abd6550 | InvocationID=8f0d02cc-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:35:52+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0d00ba-5294-11ed-bed4-066d4abd6550 | InvocationID=8f0d02cc-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:35:52+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f0d00ba-5294-11ed-bed4-066d4abd6550 | InvocationID=8f0d02cc-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:36:13+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c883eb8-5294-11ed-bed4-066d4abd6550 | InvocationID=8c8842a0-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:36:13+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4c623a-5294-11ed-bed4-066d4abd6550 | InvocationID=9b4c641a-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:36:17+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f0d00ba-5294-11ed-bed4-066d4abd6550 | InvocationID=8f0d02cc-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:36:17+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df9e4e4-5294-11ed-bed4-066d4abd6550 | InvocationID=9df9ed5e-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:36:17+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df9e4e4-5294-11ed-bed4-066d4abd6550 | InvocationID=9df9ed5e-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:36:17+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9df9e4e4-5294-11ed-bed4-066d4abd6550 | InvocationID=9df9ed5e-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:36:38+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b4c623a-5294-11ed-bed4-066d4abd6550 | InvocationID=9b4c641a-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:36:38+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa0f2118-5294-11ed-bed4-066d4abd6550 | InvocationID=aa0f22e4-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:36:42+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9df9e4e4-5294-11ed-bed4-066d4abd6550 | InvocationID=9df9ed5e-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:36:42+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace740fa-5294-11ed-bed4-066d4abd6550 | InvocationID=ace742e4-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:36:42+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace740fa-5294-11ed-bed4-066d4abd6550 | InvocationID=ace742e4-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:36:42+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ace740fa-5294-11ed-bed4-066d4abd6550 | InvocationID=ace742e4-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:37:02+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa0f2118-5294-11ed-bed4-066d4abd6550 | InvocationID=aa0f22e4-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:37:02+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d25cb0-5294-11ed-bed4-066d4abd6550 | InvocationID=b8d25e68-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:37:07+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ace740fa-5294-11ed-bed4-066d4abd6550 | InvocationID=ace742e4-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:37:07+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd8572a-5294-11ed-bed4-066d4abd6550 | InvocationID=bbd85a2c-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:37:07+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd8572a-5294-11ed-bed4-066d4abd6550 | InvocationID=bbd85a2c-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:37:07+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbd8572a-5294-11ed-bed4-066d4abd6550 | InvocationID=bbd85a2c-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:37:27+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8d25cb0-5294-11ed-bed4-066d4abd6550 | InvocationID=b8d25e68-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:37:27+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c795203e-5294-11ed-bed4-066d4abd6550 | InvocationID=c795291c-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:37:32+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbd8572a-5294-11ed-bed4-066d4abd6550 | InvocationID=bbd85a2c-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:37:32+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac64a62-5294-11ed-bed4-066d4abd6550 | InvocationID=cac64c24-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:37:32+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac64a62-5294-11ed-bed4-066d4abd6550 | InvocationID=cac64c24-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:37:32+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cac64a62-5294-11ed-bed4-066d4abd6550 | InvocationID=cac64c24-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:37:52+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c795203e-5294-11ed-bed4-066d4abd6550 | InvocationID=c795291c-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:37:52+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65af6a2-5294-11ed-bed4-066d4abd6550 | InvocationID=d65af8be-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:37:57+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cac64a62-5294-11ed-bed4-066d4abd6550 | InvocationID=cac64c24-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:37:57+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b3ecfa-5294-11ed-bed4-066d4abd6550 | InvocationID=d9b3ef66-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:37:57+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b3ecfa-5294-11ed-bed4-066d4abd6550 | InvocationID=d9b3ef66-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:37:57+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9b3ecfa-5294-11ed-bed4-066d4abd6550 | InvocationID=d9b3ef66-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:38:17+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d65af6a2-5294-11ed-bed4-066d4abd6550 | InvocationID=d65af8be-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:38:17+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e520e318-5294-11ed-bed4-066d4abd6550 | InvocationID=e520e4f8-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:38:22+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9b3ecfa-5294-11ed-bed4-066d4abd6550 | InvocationID=d9b3ef66-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:38:22+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a0d624-5294-11ed-bed4-066d4abd6550 | InvocationID=e8a0d7e6-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:38:23+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a0d624-5294-11ed-bed4-066d4abd6550 | InvocationID=e8a0d7e6-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:38:23+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a0d624-5294-11ed-bed4-066d4abd6550 | InvocationID=e8a0d7e6-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:38:41+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e520e318-5294-11ed-bed4-066d4abd6550 | InvocationID=e520e4f8-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:38:41+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e4867a-5294-11ed-bed4-066d4abd6550 | InvocationID=f3e48832-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:38:48+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a0d624-5294-11ed-bed4-066d4abd6550 | InvocationID=e8a0d7e6-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:38:48+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78e4946-5294-11ed-bed4-066d4abd6550 | InvocationID=f78e4ba8-5294-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:38:48+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78e4946-5294-11ed-bed4-066d4abd6550 | InvocationID=f78e4ba8-5294-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:38:48+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f78e4946-5294-11ed-bed4-066d4abd6550 | InvocationID=f78e4ba8-5294-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:39:06+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3e4867a-5294-11ed-bed4-066d4abd6550 | InvocationID=f3e48832-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:39:06+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a8eebc-5295-11ed-bed4-066d4abd6550 | InvocationID=02a8fb78-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:39:13+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f78e4946-5294-11ed-bed4-066d4abd6550 | InvocationID=f78e4ba8-5294-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:39:13+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067bc730-5295-11ed-bed4-066d4abd6550 | InvocationID=067bc9d8-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:39:13+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067bc730-5295-11ed-bed4-066d4abd6550 | InvocationID=067bc9d8-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:39:13+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=067bc730-5295-11ed-bed4-066d4abd6550 | InvocationID=067bc9d8-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:39:31+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02a8eebc-5295-11ed-bed4-066d4abd6550 | InvocationID=02a8fb78-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:39:31+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=116c21bc-5295-11ed-bed4-066d4abd6550 | InvocationID=116c2540-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:39:38+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=067bc730-5295-11ed-bed4-066d4abd6550 | InvocationID=067bc9d8-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:39:38+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156b89b0-5295-11ed-bed4-066d4abd6550 | InvocationID=156b8c8a-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:39:38+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156b89b0-5295-11ed-bed4-066d4abd6550 | InvocationID=156b8c8a-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:39:38+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=156b89b0-5295-11ed-bed4-066d4abd6550 | InvocationID=156b8c8a-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:39:56+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=116c21bc-5295-11ed-bed4-066d4abd6550 | InvocationID=116c2540-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:39:56+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20303e4a-5295-11ed-bed4-066d4abd6550 | InvocationID=2030407a-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:40:03+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=156b89b0-5295-11ed-bed4-066d4abd6550 | InvocationID=156b8c8a-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:40:03+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2458f58e-5295-11ed-bed4-066d4abd6550 | InvocationID=2458f7aa-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:40:03+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2458f58e-5295-11ed-bed4-066d4abd6550 | InvocationID=2458f7aa-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:40:03+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2458f58e-5295-11ed-bed4-066d4abd6550 | InvocationID=2458f7aa-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:40:20+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20303e4a-5295-11ed-bed4-066d4abd6550 | InvocationID=2030407a-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:40:20+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ef429b4-5295-11ed-bed4-066d4abd6550 | InvocationID=2ef42b76-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:40:28+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2458f58e-5295-11ed-bed4-066d4abd6550 | InvocationID=2458f7aa-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:40:28+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33467f12-5295-11ed-bed4-066d4abd6550 | InvocationID=334680e8-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:40:28+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33467f12-5295-11ed-bed4-066d4abd6550 | InvocationID=334680e8-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:40:28+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33467f12-5295-11ed-bed4-066d4abd6550 | InvocationID=334680e8-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:40:45+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ef429b4-5295-11ed-bed4-066d4abd6550 | InvocationID=2ef42b76-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:40:45+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db76e0c-5295-11ed-bed4-066d4abd6550 | InvocationID=3db770c8-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:40:53+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33467f12-5295-11ed-bed4-066d4abd6550 | InvocationID=334680e8-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:40:53+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4234ab66-5295-11ed-bed4-066d4abd6550 | InvocationID=4234ad1e-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:40:53+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4234ab66-5295-11ed-bed4-066d4abd6550 | InvocationID=4234ad1e-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:40:53+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4234ab66-5295-11ed-bed4-066d4abd6550 | InvocationID=4234ad1e-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:41:10+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3db76e0c-5295-11ed-bed4-066d4abd6550 | InvocationID=3db770c8-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:41:10+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7a8bae-5295-11ed-bed4-066d4abd6550 | InvocationID=4c7a8ece-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:41:18+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4234ab66-5295-11ed-bed4-066d4abd6550 | InvocationID=4234ad1e-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:41:18+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5121f5ca-5295-11ed-bed4-066d4abd6550 | InvocationID=5121f7aa-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:41:18+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5121f5ca-5295-11ed-bed4-066d4abd6550 | InvocationID=5121f7aa-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:41:18+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5121f5ca-5295-11ed-bed4-066d4abd6550 | InvocationID=5121f7aa-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:41:35+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c7a8bae-5295-11ed-bed4-066d4abd6550 | InvocationID=4c7a8ece-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:41:35+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b41722e-5295-11ed-bed4-066d4abd6550 | InvocationID=5b417490-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:41:43+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5121f5ca-5295-11ed-bed4-066d4abd6550 | InvocationID=5121f7aa-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:41:43+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600ffd16-5295-11ed-bed4-066d4abd6550 | InvocationID=600fff82-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:41:43+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600ffd16-5295-11ed-bed4-066d4abd6550 | InvocationID=600fff82-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:41:43+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=600ffd16-5295-11ed-bed4-066d4abd6550 | InvocationID=600fff82-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:42:00+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b41722e-5295-11ed-bed4-066d4abd6550 | InvocationID=5b417490-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:42:00+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a03ff2a-5295-11ed-bed4-066d4abd6550 | InvocationID=6a0400f6-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:42:08+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=600ffd16-5295-11ed-bed4-066d4abd6550 | InvocationID=600fff82-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:42:08+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efd454a-5295-11ed-bed4-066d4abd6550 | InvocationID=6efd4770-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:42:08+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efd454a-5295-11ed-bed4-066d4abd6550 | InvocationID=6efd4770-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:42:08+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6efd454a-5295-11ed-bed4-066d4abd6550 | InvocationID=6efd4770-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:42:24+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a03ff2a-5295-11ed-bed4-066d4abd6550 | InvocationID=6a0400f6-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:42:24+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c72622-5295-11ed-bed4-066d4abd6550 | InvocationID=78c727f8-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:42:33+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6efd454a-5295-11ed-bed4-066d4abd6550 | InvocationID=6efd4770-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:42:33+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ded174c-5295-11ed-bed4-066d4abd6550 | InvocationID=7ded1968-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:42:33+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ded174c-5295-11ed-bed4-066d4abd6550 | InvocationID=7ded1968-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:42:33+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ded174c-5295-11ed-bed4-066d4abd6550 | InvocationID=7ded1968-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:42:49+0000 | aai_event_thread | 140238017133344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c72622-5295-11ed-bed4-066d4abd6550 | InvocationID=78c727f8-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF AAI events. 2022-10-23T05:42:49+0000 | aai_event_thread | 140238017133344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8789b9f4-5295-11ed-bed4-066d4abd6550 | InvocationID=8789bbb6-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-10-23T05:42:58+0000 | policy_event_thread | 140238018194208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ded174c-5295-11ed-bed4-066d4abd6550 | InvocationID=7ded1968-5295-11ed-bed4-066d4abd6550 | Polling MR for XNF activation/deactivation policy response events. 2022-10-23T05:42:58+0000 | policy_event_thread | 140238018194208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cda7e3e-5295-11ed-bed4-066d4abd6550 | InvocationID=8cda8014-5295-11ed-bed4-066d4abd6550 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-10-23T05:42:58+0000 | policy_event_thread | 140238018194208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cda7e3e-5295-11ed-bed4-066d4abd6550 | InvocationID=8cda8014-5295-11ed-bed4-066d4abd6550 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client 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-10-23T05:42:58+0000 | policy_event_thread | 140238018194208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cda7e3e-5295-11ed-bed4-066d4abd6550 | InvocationID=8cda8014-5295-11ed-bed4-066d4abd6550 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000