/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-01T05:02:00+0000 | MainThread | 139968396201288 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-01T05:02:00+0000 | MainThread | 139968396201288 | 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-11-01T05:02:00+0000 | MainThread | 139968396201288 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-01T05:02:00+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:02:00+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-01T05:02:00+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b615d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b61ab6-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:02:00+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b6ad32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b6b020-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:02:01+0000 | MainThread | 139968396201288 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server 2022-11-01T05:02:01+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b615d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b61ab6-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:01+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51b615d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b61ab6-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:01+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b6ad32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b6b020-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:01+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b6ad32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b6b020-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:21+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b6ad32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b6b020-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:02:21+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e475f92-59a2-11ed-ab48-069472c8fbe8 | InvocationID=5e4761f4-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:02:22+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e475f92-59a2-11ed-ab48-069472c8fbe8 | InvocationID=5e4761f4-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:22+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e475f92-59a2-11ed-ab48-069472c8fbe8 | InvocationID=5e4761f4-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:26+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51b615d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=51b61ab6-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:02:26+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613e74f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=613e76ae-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:02:27+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613e74f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=613e76ae-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:02:27+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=613e74f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=613e76ae-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:02:42+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e475f92-59a2-11ed-ab48-069472c8fbe8 | InvocationID=5e4761f4-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:02:42+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a5aa226-59a2-11ed-ab48-069472c8fbe8 | InvocationID=6a5aa514-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:02:42+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a5aa226-59a2-11ed-ab48-069472c8fbe8 | InvocationID=6a5aa514-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:42+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a5aa226-59a2-11ed-ab48-069472c8fbe8 | InvocationID=6a5aa514-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:02:52+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=613e74f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=613e76ae-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:02:52+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70302842-59a2-11ed-ab48-069472c8fbe8 | InvocationID=70302a22-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:02:52+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70302842-59a2-11ed-ab48-069472c8fbe8 | InvocationID=70302a22-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:02:52+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70302842-59a2-11ed-ab48-069472c8fbe8 | InvocationID=70302a22-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:03:02+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a5aa226-59a2-11ed-ab48-069472c8fbe8 | InvocationID=6a5aa514-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:03:02+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76535528-59a2-11ed-ab48-069472c8fbe8 | InvocationID=76535c26-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:03:02+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76535528-59a2-11ed-ab48-069472c8fbe8 | InvocationID=76535c26-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:03:02+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76535528-59a2-11ed-ab48-069472c8fbe8 | InvocationID=76535c26-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:03:17+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70302842-59a2-11ed-ab48-069472c8fbe8 | InvocationID=70302a22-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:03:17+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f1f9072-59a2-11ed-ab48-069472c8fbe8 | InvocationID=7f1f92ca-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:03:17+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f1f9072-59a2-11ed-ab48-069472c8fbe8 | InvocationID=7f1f92ca-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:03:17+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f1f9072-59a2-11ed-ab48-069472c8fbe8 | InvocationID=7f1f92ca-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:03:22+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76535528-59a2-11ed-ab48-069472c8fbe8 | InvocationID=76535c26-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:03:22+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824ae3b4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=824ae594-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:03:22+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824ae3b4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=824ae594-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:03:22+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=824ae3b4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=824ae594-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:03:42+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f1f9072-59a2-11ed-ab48-069472c8fbe8 | InvocationID=7f1f92ca-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:03:42+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e116402-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e1165ec-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:03:42+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e116402-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e1165ec-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:03:42+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e116402-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e1165ec-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:03:42+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=824ae3b4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=824ae594-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:03:42+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e428aa0-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e428c6c-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:03:42+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e428aa0-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e428c6c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:03:42+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e428aa0-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e428c6c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:02+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e428aa0-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e428c6c-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:04:02+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3fb468-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9a3fb8a0-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:04:02+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3fb468-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9a3fb8a0-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:02+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a3fb468-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9a3fb8a0-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:07+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e116402-59a2-11ed-ab48-069472c8fbe8 | InvocationID=8e1165ec-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:04:07+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0610ca-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9d06128c-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:04:07+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0610ca-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9d06128c-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:04:07+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0610ca-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9d06128c-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:04:22+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a3fb468-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9a3fb8a0-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:04:22+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a633ce62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=a633d042-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:04:22+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a633ce62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=a633d042-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:22+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a633ce62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=a633d042-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:32+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0610ca-59a2-11ed-ab48-069472c8fbe8 | InvocationID=9d06128c-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:04:32+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf4854e-59a2-11ed-ab48-069472c8fbe8 | InvocationID=abf487a6-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:04:32+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf4854e-59a2-11ed-ab48-069472c8fbe8 | InvocationID=abf487a6-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:04:32+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abf4854e-59a2-11ed-ab48-069472c8fbe8 | InvocationID=abf487a6-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:04:42+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a633ce62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=a633d042-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:04:42+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22771f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=b2277476-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:04:42+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22771f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=b2277476-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:42+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b22771f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=b2277476-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:04:57+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abf4854e-59a2-11ed-ab48-069472c8fbe8 | InvocationID=abf487a6-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:04:57+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae7aaf4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=bae7ae50-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:04:57+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae7aaf4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=bae7ae50-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:04:57+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae7aaf4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=bae7ae50-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:05:02+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b22771f6-59a2-11ed-ab48-069472c8fbe8 | InvocationID=b2277476-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:05:02+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be1d872a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=be1d8f2c-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:05:02+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be1d872a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=be1d8f2c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:05:02+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be1d872a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=be1d8f2c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:05:22+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae7aaf4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=bae7ae50-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:05:22+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d87318-59a2-11ed-ab48-069472c8fbe8 | InvocationID=c9d875fc-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:05:22+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d87318-59a2-11ed-ab48-069472c8fbe8 | InvocationID=c9d875fc-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:05:22+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d87318-59a2-11ed-ab48-069472c8fbe8 | InvocationID=c9d875fc-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:05:22+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be1d872a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=be1d8f2c-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:05:22+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca16f5d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=ca16f82c-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:05:22+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca16f5d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=ca16f82c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:05:22+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca16f5d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=ca16f82c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:05:42+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca16f5d4-59a2-11ed-ab48-069472c8fbe8 | InvocationID=ca16f82c-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:05:42+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d60a6d62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d60a6f60-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:05:42+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d60a6d62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d60a6f60-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:05:42+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d60a6d62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d60a6f60-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:05:47+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d87318-59a2-11ed-ab48-069472c8fbe8 | InvocationID=c9d875fc-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:05:47+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cbf034-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d8cbf23c-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:05:47+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cbf034-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d8cbf23c-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:05:47+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8cbf034-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d8cbf23c-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:06:02+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d60a6d62-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d60a6f60-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:06:02+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2008c32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e2008e3a-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:06:03+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2008c32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e2008e3a-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:06:03+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2008c32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e2008e3a-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:06:12+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8cbf034-59a2-11ed-ab48-069472c8fbe8 | InvocationID=d8cbf23c-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:06:12+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7cd3c3c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e7cd3e80-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:06:12+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7cd3c3c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e7cd3e80-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:06:12+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7cd3c3c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e7cd3e80-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:06:23+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2008c32-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e2008e3a-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:06:23+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf4742c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=edf476b6-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:06:23+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf4742c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=edf476b6-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:06:23+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf4742c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=edf476b6-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:06:37+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7cd3c3c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=e7cd3e80-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:06:37+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6bccc3a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f6bcce2e-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:06:37+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6bccc3a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f6bcce2e-59a2-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:06:37+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6bccc3a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f6bcce2e-59a2-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:06:43+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf4742c-59a2-11ed-ab48-069472c8fbe8 | InvocationID=edf476b6-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:06:43+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e84786-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f9e8495c-59a2-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:06:43+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e84786-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f9e8495c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:06:43+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e84786-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f9e8495c-59a2-11ed-ab48-069472c8fbe8 | 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-11-01T05:07:02+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6bccc3a-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f6bcce2e-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:07:02+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05adba4c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05adbcb8-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:07:02+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05adba4c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05adbcb8-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:07:02+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05adba4c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05adbcb8-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:07:03+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e84786-59a2-11ed-ab48-069472c8fbe8 | InvocationID=f9e8495c-59a2-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:07:03+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05db63de-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05db662c-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:07:03+0000 | aai_event_thread | 139968345463584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05db63de-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05db662c-59a3-11ed-ab48-069472c8fbe8 | 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-11-01T05:07:03+0000 | aai_event_thread | 139968345463584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05db63de-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05db662c-59a3-11ed-ab48-069472c8fbe8 | 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-11-01T05:07:23+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05db63de-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05db662c-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:07:23+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cde360-59a3-11ed-ab48-069472c8fbe8 | InvocationID=11cde54a-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:07:27+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05adba4c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=05adbcb8-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:07:27+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=149cc4ee-59a3-11ed-ab48-069472c8fbe8 | InvocationID=149cc7dc-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:07:27+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=149cc4ee-59a3-11ed-ab48-069472c8fbe8 | InvocationID=149cc7dc-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:07:27+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=149cc4ee-59a3-11ed-ab48-069472c8fbe8 | InvocationID=149cc7dc-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:07:47+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11cde360-59a3-11ed-ab48-069472c8fbe8 | InvocationID=11cde54a-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:07:47+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203d979c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=203d995e-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:07:52+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=149cc4ee-59a3-11ed-ab48-069472c8fbe8 | InvocationID=149cc7dc-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:07:52+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2391a104-59a3-11ed-ab48-069472c8fbe8 | InvocationID=2391a352-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:07:53+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2391a104-59a3-11ed-ab48-069472c8fbe8 | InvocationID=2391a352-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:07:53+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2391a104-59a3-11ed-ab48-069472c8fbe8 | InvocationID=2391a352-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:08:07+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203d979c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=203d995e-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:08:07+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c3a9c48-59a3-11ed-ab48-069472c8fbe8 | InvocationID=2c3a9e3c-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:08:18+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2391a104-59a3-11ed-ab48-069472c8fbe8 | InvocationID=2391a352-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:08:18+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3281b226-59a3-11ed-ab48-069472c8fbe8 | InvocationID=3281b4c4-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:08:18+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3281b226-59a3-11ed-ab48-069472c8fbe8 | InvocationID=3281b4c4-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:08:18+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3281b226-59a3-11ed-ab48-069472c8fbe8 | InvocationID=3281b4c4-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:08:27+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c3a9c48-59a3-11ed-ab48-069472c8fbe8 | InvocationID=2c3a9e3c-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:08:27+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3830be38-59a3-11ed-ab48-069472c8fbe8 | InvocationID=3830c00e-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:08:43+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3281b226-59a3-11ed-ab48-069472c8fbe8 | InvocationID=3281b4c4-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:08:43+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41711894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=41711c5e-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:08:43+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41711894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=41711c5e-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:08:43+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41711894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=41711c5e-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:08:47+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3830be38-59a3-11ed-ab48-069472c8fbe8 | InvocationID=3830c00e-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:08:47+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=442afd52-59a3-11ed-ab48-069472c8fbe8 | InvocationID=442aff5a-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:09:08+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41711894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=41711c5e-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:09:08+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5062cc08-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5062d48c-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:09:08+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5062cc08-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5062d48c-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:09:08+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5062cc08-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5062d48c-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:09:08+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=442afd52-59a3-11ed-ab48-069472c8fbe8 | InvocationID=442aff5a-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:09:08+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507fd776-59a3-11ed-ab48-069472c8fbe8 | InvocationID=507fdaaa-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:09:33+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=507fd776-59a3-11ed-ab48-069472c8fbe8 | InvocationID=507fdaaa-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:09:33+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f44267c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5f4428c0-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:09:33+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5062cc08-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5062d48c-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:09:33+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f52d456-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5f52d5f0-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:09:33+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f52d456-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5f52d5f0-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:09:33+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f52d456-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5f52d5f0-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:09:57+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f44267c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5f4428c0-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:09:57+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e074612-59a3-11ed-ab48-069472c8fbe8 | InvocationID=6e07490a-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:09:58+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f52d456-59a3-11ed-ab48-069472c8fbe8 | InvocationID=5f52d5f0-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:09:58+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3fcf64-59a3-11ed-ab48-069472c8fbe8 | InvocationID=6e3fd8e2-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:09:58+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3fcf64-59a3-11ed-ab48-069472c8fbe8 | InvocationID=6e3fd8e2-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:09:58+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3fcf64-59a3-11ed-ab48-069472c8fbe8 | InvocationID=6e3fd8e2-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:10:22+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e074612-59a3-11ed-ab48-069472c8fbe8 | InvocationID=6e07490a-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:10:22+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ccc47ec-59a3-11ed-ab48-069472c8fbe8 | InvocationID=7ccc4a58-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:10:23+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3fcf64-59a3-11ed-ab48-069472c8fbe8 | InvocationID=6e3fd8e2-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:10:23+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2ecda4-59a3-11ed-ab48-069472c8fbe8 | InvocationID=7d2ecf48-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:10:23+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2ecda4-59a3-11ed-ab48-069472c8fbe8 | InvocationID=7d2ecf48-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:10:23+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d2ecda4-59a3-11ed-ab48-069472c8fbe8 | InvocationID=7d2ecf48-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:10:47+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ccc47ec-59a3-11ed-ab48-069472c8fbe8 | InvocationID=7ccc4a58-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:10:47+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b90c5be-59a3-11ed-ab48-069472c8fbe8 | InvocationID=8b90c83e-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:10:48+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d2ecda4-59a3-11ed-ab48-069472c8fbe8 | InvocationID=7d2ecf48-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:10:48+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c1c181c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=8c1c19ca-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:10:48+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c1c181c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=8c1c19ca-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:10:48+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c1c181c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=8c1c19ca-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:11:12+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b90c5be-59a3-11ed-ab48-069472c8fbe8 | InvocationID=8b90c83e-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:11:12+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a53b1ba-59a3-11ed-ab48-069472c8fbe8 | InvocationID=9a53b3b8-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:11:13+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c1c181c-59a3-11ed-ab48-069472c8fbe8 | InvocationID=8c1c19ca-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:11:13+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0aa9b0-59a3-11ed-ab48-069472c8fbe8 | InvocationID=9b0aab68-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:11:13+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0aa9b0-59a3-11ed-ab48-069472c8fbe8 | InvocationID=9b0aab68-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:11:13+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b0aa9b0-59a3-11ed-ab48-069472c8fbe8 | InvocationID=9b0aab68-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:11:36+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a53b1ba-59a3-11ed-ab48-069472c8fbe8 | InvocationID=9a53b3b8-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:11:36+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91a63d8-59a3-11ed-ab48-069472c8fbe8 | InvocationID=a91a6734-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:11:38+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b0aa9b0-59a3-11ed-ab48-069472c8fbe8 | InvocationID=9b0aab68-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:11:38+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9fa47aa-59a3-11ed-ab48-069472c8fbe8 | InvocationID=a9fa4958-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:11:38+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9fa47aa-59a3-11ed-ab48-069472c8fbe8 | InvocationID=a9fa4958-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:11:38+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9fa47aa-59a3-11ed-ab48-069472c8fbe8 | InvocationID=a9fa4958-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:12:01+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a91a63d8-59a3-11ed-ab48-069472c8fbe8 | InvocationID=a91a6734-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:12:01+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7df6f44-59a3-11ed-ab48-069472c8fbe8 | InvocationID=b7df7124-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:12:03+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9fa47aa-59a3-11ed-ab48-069472c8fbe8 | InvocationID=a9fa4958-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:12:03+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8e7e894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=b8e7ea38-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:12:03+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8e7e894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=b8e7ea38-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:12:03+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8e7e894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=b8e7ea38-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:12:26+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7df6f44-59a3-11ed-ab48-069472c8fbe8 | InvocationID=b7df7124-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:12:26+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6a36e22-59a3-11ed-ab48-069472c8fbe8 | InvocationID=c6a36ff8-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:12:28+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8e7e894-59a3-11ed-ab48-069472c8fbe8 | InvocationID=b8e7ea38-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:12:28+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d95fd6-59a3-11ed-ab48-069472c8fbe8 | InvocationID=c7d961e8-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:12:28+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d95fd6-59a3-11ed-ab48-069472c8fbe8 | InvocationID=c7d961e8-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:12:28+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d95fd6-59a3-11ed-ab48-069472c8fbe8 | InvocationID=c7d961e8-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:12:51+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6a36e22-59a3-11ed-ab48-069472c8fbe8 | InvocationID=c6a36ff8-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:12:51+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d56adeb8-59a3-11ed-ab48-069472c8fbe8 | InvocationID=d56ae174-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:12:53+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d95fd6-59a3-11ed-ab48-069472c8fbe8 | InvocationID=c7d961e8-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:12:53+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c87f0e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=d6c88436-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:12:53+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c87f0e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=d6c88436-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:12:53+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c87f0e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=d6c88436-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:13:16+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d56adeb8-59a3-11ed-ab48-069472c8fbe8 | InvocationID=d56ae174-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:13:16+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e42f5000-59a3-11ed-ab48-069472c8fbe8 | InvocationID=e42f523a-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:13:18+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c87f0e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=d6c88436-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:13:18+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b827b2-59a3-11ed-ab48-069472c8fbe8 | InvocationID=e5b82974-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:13:18+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b827b2-59a3-11ed-ab48-069472c8fbe8 | InvocationID=e5b82974-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:13:18+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5b827b2-59a3-11ed-ab48-069472c8fbe8 | InvocationID=e5b82974-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:13:40+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e42f5000-59a3-11ed-ab48-069472c8fbe8 | InvocationID=e42f523a-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:13:40+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f3a8a2-59a3-11ed-ab48-069472c8fbe8 | InvocationID=f2f3aa96-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:13:43+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5b827b2-59a3-11ed-ab48-069472c8fbe8 | InvocationID=e5b82974-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:13:43+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a6330e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=f4a635ca-59a3-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:13:43+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a6330e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=f4a635ca-59a3-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:13:43+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a6330e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=f4a635ca-59a3-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:14:05+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2f3a8a2-59a3-11ed-ab48-069472c8fbe8 | InvocationID=f2f3aa96-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:14:05+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01b9ca92-59a4-11ed-ab48-069472c8fbe8 | InvocationID=01b9cc5e-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:14:08+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a6330e-59a3-11ed-ab48-069472c8fbe8 | InvocationID=f4a635ca-59a3-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:14:08+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039882cc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=03988498-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:14:08+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039882cc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=03988498-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:14:08+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=039882cc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=03988498-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:14:30+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01b9ca92-59a4-11ed-ab48-069472c8fbe8 | InvocationID=01b9cc5e-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:14:30+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=107d0710-59a4-11ed-ab48-069472c8fbe8 | InvocationID=107d0a8a-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:14:33+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=039882cc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=03988498-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:14:33+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12862e1a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=12863108-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:14:33+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12862e1a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=12863108-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:14:33+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12862e1a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=12863108-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:14:55+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=107d0710-59a4-11ed-ab48-069472c8fbe8 | InvocationID=107d0a8a-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:14:55+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f427366-59a4-11ed-ab48-069472c8fbe8 | InvocationID=1f4276f4-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:14:58+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12862e1a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=12863108-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:14:58+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2175847a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=21758614-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:14:58+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2175847a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=21758614-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:14:58+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2175847a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=21758614-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:15:19+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f427366-59a4-11ed-ab48-069472c8fbe8 | InvocationID=1f4276f4-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:15:19+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e05d104-59a4-11ed-ab48-069472c8fbe8 | InvocationID=2e05d44c-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:15:23+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2175847a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=21758614-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:15:23+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30634d64-59a4-11ed-ab48-069472c8fbe8 | InvocationID=30634fa8-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:15:24+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30634d64-59a4-11ed-ab48-069472c8fbe8 | InvocationID=30634fa8-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:15:24+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30634d64-59a4-11ed-ab48-069472c8fbe8 | InvocationID=30634fa8-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:15:44+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e05d104-59a4-11ed-ab48-069472c8fbe8 | InvocationID=2e05d44c-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:15:44+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc96fa2-59a4-11ed-ab48-069472c8fbe8 | InvocationID=3cc973f8-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:15:49+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30634d64-59a4-11ed-ab48-069472c8fbe8 | InvocationID=30634fa8-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:15:49+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f52a09a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=3f52a3ce-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:15:49+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f52a09a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=3f52a3ce-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:15:49+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f52a09a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=3f52a3ce-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:16:09+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cc96fa2-59a4-11ed-ab48-069472c8fbe8 | InvocationID=3cc973f8-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:16:09+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b8ee968-59a4-11ed-ab48-069472c8fbe8 | InvocationID=4b8eeb20-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:16:14+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f52a09a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=3f52a3ce-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:16:14+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e4184d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=4e4186fc-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:16:14+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e4184d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=4e4186fc-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:16:14+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e4184d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=4e4186fc-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:16:34+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b8ee968-59a4-11ed-ab48-069472c8fbe8 | InvocationID=4b8eeb20-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:16:34+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a52b790-59a4-11ed-ab48-069472c8fbe8 | InvocationID=5a52b9ca-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:16:39+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e4184d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=4e4186fc-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:16:39+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3056a2-59a4-11ed-ab48-069472c8fbe8 | InvocationID=5d3059fe-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:16:39+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3056a2-59a4-11ed-ab48-069472c8fbe8 | InvocationID=5d3059fe-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:16:39+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d3056a2-59a4-11ed-ab48-069472c8fbe8 | InvocationID=5d3059fe-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:16:59+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a52b790-59a4-11ed-ab48-069472c8fbe8 | InvocationID=5a52b9ca-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:16:59+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6918cc06-59a4-11ed-ab48-069472c8fbe8 | InvocationID=6918cdc8-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:17:04+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d3056a2-59a4-11ed-ab48-069472c8fbe8 | InvocationID=5d3059fe-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:17:04+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c1e2220-59a4-11ed-ab48-069472c8fbe8 | InvocationID=6c1e23ec-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:17:04+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c1e2220-59a4-11ed-ab48-069472c8fbe8 | InvocationID=6c1e23ec-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:17:04+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c1e2220-59a4-11ed-ab48-069472c8fbe8 | InvocationID=6c1e23ec-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:17:23+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6918cc06-59a4-11ed-ab48-069472c8fbe8 | InvocationID=6918cdc8-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:17:23+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77dc3b06-59a4-11ed-ab48-069472c8fbe8 | InvocationID=77dc3d18-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:17:29+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c1e2220-59a4-11ed-ab48-069472c8fbe8 | InvocationID=6c1e23ec-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:17:29+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b0c9e9c-59a4-11ed-ab48-069472c8fbe8 | InvocationID=7b0ca04a-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:17:29+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b0c9e9c-59a4-11ed-ab48-069472c8fbe8 | InvocationID=7b0ca04a-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:17:29+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b0c9e9c-59a4-11ed-ab48-069472c8fbe8 | InvocationID=7b0ca04a-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:17:48+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77dc3b06-59a4-11ed-ab48-069472c8fbe8 | InvocationID=77dc3d18-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:17:48+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=869facf4-59a4-11ed-ab48-069472c8fbe8 | InvocationID=869faed4-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:17:54+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b0c9e9c-59a4-11ed-ab48-069472c8fbe8 | InvocationID=7b0ca04a-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:17:54+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89fa92ba-59a4-11ed-ab48-069472c8fbe8 | InvocationID=89fa9468-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:17:54+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89fa92ba-59a4-11ed-ab48-069472c8fbe8 | InvocationID=89fa9468-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:17:54+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89fa92ba-59a4-11ed-ab48-069472c8fbe8 | InvocationID=89fa9468-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:18:13+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=869facf4-59a4-11ed-ab48-069472c8fbe8 | InvocationID=869faed4-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:18:13+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95650b76-59a4-11ed-ab48-069472c8fbe8 | InvocationID=95650d42-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:18:19+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89fa92ba-59a4-11ed-ab48-069472c8fbe8 | InvocationID=89fa9468-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:18:19+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e8181a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=98e819f0-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:18:19+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e8181a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=98e819f0-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:18:19+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98e8181a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=98e819f0-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:18:38+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95650b76-59a4-11ed-ab48-069472c8fbe8 | InvocationID=95650d42-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:18:38+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42a2dbc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=a42a3000-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:18:44+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98e8181a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=98e819f0-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:18:44+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d76baa-59a4-11ed-ab48-069472c8fbe8 | InvocationID=a7d76df8-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:18:44+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d76baa-59a4-11ed-ab48-069472c8fbe8 | InvocationID=a7d76df8-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:18:44+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d76baa-59a4-11ed-ab48-069472c8fbe8 | InvocationID=a7d76df8-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:19:02+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a42a2dbc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=a42a3000-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:19:02+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2edd966-59a4-11ed-ab48-069472c8fbe8 | InvocationID=b2eddbbe-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:19:09+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d76baa-59a4-11ed-ab48-069472c8fbe8 | InvocationID=a7d76df8-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:19:09+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c61c56-59a4-11ed-ab48-069472c8fbe8 | InvocationID=b6c61eea-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:19:09+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c61c56-59a4-11ed-ab48-069472c8fbe8 | InvocationID=b6c61eea-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:19:09+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c61c56-59a4-11ed-ab48-069472c8fbe8 | InvocationID=b6c61eea-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:19:27+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2edd966-59a4-11ed-ab48-069472c8fbe8 | InvocationID=b2eddbbe-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:19:27+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b26b1a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=c1b26cc8-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:19:34+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c61c56-59a4-11ed-ab48-069472c8fbe8 | InvocationID=b6c61eea-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:19:34+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b5a11e-59a4-11ed-ab48-069472c8fbe8 | InvocationID=c5b5a380-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:19:34+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b5a11e-59a4-11ed-ab48-069472c8fbe8 | InvocationID=c5b5a380-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:19:34+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b5a11e-59a4-11ed-ab48-069472c8fbe8 | InvocationID=c5b5a380-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:19:52+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b26b1a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=c1b26cc8-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:19:52+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07b580a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=d07b5a6c-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:19:59+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b5a11e-59a4-11ed-ab48-069472c8fbe8 | InvocationID=c5b5a380-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:19:59+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a3e2e4-59a4-11ed-ab48-069472c8fbe8 | InvocationID=d4a3e4ba-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:19:59+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a3e2e4-59a4-11ed-ab48-069472c8fbe8 | InvocationID=d4a3e4ba-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:19:59+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a3e2e4-59a4-11ed-ab48-069472c8fbe8 | InvocationID=d4a3e4ba-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:20:17+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d07b580a-59a4-11ed-ab48-069472c8fbe8 | InvocationID=d07b5a6c-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:20:17+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df4087fc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=df4089be-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:20:24+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a3e2e4-59a4-11ed-ab48-069472c8fbe8 | InvocationID=d4a3e4ba-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:20:24+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39202d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=e392051a-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:20:24+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39202d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=e392051a-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:20:24+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e39202d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=e392051a-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:20:42+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df4087fc-59a4-11ed-ab48-069472c8fbe8 | InvocationID=df4089be-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:20:42+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee03f404-59a4-11ed-ab48-069472c8fbe8 | InvocationID=ee03fcc4-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:20:49+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e39202d6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=e392051a-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:20:49+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2826aa6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=f2826c54-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:20:49+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2826aa6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=f2826c54-59a4-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:20:49+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2826aa6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=f2826c54-59a4-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:21:06+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee03f404-59a4-11ed-ab48-069472c8fbe8 | InvocationID=ee03fcc4-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:21:06+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc7d942-59a4-11ed-ab48-069472c8fbe8 | InvocationID=fcc7db36-59a4-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:21:14+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2826aa6-59a4-11ed-ab48-069472c8fbe8 | InvocationID=f2826c54-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:21:14+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0170693c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=01706c5c-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:21:14+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0170693c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=01706c5c-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:21:14+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0170693c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=01706c5c-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:21:31+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcc7d942-59a4-11ed-ab48-069472c8fbe8 | InvocationID=fcc7db36-59a4-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:21:31+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8e0b0e-59a5-11ed-ab48-069472c8fbe8 | InvocationID=0b8e0cf8-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:21:39+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0170693c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=01706c5c-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:21:39+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105f0c50-59a5-11ed-ab48-069472c8fbe8 | InvocationID=105f0e9e-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:21:39+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105f0c50-59a5-11ed-ab48-069472c8fbe8 | InvocationID=105f0e9e-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:21:39+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105f0c50-59a5-11ed-ab48-069472c8fbe8 | InvocationID=105f0e9e-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:21:56+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b8e0b0e-59a5-11ed-ab48-069472c8fbe8 | InvocationID=0b8e0cf8-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:21:56+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5222ec-59a5-11ed-ab48-069472c8fbe8 | InvocationID=1a522512-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:22:04+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105f0c50-59a5-11ed-ab48-069472c8fbe8 | InvocationID=105f0e9e-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:22:04+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4cc522-59a5-11ed-ab48-069472c8fbe8 | InvocationID=1f4cc6ee-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:22:04+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4cc522-59a5-11ed-ab48-069472c8fbe8 | InvocationID=1f4cc6ee-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:22:04+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f4cc522-59a5-11ed-ab48-069472c8fbe8 | InvocationID=1f4cc6ee-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:22:21+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a5222ec-59a5-11ed-ab48-069472c8fbe8 | InvocationID=1a522512-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:22:21+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2914d806-59a5-11ed-ab48-069472c8fbe8 | InvocationID=2914d9c8-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:22:29+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f4cc522-59a5-11ed-ab48-069472c8fbe8 | InvocationID=1f4cc6ee-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:22:29+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3a2b9c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=2e3a2d90-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:22:29+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3a2b9c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=2e3a2d90-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:22:29+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e3a2b9c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=2e3a2d90-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:22:45+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2914d806-59a5-11ed-ab48-069472c8fbe8 | InvocationID=2914d9c8-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:22:45+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d76a34-59a5-11ed-ab48-069472c8fbe8 | InvocationID=37d76c00-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:22:54+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e3a2b9c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=2e3a2d90-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:22:54+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2b7f16-59a5-11ed-ab48-069472c8fbe8 | InvocationID=3d2b8204-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:22:54+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2b7f16-59a5-11ed-ab48-069472c8fbe8 | InvocationID=3d2b8204-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:22:54+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d2b7f16-59a5-11ed-ab48-069472c8fbe8 | InvocationID=3d2b8204-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:23:10+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37d76a34-59a5-11ed-ab48-069472c8fbe8 | InvocationID=37d76c00-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:23:10+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469a4122-59a5-11ed-ab48-069472c8fbe8 | InvocationID=469a4366-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:23:19+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d2b7f16-59a5-11ed-ab48-069472c8fbe8 | InvocationID=3d2b8204-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:23:19+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c1b1d60-59a5-11ed-ab48-069472c8fbe8 | InvocationID=4c1b2792-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:23:20+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c1b1d60-59a5-11ed-ab48-069472c8fbe8 | InvocationID=4c1b2792-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:23:20+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c1b1d60-59a5-11ed-ab48-069472c8fbe8 | InvocationID=4c1b2792-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:23:35+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=469a4122-59a5-11ed-ab48-069472c8fbe8 | InvocationID=469a4366-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:23:35+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=555e208e-59a5-11ed-ab48-069472c8fbe8 | InvocationID=555e2304-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:23:45+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c1b1d60-59a5-11ed-ab48-069472c8fbe8 | InvocationID=4c1b2792-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:23:45+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b08d100-59a5-11ed-ab48-069472c8fbe8 | InvocationID=5b08d380-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:23:45+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b08d100-59a5-11ed-ab48-069472c8fbe8 | InvocationID=5b08d380-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:23:45+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b08d100-59a5-11ed-ab48-069472c8fbe8 | InvocationID=5b08d380-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:24:00+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=555e208e-59a5-11ed-ab48-069472c8fbe8 | InvocationID=555e2304-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:24:00+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=642483b0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=6424857c-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:24:10+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b08d100-59a5-11ed-ab48-069472c8fbe8 | InvocationID=5b08d380-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:24:10+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69f774f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=69f776b2-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:24:10+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69f774f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=69f776b2-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:24:10+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69f774f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=69f776b2-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:24:25+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=642483b0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=6424857c-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:24:25+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e89058-59a5-11ed-ab48-069472c8fbe8 | InvocationID=72e8929c-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:24:35+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69f774f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=69f776b2-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:24:35+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78eaa3ec-59a5-11ed-ab48-069472c8fbe8 | InvocationID=78eaaad6-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:24:35+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78eaa3ec-59a5-11ed-ab48-069472c8fbe8 | InvocationID=78eaaad6-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:24:35+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78eaa3ec-59a5-11ed-ab48-069472c8fbe8 | InvocationID=78eaaad6-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:24:49+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e89058-59a5-11ed-ab48-069472c8fbe8 | InvocationID=72e8929c-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:24:49+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b0b624-59a5-11ed-ab48-069472c8fbe8 | InvocationID=81b0bb42-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:25:00+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78eaa3ec-59a5-11ed-ab48-069472c8fbe8 | InvocationID=78eaaad6-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:25:00+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d90ba0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=87d90d94-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:25:00+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d90ba0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=87d90d94-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:25:00+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87d90ba0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=87d90d94-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:25:14+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b0b624-59a5-11ed-ab48-069472c8fbe8 | InvocationID=81b0bb42-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:25:14+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9077b018-59a5-11ed-ab48-069472c8fbe8 | InvocationID=9077b356-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:25:25+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87d90ba0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=87d90d94-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:25:25+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96c84644-59a5-11ed-ab48-069472c8fbe8 | InvocationID=96c848e2-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:25:25+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96c84644-59a5-11ed-ab48-069472c8fbe8 | InvocationID=96c848e2-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:25:25+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96c84644-59a5-11ed-ab48-069472c8fbe8 | InvocationID=96c848e2-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:25:39+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9077b018-59a5-11ed-ab48-069472c8fbe8 | InvocationID=9077b356-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:25:39+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f3d701a-59a5-11ed-ab48-069472c8fbe8 | InvocationID=9f3d73d0-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:25:50+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96c84644-59a5-11ed-ab48-069472c8fbe8 | InvocationID=96c848e2-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:25:50+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b6fcfe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=a5b70118-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:25:50+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b6fcfe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=a5b70118-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:25:50+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5b6fcfe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=a5b70118-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:26:04+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f3d701a-59a5-11ed-ab48-069472c8fbe8 | InvocationID=9f3d73d0-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:26:04+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae02c9ce-59a5-11ed-ab48-069472c8fbe8 | InvocationID=ae02cbea-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:26:15+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5b6fcfe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=a5b70118-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:26:15+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4a594e6-59a5-11ed-ab48-069472c8fbe8 | InvocationID=b4a5969e-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:26:15+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4a594e6-59a5-11ed-ab48-069472c8fbe8 | InvocationID=b4a5969e-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:26:15+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4a594e6-59a5-11ed-ab48-069472c8fbe8 | InvocationID=b4a5969e-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:26:29+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae02c9ce-59a5-11ed-ab48-069472c8fbe8 | InvocationID=ae02cbea-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:26:29+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc83606-59a5-11ed-ab48-069472c8fbe8 | InvocationID=bcc8382c-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:26:40+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4a594e6-59a5-11ed-ab48-069472c8fbe8 | InvocationID=b4a5969e-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:26:40+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3930ed4-59a5-11ed-ab48-069472c8fbe8 | InvocationID=c3931136-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:26:40+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3930ed4-59a5-11ed-ab48-069472c8fbe8 | InvocationID=c3931136-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:26:40+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3930ed4-59a5-11ed-ab48-069472c8fbe8 | InvocationID=c3931136-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:26:53+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcc83606-59a5-11ed-ab48-069472c8fbe8 | InvocationID=bcc8382c-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:26:53+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb8ae968-59a5-11ed-ab48-069472c8fbe8 | InvocationID=cb8aeb20-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:27:05+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3930ed4-59a5-11ed-ab48-069472c8fbe8 | InvocationID=c3931136-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:27:05+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2855168-59a5-11ed-ab48-069472c8fbe8 | InvocationID=d285532a-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:27:05+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2855168-59a5-11ed-ab48-069472c8fbe8 | InvocationID=d285532a-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:27:05+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2855168-59a5-11ed-ab48-069472c8fbe8 | InvocationID=d285532a-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:27:18+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb8ae968-59a5-11ed-ab48-069472c8fbe8 | InvocationID=cb8aeb20-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:27:18+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da5077ba-59a5-11ed-ab48-069472c8fbe8 | InvocationID=da5079cc-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:27:30+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2855168-59a5-11ed-ab48-069472c8fbe8 | InvocationID=d285532a-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:27:30+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e172d1f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=e172d42a-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:27:30+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e172d1f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=e172d42a-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:27:30+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e172d1f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=e172d42a-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:27:43+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da5077ba-59a5-11ed-ab48-069472c8fbe8 | InvocationID=da5079cc-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:27:43+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e918fa74-59a5-11ed-ab48-069472c8fbe8 | InvocationID=e918fcae-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:27:55+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e172d1f0-59a5-11ed-ab48-069472c8fbe8 | InvocationID=e172d42a-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:27:55+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0612ca2-59a5-11ed-ab48-069472c8fbe8 | InvocationID=f0612f7c-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:27:55+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0612ca2-59a5-11ed-ab48-069472c8fbe8 | InvocationID=f0612f7c-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:27:55+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0612ca2-59a5-11ed-ab48-069472c8fbe8 | InvocationID=f0612f7c-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:28:08+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e918fa74-59a5-11ed-ab48-069472c8fbe8 | InvocationID=e918fcae-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:28:08+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7ddbb1c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=f7ddc0d0-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:28:20+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0612ca2-59a5-11ed-ab48-069472c8fbe8 | InvocationID=f0612f7c-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:28:20+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff5239fe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=ff523c38-59a5-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:28:20+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff5239fe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=ff523c38-59a5-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:28:20+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff5239fe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=ff523c38-59a5-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:28:32+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7ddbb1c-59a5-11ed-ab48-069472c8fbe8 | InvocationID=f7ddc0d0-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:28:32+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06a2e37a-59a6-11ed-ab48-069472c8fbe8 | InvocationID=06a2e546-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:28:45+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff5239fe-59a5-11ed-ab48-069472c8fbe8 | InvocationID=ff523c38-59a5-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:28:45+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4039a2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=0e403b78-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:28:45+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4039a2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=0e403b78-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:28:45+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e4039a2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=0e403b78-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:28:57+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06a2e37a-59a6-11ed-ab48-069472c8fbe8 | InvocationID=06a2e546-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:28:57+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1565fea6-59a6-11ed-ab48-069472c8fbe8 | InvocationID=15660162-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:29:10+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e4039a2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=0e403b78-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:29:10+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d2db250-59a6-11ed-ab48-069472c8fbe8 | InvocationID=1d2db5a2-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:29:10+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d2db250-59a6-11ed-ab48-069472c8fbe8 | InvocationID=1d2db5a2-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:29:10+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d2db250-59a6-11ed-ab48-069472c8fbe8 | InvocationID=1d2db5a2-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:29:22+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1565fea6-59a6-11ed-ab48-069472c8fbe8 | InvocationID=15660162-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:29:22+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2428e1c4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=2428e3d6-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:29:35+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d2db250-59a6-11ed-ab48-069472c8fbe8 | InvocationID=1d2db5a2-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:29:35+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c1c9416-59a6-11ed-ab48-069472c8fbe8 | InvocationID=2c1c96a0-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:29:35+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c1c9416-59a6-11ed-ab48-069472c8fbe8 | InvocationID=2c1c96a0-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:29:35+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c1c9416-59a6-11ed-ab48-069472c8fbe8 | InvocationID=2c1c96a0-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:29:47+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2428e1c4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=2428e3d6-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:29:47+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ecf92a-59a6-11ed-ab48-069472c8fbe8 | InvocationID=32ecfd8a-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:30:00+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c1c9416-59a6-11ed-ab48-069472c8fbe8 | InvocationID=2c1c96a0-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:30:00+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b0a6ed0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=3b0a711e-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:30:00+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b0a6ed0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=3b0a711e-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:30:00+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b0a6ed0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=3b0a711e-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:30:11+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ecf92a-59a6-11ed-ab48-069472c8fbe8 | InvocationID=32ecfd8a-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:30:11+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41b02842-59a6-11ed-ab48-069472c8fbe8 | InvocationID=41b02aa4-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:30:25+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b0a6ed0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=3b0a711e-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:30:25+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f930d4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=49f93444-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:30:25+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f930d4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=49f93444-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:30:25+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49f930d4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=49f93444-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:30:36+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41b02842-59a6-11ed-ab48-069472c8fbe8 | InvocationID=41b02aa4-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:30:36+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5073bcc2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=5073bf74-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:30:50+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49f930d4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=49f93444-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:30:50+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58e9dd14-59a6-11ed-ab48-069472c8fbe8 | InvocationID=58e9defe-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:30:50+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58e9dd14-59a6-11ed-ab48-069472c8fbe8 | InvocationID=58e9defe-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:30:50+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58e9dd14-59a6-11ed-ab48-069472c8fbe8 | InvocationID=58e9defe-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:31:01+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5073bcc2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=5073bf74-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:31:01+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f36e676-59a6-11ed-ab48-069472c8fbe8 | InvocationID=5f36e8a6-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:31:15+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58e9dd14-59a6-11ed-ab48-069472c8fbe8 | InvocationID=58e9defe-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:31:15+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d781d2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=67d78394-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:31:16+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d781d2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=67d78394-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:31:16+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67d781d2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=67d78394-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:31:26+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f36e676-59a6-11ed-ab48-069472c8fbe8 | InvocationID=5f36e8a6-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:31:26+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df9c2b4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=6df9c46c-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:31:41+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67d781d2-59a6-11ed-ab48-069472c8fbe8 | InvocationID=67d78394-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:31:41+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c521ea-59a6-11ed-ab48-069472c8fbe8 | InvocationID=76c5242e-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:31:41+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c521ea-59a6-11ed-ab48-069472c8fbe8 | InvocationID=76c5242e-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:31:41+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c521ea-59a6-11ed-ab48-069472c8fbe8 | InvocationID=76c5242e-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:31:51+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6df9c2b4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=6df9c46c-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:31:51+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbe5cce-59a6-11ed-ab48-069472c8fbe8 | InvocationID=7cbe5f12-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:32:06+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c521ea-59a6-11ed-ab48-069472c8fbe8 | InvocationID=76c5242e-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:32:06+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b438da-59a6-11ed-ab48-069472c8fbe8 | InvocationID=85b43aa6-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:32:06+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b438da-59a6-11ed-ab48-069472c8fbe8 | InvocationID=85b43aa6-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:32:06+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b438da-59a6-11ed-ab48-069472c8fbe8 | InvocationID=85b43aa6-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:32:15+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cbe5cce-59a6-11ed-ab48-069472c8fbe8 | InvocationID=7cbe5f12-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:32:15+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b80ac26-59a6-11ed-ab48-069472c8fbe8 | InvocationID=8b80afbe-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:32:31+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b438da-59a6-11ed-ab48-069472c8fbe8 | InvocationID=85b43aa6-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:32:31+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a1a774-59a6-11ed-ab48-069472c8fbe8 | InvocationID=94a1aa1c-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:32:31+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a1a774-59a6-11ed-ab48-069472c8fbe8 | InvocationID=94a1aa1c-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:32:31+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94a1a774-59a6-11ed-ab48-069472c8fbe8 | InvocationID=94a1aa1c-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:32:40+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b80ac26-59a6-11ed-ab48-069472c8fbe8 | InvocationID=8b80afbe-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:32:40+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a454f1e-59a6-11ed-ab48-069472c8fbe8 | InvocationID=9a4550cc-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:32:56+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94a1a774-59a6-11ed-ab48-069472c8fbe8 | InvocationID=94a1aa1c-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:32:56+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3917da4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=a3918056-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:32:56+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3917da4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=a3918056-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:32:56+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3917da4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=a3918056-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:33:05+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a454f1e-59a6-11ed-ab48-069472c8fbe8 | InvocationID=9a4550cc-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:33:05+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90cc036-59a6-11ed-ab48-069472c8fbe8 | InvocationID=a90cc234-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:33:21+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3917da4-59a6-11ed-ab48-069472c8fbe8 | InvocationID=a3918056-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:33:21+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b28110fe-59a6-11ed-ab48-069472c8fbe8 | InvocationID=b2811342-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:33:21+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b28110fe-59a6-11ed-ab48-069472c8fbe8 | InvocationID=b2811342-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:33:21+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b28110fe-59a6-11ed-ab48-069472c8fbe8 | InvocationID=b2811342-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:33:30+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a90cc036-59a6-11ed-ab48-069472c8fbe8 | InvocationID=a90cc234-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:33:30+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d0aff6-59a6-11ed-ab48-069472c8fbe8 | InvocationID=b7d0b1ae-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:33:46+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b28110fe-59a6-11ed-ab48-069472c8fbe8 | InvocationID=b2811342-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:33:46+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c16ff8dc-59a6-11ed-ab48-069472c8fbe8 | InvocationID=c16ffb34-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:33:46+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c16ff8dc-59a6-11ed-ab48-069472c8fbe8 | InvocationID=c16ffb34-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:33:46+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c16ff8dc-59a6-11ed-ab48-069472c8fbe8 | InvocationID=c16ffb34-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:33:54+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7d0aff6-59a6-11ed-ab48-069472c8fbe8 | InvocationID=b7d0b1ae-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:33:54+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c693d2ac-59a6-11ed-ab48-069472c8fbe8 | InvocationID=c693d45a-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:34:11+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c16ff8dc-59a6-11ed-ab48-069472c8fbe8 | InvocationID=c16ffb34-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:34:11+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0683610-59a6-11ed-ab48-069472c8fbe8 | InvocationID=d06837e6-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:34:11+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0683610-59a6-11ed-ab48-069472c8fbe8 | InvocationID=d06837e6-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:34:11+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0683610-59a6-11ed-ab48-069472c8fbe8 | InvocationID=d06837e6-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:34:19+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c693d2ac-59a6-11ed-ab48-069472c8fbe8 | InvocationID=c693d45a-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:34:19+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d559907e-59a6-11ed-ab48-069472c8fbe8 | InvocationID=d5599f06-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:34:36+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0683610-59a6-11ed-ab48-069472c8fbe8 | InvocationID=d06837e6-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:34:36+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df5703e0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=df57064c-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:34:36+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df5703e0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=df57064c-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:34:36+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df5703e0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=df57064c-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:34:44+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d559907e-59a6-11ed-ab48-069472c8fbe8 | InvocationID=d5599f06-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:34:44+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4210aec-59a6-11ed-ab48-069472c8fbe8 | InvocationID=e4211a14-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:35:01+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df5703e0-59a6-11ed-ab48-069472c8fbe8 | InvocationID=df57064c-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:35:01+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee4624ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=ee4626d8-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:35:01+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee4624ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=ee4626d8-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:35:01+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee4624ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=ee4626d8-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:35:09+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4210aec-59a6-11ed-ab48-069472c8fbe8 | InvocationID=e4211a14-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:35:09+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e4d450-59a6-11ed-ab48-069472c8fbe8 | InvocationID=f2e4d6bc-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:35:26+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee4624ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=ee4626d8-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:35:26+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd33c3ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=fd33c5ec-59a6-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:35:26+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd33c3ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=fd33c5ec-59a6-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:35:26+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd33c3ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=fd33c5ec-59a6-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:35:34+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2e4d450-59a6-11ed-ab48-069472c8fbe8 | InvocationID=f2e4d6bc-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:35:34+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01aa0c3a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=01aa132e-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:35:51+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd33c3ee-59a6-11ed-ab48-069472c8fbe8 | InvocationID=fd33c5ec-59a6-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:35:51+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2270ee-59a7-11ed-ab48-069472c8fbe8 | InvocationID=0c22733c-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:35:51+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2270ee-59a7-11ed-ab48-069472c8fbe8 | InvocationID=0c22733c-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:35:51+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2270ee-59a7-11ed-ab48-069472c8fbe8 | InvocationID=0c22733c-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:35:58+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01aa0c3a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=01aa132e-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:35:58+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106e2e7c-59a7-11ed-ab48-069472c8fbe8 | InvocationID=106e3228-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:36:16+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2270ee-59a7-11ed-ab48-069472c8fbe8 | InvocationID=0c22733c-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:36:16+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1030be-59a7-11ed-ab48-069472c8fbe8 | InvocationID=1b1032da-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:36:16+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1030be-59a7-11ed-ab48-069472c8fbe8 | InvocationID=1b1032da-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:36:16+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b1030be-59a7-11ed-ab48-069472c8fbe8 | InvocationID=1b1032da-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:36:23+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=106e2e7c-59a7-11ed-ab48-069472c8fbe8 | InvocationID=106e3228-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:36:23+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f329b14-59a7-11ed-ab48-069472c8fbe8 | InvocationID=1f329f9c-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:36:41+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b1030be-59a7-11ed-ab48-069472c8fbe8 | InvocationID=1b1032da-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:36:41+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29fe0178-59a7-11ed-ab48-069472c8fbe8 | InvocationID=29fe0358-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:36:41+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29fe0178-59a7-11ed-ab48-069472c8fbe8 | InvocationID=29fe0358-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:36:41+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29fe0178-59a7-11ed-ab48-069472c8fbe8 | InvocationID=29fe0358-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:36:48+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f329b14-59a7-11ed-ab48-069472c8fbe8 | InvocationID=1f329f9c-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:36:48+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df69768-59a7-11ed-ab48-069472c8fbe8 | InvocationID=2df69b28-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:37:06+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29fe0178-59a7-11ed-ab48-069472c8fbe8 | InvocationID=29fe0358-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:37:06+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ed02b0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=38ed0512-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:37:06+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ed02b0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=38ed0512-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:37:06+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38ed02b0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=38ed0512-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:37:13+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2df69768-59a7-11ed-ab48-069472c8fbe8 | InvocationID=2df69b28-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:37:13+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cbd4904-59a7-11ed-ab48-069472c8fbe8 | InvocationID=3cbd4ad0-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:37:31+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38ed02b0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=38ed0512-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:37:31+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47daecb0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=47daeefe-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:37:31+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47daecb0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=47daeefe-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:37:31+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47daecb0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=47daeefe-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:37:37+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cbd4904-59a7-11ed-ab48-069472c8fbe8 | InvocationID=3cbd4ad0-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:37:37+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b801fde-59a7-11ed-ab48-069472c8fbe8 | InvocationID=4b8021fa-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:37:56+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47daecb0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=47daeefe-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:37:56+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56c977fa-59a7-11ed-ab48-069472c8fbe8 | InvocationID=56c97a52-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:37:56+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56c977fa-59a7-11ed-ab48-069472c8fbe8 | InvocationID=56c97a52-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:37:56+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56c977fa-59a7-11ed-ab48-069472c8fbe8 | InvocationID=56c97a52-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:38:02+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b801fde-59a7-11ed-ab48-069472c8fbe8 | InvocationID=4b8021fa-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:38:02+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a44815e-59a7-11ed-ab48-069472c8fbe8 | InvocationID=5a448384-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:38:21+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56c977fa-59a7-11ed-ab48-069472c8fbe8 | InvocationID=56c97a52-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:38:21+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b8ab64-59a7-11ed-ab48-069472c8fbe8 | InvocationID=65b8ad58-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:38:21+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b8ab64-59a7-11ed-ab48-069472c8fbe8 | InvocationID=65b8ad58-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:38:21+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b8ab64-59a7-11ed-ab48-069472c8fbe8 | InvocationID=65b8ad58-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:38:27+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a44815e-59a7-11ed-ab48-069472c8fbe8 | InvocationID=5a448384-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:38:27+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6908d4e2-59a7-11ed-ab48-069472c8fbe8 | InvocationID=6908d690-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:38:46+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b8ab64-59a7-11ed-ab48-069472c8fbe8 | InvocationID=65b8ad58-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:38:46+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a83978-59a7-11ed-ab48-069472c8fbe8 | InvocationID=74a83db0-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:38:47+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a83978-59a7-11ed-ab48-069472c8fbe8 | InvocationID=74a83db0-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:38:47+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a83978-59a7-11ed-ab48-069472c8fbe8 | InvocationID=74a83db0-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:38:52+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6908d4e2-59a7-11ed-ab48-069472c8fbe8 | InvocationID=6908d690-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:38:52+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77cd2118-59a7-11ed-ab48-069472c8fbe8 | InvocationID=77cd22bc-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:39:12+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a83978-59a7-11ed-ab48-069472c8fbe8 | InvocationID=74a83db0-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:39:12+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83963c82-59a7-11ed-ab48-069472c8fbe8 | InvocationID=83963ec6-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:39:12+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83963c82-59a7-11ed-ab48-069472c8fbe8 | InvocationID=83963ec6-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:39:12+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83963c82-59a7-11ed-ab48-069472c8fbe8 | InvocationID=83963ec6-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:39:17+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77cd2118-59a7-11ed-ab48-069472c8fbe8 | InvocationID=77cd22bc-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:39:17+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86900ee0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=869019ee-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:39:37+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83963c82-59a7-11ed-ab48-069472c8fbe8 | InvocationID=83963ec6-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:39:37+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9285769a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=92857898-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:39:37+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9285769a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=92857898-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:39:37+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9285769a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=92857898-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:39:41+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86900ee0-59a7-11ed-ab48-069472c8fbe8 | InvocationID=869019ee-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:39:41+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95561244-59a7-11ed-ab48-069472c8fbe8 | InvocationID=9556142e-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:40:02+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9285769a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=92857898-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:40:02+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a173f168-59a7-11ed-ab48-069472c8fbe8 | InvocationID=a173f500-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:40:02+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a173f168-59a7-11ed-ab48-069472c8fbe8 | InvocationID=a173f500-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:40:02+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a173f168-59a7-11ed-ab48-069472c8fbe8 | InvocationID=a173f500-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:40:06+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95561244-59a7-11ed-ab48-069472c8fbe8 | InvocationID=9556142e-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:40:06+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41c004a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=a41c0202-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:40:27+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a173f168-59a7-11ed-ab48-069472c8fbe8 | InvocationID=a173f500-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:40:27+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0640672-59a7-11ed-ab48-069472c8fbe8 | InvocationID=b0640906-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:40:27+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0640672-59a7-11ed-ab48-069472c8fbe8 | InvocationID=b0640906-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:40:27+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0640672-59a7-11ed-ab48-069472c8fbe8 | InvocationID=b0640906-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:40:31+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a41c004a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=a41c0202-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:40:31+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2df1fa4-59a7-11ed-ab48-069472c8fbe8 | InvocationID=b2df21e8-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:40:52+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0640672-59a7-11ed-ab48-069472c8fbe8 | InvocationID=b0640906-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:40:52+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5300ca-59a7-11ed-ab48-069472c8fbe8 | InvocationID=bf530322-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:40:52+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5300ca-59a7-11ed-ab48-069472c8fbe8 | InvocationID=bf530322-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:40:52+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5300ca-59a7-11ed-ab48-069472c8fbe8 | InvocationID=bf530322-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:40:56+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2df1fa4-59a7-11ed-ab48-069472c8fbe8 | InvocationID=b2df21e8-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:40:56+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a9908c-59a7-11ed-ab48-069472c8fbe8 | InvocationID=c1a9924e-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:41:17+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5300ca-59a7-11ed-ab48-069472c8fbe8 | InvocationID=bf530322-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:41:17+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce418a7a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ce418c64-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:41:17+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce418a7a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ce418c64-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:41:17+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce418a7a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ce418c64-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:41:20+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1a9908c-59a7-11ed-ab48-069472c8fbe8 | InvocationID=c1a9924e-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:41:20+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d06f7154-59a7-11ed-ab48-069472c8fbe8 | InvocationID=d06f73de-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:41:42+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce418a7a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ce418c64-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:41:42+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f594a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=dd2f5c6a-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:41:42+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f594a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=dd2f5c6a-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:41:42+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2f594a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=dd2f5c6a-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:41:45+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d06f7154-59a7-11ed-ab48-069472c8fbe8 | InvocationID=d06f73de-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:41:45+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df330f34-59a7-11ed-ab48-069472c8fbe8 | InvocationID=df3311aa-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:42:07+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2f594a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=dd2f5c6a-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:42:07+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1e6720-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ec1e6ae0-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:42:07+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1e6720-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ec1e6ae0-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:42:07+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1e6720-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ec1e6ae0-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:42:10+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df330f34-59a7-11ed-ab48-069472c8fbe8 | InvocationID=df3311aa-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:42:10+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf7ea94-59a7-11ed-ab48-069472c8fbe8 | InvocationID=edf7ecb0-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:42:32+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1e6720-59a7-11ed-ab48-069472c8fbe8 | InvocationID=ec1e6ae0-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:42:32+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0f5bb8-59a7-11ed-ab48-069472c8fbe8 | InvocationID=fb0f5e24-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:42:32+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0f5bb8-59a7-11ed-ab48-069472c8fbe8 | InvocationID=fb0f5e24-59a7-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:42:32+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0f5bb8-59a7-11ed-ab48-069472c8fbe8 | InvocationID=fb0f5e24-59a7-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:42:35+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf7ea94-59a7-11ed-ab48-069472c8fbe8 | InvocationID=edf7ecb0-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:42:35+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbd212a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=fcbd22f6-59a7-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:42:57+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0f5bb8-59a7-11ed-ab48-069472c8fbe8 | InvocationID=fb0f5e24-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:42:57+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a011706-59a8-11ed-ab48-069472c8fbe8 | InvocationID=0a0129c6-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:42:57+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a011706-59a8-11ed-ab48-069472c8fbe8 | InvocationID=0a0129c6-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:42:57+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a011706-59a8-11ed-ab48-069472c8fbe8 | InvocationID=0a0129c6-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:43:00+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcbd212a-59a7-11ed-ab48-069472c8fbe8 | InvocationID=fcbd22f6-59a7-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:43:00+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b833758-59a8-11ed-ab48-069472c8fbe8 | InvocationID=0b833a00-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:43:22+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a011706-59a8-11ed-ab48-069472c8fbe8 | InvocationID=0a0129c6-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:43:22+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18efd112-59a8-11ed-ab48-069472c8fbe8 | InvocationID=18efd2fc-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:43:22+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18efd112-59a8-11ed-ab48-069472c8fbe8 | InvocationID=18efd2fc-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:43:22+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18efd112-59a8-11ed-ab48-069472c8fbe8 | InvocationID=18efd2fc-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:43:24+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b833758-59a8-11ed-ab48-069472c8fbe8 | InvocationID=0b833a00-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:43:24+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a4679b2-59a8-11ed-ab48-069472c8fbe8 | InvocationID=1a467b6a-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:43:47+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18efd112-59a8-11ed-ab48-069472c8fbe8 | InvocationID=18efd2fc-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:43:47+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27dfac9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=27dfafee-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:43:47+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27dfac9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=27dfafee-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:43:47+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27dfac9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=27dfafee-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:43:49+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a4679b2-59a8-11ed-ab48-069472c8fbe8 | InvocationID=1a467b6a-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:43:49+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=290968ec-59a8-11ed-ab48-069472c8fbe8 | InvocationID=29096b62-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:44:12+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27dfac9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=27dfafee-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:44:12+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ce2c88-59a8-11ed-ab48-069472c8fbe8 | InvocationID=36ce2e40-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:44:12+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ce2c88-59a8-11ed-ab48-069472c8fbe8 | InvocationID=36ce2e40-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:44:12+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36ce2c88-59a8-11ed-ab48-069472c8fbe8 | InvocationID=36ce2e40-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:44:14+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=290968ec-59a8-11ed-ab48-069472c8fbe8 | InvocationID=29096b62-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:44:14+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37cc8fbc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=37cc93fe-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:44:37+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36ce2c88-59a8-11ed-ab48-069472c8fbe8 | InvocationID=36ce2e40-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:44:37+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45bb8f9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=45bb9172-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:44:37+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45bb8f9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=45bb9172-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:44:37+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45bb8f9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=45bb9172-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:44:39+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37cc8fbc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=37cc93fe-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:44:39+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46930ddc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=46930f8a-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:45:02+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45bb8f9c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=45bb9172-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:45:02+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ab14f0-59a8-11ed-ab48-069472c8fbe8 | InvocationID=54ab1d60-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:45:02+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ab14f0-59a8-11ed-ab48-069472c8fbe8 | InvocationID=54ab1d60-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:45:02+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ab14f0-59a8-11ed-ab48-069472c8fbe8 | InvocationID=54ab1d60-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:45:03+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46930ddc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=46930f8a-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:45:03+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5558b77c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=5558bd8a-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:45:27+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ab14f0-59a8-11ed-ab48-069472c8fbe8 | InvocationID=54ab1d60-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:45:27+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=639b9aca-59a8-11ed-ab48-069472c8fbe8 | InvocationID=639b9cd2-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:45:27+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=639b9aca-59a8-11ed-ab48-069472c8fbe8 | InvocationID=639b9cd2-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:45:27+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=639b9aca-59a8-11ed-ab48-069472c8fbe8 | InvocationID=639b9cd2-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:45:28+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5558b77c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=5558bd8a-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:45:28+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641c5156-59a8-11ed-ab48-069472c8fbe8 | InvocationID=641c53b8-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:45:52+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=639b9aca-59a8-11ed-ab48-069472c8fbe8 | InvocationID=639b9cd2-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:45:52+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728add34-59a8-11ed-ab48-069472c8fbe8 | InvocationID=728adf00-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:45:52+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728add34-59a8-11ed-ab48-069472c8fbe8 | InvocationID=728adf00-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:45:52+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=728add34-59a8-11ed-ab48-069472c8fbe8 | InvocationID=728adf00-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:45:53+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=641c5156-59a8-11ed-ab48-069472c8fbe8 | InvocationID=641c53b8-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:45:53+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72df6d2c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=72df7236-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:46:17+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=728add34-59a8-11ed-ab48-069472c8fbe8 | InvocationID=728adf00-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:46:17+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8178c8ec-59a8-11ed-ab48-069472c8fbe8 | InvocationID=8178ccd4-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:46:18+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8178c8ec-59a8-11ed-ab48-069472c8fbe8 | InvocationID=8178ccd4-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:46:18+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8178c8ec-59a8-11ed-ab48-069472c8fbe8 | InvocationID=8178ccd4-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:46:18+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72df6d2c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=72df7236-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:46:18+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a22980-59a8-11ed-ab48-069472c8fbe8 | InvocationID=81a22bb0-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:46:43+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81a22980-59a8-11ed-ab48-069472c8fbe8 | InvocationID=81a22bb0-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:46:43+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90654402-59a8-11ed-ab48-069472c8fbe8 | InvocationID=906545ec-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:46:43+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8178c8ec-59a8-11ed-ab48-069472c8fbe8 | InvocationID=8178ccd4-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:46:43+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90676124-59a8-11ed-ab48-069472c8fbe8 | InvocationID=90676200-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:46:43+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90676124-59a8-11ed-ab48-069472c8fbe8 | InvocationID=90676200-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:46:43+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90676124-59a8-11ed-ab48-069472c8fbe8 | InvocationID=90676200-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:47:07+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90654402-59a8-11ed-ab48-069472c8fbe8 | InvocationID=906545ec-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:47:07+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2b4310-59a8-11ed-ab48-069472c8fbe8 | InvocationID=9f2b45f4-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:47:08+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90676124-59a8-11ed-ab48-069472c8fbe8 | InvocationID=90676200-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:47:08+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f5534b8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=9f55388c-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:47:08+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f5534b8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=9f55388c-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:47:08+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f5534b8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=9f55388c-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:47:32+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f2b4310-59a8-11ed-ab48-069472c8fbe8 | InvocationID=9f2b45f4-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:47:32+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf054ee-59a8-11ed-ab48-069472c8fbe8 | InvocationID=adf056d8-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:47:33+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f5534b8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=9f55388c-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:47:33+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae42e83a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=ae42ea60-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:47:33+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae42e83a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=ae42ea60-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:47:33+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae42e83a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=ae42ea60-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:47:57+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adf054ee-59a8-11ed-ab48-069472c8fbe8 | InvocationID=adf056d8-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:47:57+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb387bc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=bcb38a00-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:47:58+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae42e83a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=ae42ea60-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:47:58+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd30a99a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=bd30ab34-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:47:58+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd30a99a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=bd30ab34-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:47:58+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd30a99a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=bd30ab34-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:48:22+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcb387bc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=bcb38a00-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:48:22+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb75ff1e-59a8-11ed-ab48-069472c8fbe8 | InvocationID=cb7604fa-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:48:23+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd30a99a-59a8-11ed-ab48-069472c8fbe8 | InvocationID=bd30ab34-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:48:23+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc1eadbc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=cc1eafd8-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:48:23+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc1eadbc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=cc1eafd8-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:48:23+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc1eadbc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=cc1eafd8-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:48:46+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb75ff1e-59a8-11ed-ab48-069472c8fbe8 | InvocationID=cb7604fa-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:48:46+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3bb69c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=da3bb872-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:48:48+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc1eadbc-59a8-11ed-ab48-069472c8fbe8 | InvocationID=cc1eafd8-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:48:48+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0cdfd8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=db0cec3a-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:48:48+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0cdfd8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=db0cec3a-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:48:48+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db0cdfd8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=db0cec3a-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:49:11+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da3bb69c-59a8-11ed-ab48-069472c8fbe8 | InvocationID=da3bb872-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:49:11+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9010bfa-59a8-11ed-ab48-069472c8fbe8 | InvocationID=e90110aa-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:49:13+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db0cdfd8-59a8-11ed-ab48-069472c8fbe8 | InvocationID=db0cec3a-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:49:13+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9fa7816-59a8-11ed-ab48-069472c8fbe8 | InvocationID=e9fa7a0a-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:49:13+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9fa7816-59a8-11ed-ab48-069472c8fbe8 | InvocationID=e9fa7a0a-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:49:13+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9fa7816-59a8-11ed-ab48-069472c8fbe8 | InvocationID=e9fa7a0a-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:49:36+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9010bfa-59a8-11ed-ab48-069472c8fbe8 | InvocationID=e90110aa-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:49:36+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7c51c62-59a8-11ed-ab48-069472c8fbe8 | InvocationID=f7c51e2e-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:49:38+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9fa7816-59a8-11ed-ab48-069472c8fbe8 | InvocationID=e9fa7a0a-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:49:38+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e96ab2-59a8-11ed-ab48-069472c8fbe8 | InvocationID=f8e96d28-59a8-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:49:38+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e96ab2-59a8-11ed-ab48-069472c8fbe8 | InvocationID=f8e96d28-59a8-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:49:38+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e96ab2-59a8-11ed-ab48-069472c8fbe8 | InvocationID=f8e96d28-59a8-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:50:01+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7c51c62-59a8-11ed-ab48-069472c8fbe8 | InvocationID=f7c51e2e-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:50:01+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06892b62-59a9-11ed-ab48-069472c8fbe8 | InvocationID=06892d42-59a9-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:50:03+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e96ab2-59a8-11ed-ab48-069472c8fbe8 | InvocationID=f8e96d28-59a8-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:50:03+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d8d3c8-59a9-11ed-ab48-069472c8fbe8 | InvocationID=07d8d5b2-59a9-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:50:03+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d8d3c8-59a9-11ed-ab48-069472c8fbe8 | InvocationID=07d8d5b2-59a9-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:50:03+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d8d3c8-59a9-11ed-ab48-069472c8fbe8 | InvocationID=07d8d5b2-59a9-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:50:26+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06892b62-59a9-11ed-ab48-069472c8fbe8 | InvocationID=06892d42-59a9-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:50:26+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154d04ca-59a9-11ed-ab48-069472c8fbe8 | InvocationID=154d06fa-59a9-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:50:28+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d8d3c8-59a9-11ed-ab48-069472c8fbe8 | InvocationID=07d8d5b2-59a9-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:50:28+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16c6dc72-59a9-11ed-ab48-069472c8fbe8 | InvocationID=16c6e8fc-59a9-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:50:28+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16c6dc72-59a9-11ed-ab48-069472c8fbe8 | InvocationID=16c6e8fc-59a9-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:50:28+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16c6dc72-59a9-11ed-ab48-069472c8fbe8 | InvocationID=16c6e8fc-59a9-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:50:50+0000 | aai_event_thread | 139968345463584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=154d04ca-59a9-11ed-ab48-069472c8fbe8 | InvocationID=154d06fa-59a9-11ed-ab48-069472c8fbe8 | Polling MR for XNF AAI events. 2022-11-01T05:50:50+0000 | aai_event_thread | 139968345463584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241483b6-59a9-11ed-ab48-069472c8fbe8 | InvocationID=24148582-59a9-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-11-01T05:50:53+0000 | policy_event_thread | 139968346524448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16c6dc72-59a9-11ed-ab48-069472c8fbe8 | InvocationID=16c6e8fc-59a9-11ed-ab48-069472c8fbe8 | Polling MR for XNF activation/deactivation policy response events. 2022-11-01T05:50:53+0000 | policy_event_thread | 139968346524448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25b69be6-59a9-11ed-ab48-069472c8fbe8 | InvocationID=25b69dda-59a9-11ed-ab48-069472c8fbe8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-11-01T05:50:53+0000 | policy_event_thread | 139968346524448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25b69be6-59a9-11ed-ab48-069472c8fbe8 | InvocationID=25b69dda-59a9-11ed-ab48-069472c8fbe8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-01T05:50:53+0000 | policy_event_thread | 139968346524448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25b69be6-59a9-11ed-ab48-069472c8fbe8 | InvocationID=25b69dda-59a9-11ed-ab48-069472c8fbe8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000