By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-10-07T04:58:44+0000 | MainThread | 139782956957000 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-10-07T04:58:44+0000 | MainThread | 139782956957000 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-10-07T04:58:44+0000 | MainThread | 139782956957000 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-10-07T04:58:44+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T04:58:44+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b88b13d6-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88b16b0-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T04:58:44+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-10-07T04:58:44+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b88cbf38-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88cc14a-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T04:58:45+0000 | MainThread | 139782956957000 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-10-07T04:58:45+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b88b13d6-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88b16b0-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:58:45+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b88b13d6-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88b16b0-45fc-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:58:46+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b88cbf38-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88cc14a-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:58:46+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b88cbf38-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88cc14a-45fc-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:06+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b88cbf38-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88cc14a-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T04:59:06+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c529dfdc-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c529e22a-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T04:59:07+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c529dfdc-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c529e22a-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:07+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c529dfdc-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c529e22a-45fc-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:10+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b88b13d6-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=b88b16b0-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T04:59:10+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c81cbd22-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c81cc448-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T04:59:12+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c81cbd22-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c81cc448-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:12+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c81cbd22-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c81cc448-45fc-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:27+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c529dfdc-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c529e22a-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T04:59:27+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b5f6be-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d1b5f8e4-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T04:59:28+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b5f6be-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d1b5f8e4-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:28+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1b5f6be-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d1b5f8e4-45fc-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:37+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c81cbd22-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=c81cc448-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T04:59:37+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7a5d81e-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d7a5da3a-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T04:59:38+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7a5d81e-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d7a5da3a-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:38+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7a5d81e-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d7a5da3a-45fc-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-07T04:59:48+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1b5f6be-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d1b5f8e4-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T04:59:48+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de42df8c-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=de42e1d0-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T04:59:48+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de42df8c-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=de42e1d0-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T04:59:48+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de42df8c-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=de42e1d0-45fc-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:03+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7a5d81e-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=d7a5da3a-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:00:03+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72c3e18-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=e72c4052-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:00:03+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72c3e18-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=e72c4052-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:00:03+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72c3e18-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=e72c4052-45fc-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:00:08+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de42df8c-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=de42e1d0-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:00:08+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7e4cb4-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=ea7e598e-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:00:08+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7e4cb4-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=ea7e598e-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:08+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea7e4cb4-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=ea7e598e-45fc-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:28+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72c3e18-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=e72c4052-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:00:28+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61d4106-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f61d4412-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:00:28+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61d4106-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f61d4412-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:00:28+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f61d4106-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f61d4412-45fc-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:00:28+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea7e4cb4-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=ea7e598e-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:00:28+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6756d86-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f6756fc0-45fc-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:00:28+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6756d86-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f6756fc0-45fc-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:28+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6756d86-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f6756fc0-45fc-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:48+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6756d86-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f6756fc0-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:00:48+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=026adc48-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=026ae6e8-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:00:48+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=026adc48-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=026ae6e8-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:48+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=026adc48-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=026ae6e8-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:00:53+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f61d4106-45fc-11ed-b2d9-42ec2c659a4d | InvocationID=f61d4412-45fc-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:00:53+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=050f2788-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=050f29cc-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:00:53+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=050f2788-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=050f29cc-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:00:53+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=050f2788-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=050f29cc-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:01:08+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=026adc48-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=026ae6e8-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:01:08+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e609650-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=0e609880-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:01:08+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e609650-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=0e609880-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:01:08+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e609650-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=0e609880-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:01:18+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=050f2788-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=050f29cc-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:01:18+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140257b0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=140259ea-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:01:18+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140257b0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=140259ea-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:01:18+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=140257b0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=140259ea-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:01:28+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e609650-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=0e609880-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:01:28+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5a99d8-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=1a5a9c76-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:01:29+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5a99d8-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=1a5a9c76-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:01:29+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a5a99d8-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=1a5a9c76-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:01:43+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=140257b0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=140259ea-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:01:43+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f30dbe-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=22f30fee-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:01:43+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f30dbe-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=22f30fee-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:01:43+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22f30dbe-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=22f30fee-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:01:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a5a99d8-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=1a5a9c76-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:01:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264f1656-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=264f1886-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:01:49+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264f1656-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=264f1886-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:01:49+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264f1656-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=264f1886-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:08+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22f30dbe-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=22f30fee-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:02:08+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31e2d87c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=31e2dab6-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:02:08+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31e2d87c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=31e2dab6-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:02:08+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31e2d87c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=31e2dab6-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:02:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264f1656-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=264f1886-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:02:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3242b1a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3242b40e-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:02:09+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3242b1a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3242b40e-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:09+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3242b1a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3242b40e-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3242b1a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3242b40e-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:02:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3801e2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3e3803ae-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:02:29+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3801e2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3e3803ae-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:29+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e3801e2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3e3803ae-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:33+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31e2d87c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=31e2dab6-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:02:33+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40d15e8a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=40d161f0-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:02:33+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40d15e8a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=40d161f0-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:02:33+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40d15e8a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=40d161f0-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:02:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e3801e2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=3e3803ae-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:02:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a2c77b2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4a2c7992-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:02:49+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a2c77b2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4a2c7992-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:49+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a2c77b2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4a2c7992-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:02:58+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40d15e8a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=40d161f0-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:02:58+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc0791c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4fc07c3c-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:02:58+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc0791c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4fc07c3c-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:02:58+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fc0791c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4fc07c3c-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:03:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a2c77b2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4a2c7992-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:03:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5622a19a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5622a398-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:03:09+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5622a19a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5622a398-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:03:09+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5622a19a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5622a398-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:03:23+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fc0791c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=4fc07c3c-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:03:23+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eb39030-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5eb39274-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:03:23+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eb39030-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5eb39274-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:03:23+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eb39030-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5eb39274-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:03:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5622a19a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5622a398-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:03:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6216dd4a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6216e06a-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:03:29+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6216dd4a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6216e06a-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:03:29+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6216dd4a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6216e06a-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:03:48+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eb39030-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=5eb39274-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:03:48+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da20ef0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6da21206-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:03:48+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da20ef0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6da21206-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:03:48+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6da20ef0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6da21206-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:03:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6216dd4a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6216e06a-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:03:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e0ad75a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6e0ad976-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:03:49+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e0ad75a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6e0ad976-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:03:49+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e0ad75a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6e0ad976-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:04:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e0ad75a-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6e0ad976-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:04:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79fe38e0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=79fe4128-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:04:09+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79fe38e0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=79fe4128-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:04:09+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79fe38e0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=79fe4128-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:04:13+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6da20ef0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=6da21206-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:04:13+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c90e166-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=7c90e526-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:04:13+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c90e166-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=7c90e526-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:04:13+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c90e166-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=7c90e526-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:04:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79fe38e0-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=79fe4128-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:04:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f3a518-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=85f3a75c-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:04:29+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f3a518-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=85f3a75c-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:04:29+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f3a518-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=85f3a75c-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:04:38+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c90e166-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=7c90e526-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:04:38+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7ff252-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=8b7ff43c-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:04:38+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7ff252-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=8b7ff43c-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:04:38+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b7ff252-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=8b7ff43c-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:04:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f3a518-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=85f3a75c-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:04:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e86a02-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=91e86dd6-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:04:49+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e86a02-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=91e86dd6-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:04:49+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e86a02-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=91e86dd6-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:03+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b7ff252-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=8b7ff43c-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:05:03+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a6ebf00-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9a6ec14e-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:05:03+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a6ebf00-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9a6ec14e-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:05:03+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a6ebf00-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9a6ec14e-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:05:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e86a02-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=91e86dd6-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:05:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ddbbe22-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9ddbc05c-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:05:09+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ddbbe22-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9ddbc05c-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:09+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ddbbe22-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9ddbc05c-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:28+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a6ebf00-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9a6ec14e-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:05:28+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95e24ba-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a95e280c-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:05:28+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95e24ba-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a95e280c-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:05:28+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a95e24ba-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a95e280c-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:05:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ddbbe22-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=9ddbc05c-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:05:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cf91f4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a9cf94ba-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:05:29+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cf91f4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a9cf94ba-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:29+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9cf91f4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a9cf94ba-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9cf91f4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a9cf94ba-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:05:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5c311ca-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b5c31486-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:05:49+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5c311ca-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b5c31486-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:49+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5c311ca-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b5c31486-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:05:53+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a95e24ba-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=a95e280c-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:05:53+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84f3af4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b84f4f8a-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:05:54+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84f3af4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b84f4f8a-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:05:54+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84f3af4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b84f4f8a-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:06:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5c311ca-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b5c31486-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:06:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b76ddc-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c1b7707a-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:06:09+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b76ddc-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c1b7707a-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:06:09+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b76ddc-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c1b7707a-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:06:19+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84f3af4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=b84f4f8a-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:06:19+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c73f9040-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c73f93ce-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:06:19+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c73f9040-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c73f93ce-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:06:19+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c73f9040-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c73f93ce-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:06:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b76ddc-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c1b7707a-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:06:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdac100c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=cdac1246-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:06:29+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdac100c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=cdac1246-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:06:29+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdac100c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=cdac1246-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:06:44+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c73f9040-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=c73f93ce-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:06:44+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62e80a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d62e835e-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:06:44+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62e80a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d62e835e-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:06:44+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d62e80a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d62e835e-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:06:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdac100c-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=cdac1246-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:06:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a065d4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d9a06ac0-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:06:49+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a065d4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d9a06ac0-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:06:49+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9a065d4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d9a06ac0-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:09+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d62e80a2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d62e835e-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:07:09+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e51df7d2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e51df9f8-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:07:09+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e51df7d2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e51df9f8-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:07:09+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e51df7d2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e51df9f8-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:07:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9a065d4-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=d9a06ac0-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:07:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5947f06-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e59481cc-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:07:09+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5947f06-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e59481cc-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:09+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5947f06-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e59481cc-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5947f06-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e59481cc-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:07:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1882ede-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f1883118-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:07:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1882ede-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f1883118-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1882ede-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f1883118-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:34+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e51df7d2-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=e51df9f8-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:07:34+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40ccf52-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f40cd182-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:07:34+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40ccf52-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f40cd182-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:07:34+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f40ccf52-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f40cd182-45fd-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:07:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1882ede-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f1883118-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:07:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7b4776-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=fd7b49b0-45fd-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:07:50+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7b4776-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=fd7b49b0-45fd-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:50+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd7b4776-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=fd7b49b0-45fd-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:07:59+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f40ccf52-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=f40cd182-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:07:59+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02fbd5e4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=02fbd8fa-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:07:59+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02fbd5e4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=02fbd8fa-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:07:59+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02fbd5e4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=02fbd8fa-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:08:10+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd7b4776-45fd-11ed-b2d9-42ec2c659a4d | InvocationID=fd7b49b0-45fd-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:08:10+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=096f04f0-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=096f0734-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:08:10+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=096f04f0-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=096f0734-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:08:10+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=096f04f0-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=096f0734-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:08:24+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02fbd5e4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=02fbd8fa-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:08:24+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11eaee0a-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=11eaf04e-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:08:24+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11eaee0a-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=11eaf04e-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:08:24+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11eaee0a-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=11eaf04e-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:08:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=096f04f0-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=096f0734-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:08:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1562ce2c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=1562d156-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:08:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1562ce2c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=1562d156-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:08:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1562ce2c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=1562d156-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:08:49+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11eaee0a-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=11eaf04e-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:08:49+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20d8f074-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=20d8f380-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:08:49+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20d8f074-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=20d8f380-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:08:49+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20d8f074-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=20d8f380-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:08:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1562ce2c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=1562d156-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:08:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21562472-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=215626ac-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:08:50+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21562472-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=215626ac-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:08:50+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21562472-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=215626ac-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:09:10+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21562472-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=215626ac-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:09:10+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d48e396-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2d48ef6c-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:09:10+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d48e396-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2d48ef6c-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:09:10+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d48e396-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2d48ef6c-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:09:14+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20d8f074-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=20d8f380-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:09:14+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc7905e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2fc79298-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:09:14+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc7905e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2fc79298-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:09:14+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fc7905e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2fc79298-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:09:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d48e396-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2d48ef6c-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:09:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=393c9698-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=393c997c-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:09:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=393c9698-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=393c997c-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:09:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=393c9698-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=393c997c-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:09:39+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fc7905e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=2fc79298-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:09:39+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb59d54-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=3eb59f84-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:09:39+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb59d54-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=3eb59f84-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:09:39+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb59d54-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=3eb59f84-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:09:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=393c9698-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=393c997c-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:09:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45301880-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=45301ac4-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:09:50+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45301880-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=45301ac4-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:09:50+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45301880-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=45301ac4-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:04+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb59d54-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=3eb59f84-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:10:04+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da5ccc6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=4da5cef6-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:10:04+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da5ccc6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=4da5cef6-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:10:04+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da5ccc6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=4da5cef6-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:10:10+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45301880-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=45301ac4-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:10:10+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5125c7b6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5125ca4a-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:10:10+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5125c7b6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5125ca4a-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:10+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5125c7b6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5125ca4a-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:29+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da5ccc6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=4da5cef6-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:10:29+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c93ca9e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5c93d3ae-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:10:29+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c93ca9e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5c93d3ae-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:10:29+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c93ca9e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5c93d3ae-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:10:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5125c7b6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5125ca4a-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:10:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1ca5f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5d1cb2aa-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:10:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1ca5f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5d1cb2aa-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d1ca5f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5d1cb2aa-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d1ca5f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5d1cb2aa-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:10:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69111344-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6911170e-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:10:50+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69111344-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6911170e-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:50+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69111344-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6911170e-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:10:54+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c93ca9e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=5c93d3ae-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:10:54+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8331de-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6b833544-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:10:54+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8331de-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6b833544-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:10:54+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8331de-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6b833544-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:11:10+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69111344-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6911170e-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:11:10+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7505eb84-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7505f8cc-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:11:10+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7505eb84-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7505f8cc-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:11:10+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7505eb84-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7505f8cc-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:11:19+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8331de-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=6b833544-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:11:19+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a716238-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7a716508-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:11:19+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a716238-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7a716508-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:11:19+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a716238-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7a716508-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:11:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7505eb84-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7505f8cc-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:11:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80faf420-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=80faf614-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:11:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80faf420-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=80faf614-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:11:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80faf420-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=80faf614-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:11:44+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a716238-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=7a716508-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:11:44+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895f7b7c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=895f7dac-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:11:44+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895f7b7c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=895f7dac-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:11:44+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=895f7b7c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=895f7dac-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:11:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80faf420-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=80faf614-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:11:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ceeb294-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=8ceeb582-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:11:50+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ceeb294-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=8ceeb582-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:11:50+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ceeb294-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=8ceeb582-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:09+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=895f7b7c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=895f7dac-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:12:09+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984dc512-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=984dc774-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:12:09+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984dc512-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=984dc774-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:12:09+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984dc512-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=984dc774-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:12:10+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ceeb294-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=8ceeb582-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:12:10+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e27fea-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=98e282b0-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:12:10+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e27fea-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=98e282b0-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:10+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e27fea-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=98e282b0-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e27fea-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=98e282b0-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:12:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d6522c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a4d65506-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:12:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d6522c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a4d65506-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4d6522c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a4d65506-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:34+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984dc512-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=984dc774-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:12:34+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73dd6ca-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a73dd904-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:12:34+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73dd6ca-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a73dd904-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:12:34+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73dd6ca-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a73dd904-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:12:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4d6522c-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a4d65506-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:12:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0cae9f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b0caf38a-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:12:50+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0cae9f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b0caf38a-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:50+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0cae9f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b0caf38a-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:12:59+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73dd6ca-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=a73dd904-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:12:59+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62b505e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b62b5478-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:12:59+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62b505e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b62b5478-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:12:59+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b62b505e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b62b5478-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:13:10+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0cae9f8-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b0caf38a-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:13:10+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcbde634-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=bcbde81e-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:13:10+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcbde634-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=bcbde81e-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:13:10+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcbde634-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=bcbde81e-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:13:24+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b62b505e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=b62b5478-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:13:24+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5197db6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c519807c-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:13:24+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5197db6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c519807c-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:13:24+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5197db6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c519807c-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:13:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcbde634-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=bcbde81e-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:13:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8b18af4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c8b191c0-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:13:30+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8b18af4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c8b191c0-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:13:30+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8b18af4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c8b191c0-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:13:49+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5197db6-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c519807c-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:13:49+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4098b5e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4098fe6-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:13:50+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4098b5e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4098fe6-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:13:50+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4098b5e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4098fe6-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:13:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8b18af4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=c8b191c0-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:13:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a57ec4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4a581f8-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:13:51+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a57ec4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4a581f8-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:13:51+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4a57ec4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4a581f8-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:14:11+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4a57ec4-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4a581f8-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:14:11+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e099b0ec-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e099b330-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:14:11+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e099b0ec-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e099b330-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:14:11+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e099b0ec-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e099b330-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:14:15+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4098b5e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=d4098fe6-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:14:15+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2f95266-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e2f957a2-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:14:15+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2f95266-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e2f957a2-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:14:15+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2f95266-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e2f957a2-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:14:31+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e099b0ec-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e099b330-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:14:31+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8cbe58-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=ec8cc038-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:14:31+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8cbe58-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=ec8cc038-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:14:31+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec8cbe58-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=ec8cc038-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:14:40+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2f95266-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=e2f957a2-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:14:40+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1e7602e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f1e7625e-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:14:40+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1e7602e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f1e7625e-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:14:40+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1e7602e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f1e7625e-45fe-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:14:51+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec8cbe58-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=ec8cc038-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:14:51+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f880d320-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f880d4f6-45fe-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:14:51+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f880d320-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f880d4f6-45fe-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:14:51+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f880d320-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f880d4f6-45fe-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:15:05+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1e7602e-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f1e7625e-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:15:05+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00d6e7c6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=00d6ea32-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:15:05+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00d6e7c6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=00d6ea32-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:15:05+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00d6e7c6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=00d6ea32-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:15:11+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f880d320-45fe-11ed-b2d9-42ec2c659a4d | InvocationID=f880d4f6-45fe-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:15:11+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0474c600-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0474c84e-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:15:11+0000 | aai_event_thread | 139782906219296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0474c600-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0474c84e-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:15:11+0000 | aai_event_thread | 139782906219296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0474c600-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0474c84e-45ff-11ed-b2d9-42ec2c659a4d | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-07T05:15:30+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00d6e7c6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=00d6ea32-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:15:30+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc5d184-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0fc5d710-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:15:30+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc5d184-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0fc5d710-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:15:30+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc5d184-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0fc5d710-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:15:31+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0474c600-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0474c84e-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:15:31+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106cc872-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=106ccbc4-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:15:55+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc5d184-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=0fc5d710-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:15:55+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb6e868-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=1eb6eaa2-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:15:55+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb6e868-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=1eb6eaa2-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:15:55+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eb6e868-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=1eb6eaa2-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:15:55+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=106cc872-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=106ccbc4-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:15:55+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eee1efa-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=1eee20da-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:16:15+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eee1efa-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=1eee20da-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:16:15+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae45fe4-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=2ae463ae-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:16:20+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eb6e868-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=1eb6eaa2-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:16:20+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2da59900-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=2da59b44-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:16:20+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2da59900-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=2da59b44-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:16:20+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2da59900-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=2da59b44-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:16:35+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae45fe4-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=2ae463ae-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:16:35+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36daaae2-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=36daadda-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:16:45+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2da59900-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=2da59b44-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:16:45+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c936578-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=3c936758-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:16:45+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c936578-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=3c936758-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:16:45+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c936578-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=3c936758-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:16:55+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36daaae2-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=36daadda-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:16:55+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d5c6b0-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=42d5c890-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:17:10+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c936578-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=3c936758-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:17:10+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b822056-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=4b82257e-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:17:10+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b822056-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=4b82257e-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:17:10+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b822056-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=4b82257e-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:17:16+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42d5c6b0-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=42d5c890-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:17:16+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4edc170c-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=4edc1ad6-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:17:35+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b822056-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=4b82257e-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:17:35+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a715f8c-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=5a71620c-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:17:35+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a715f8c-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=5a71620c-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:17:35+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a715f8c-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=5a71620c-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:17:36+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4edc170c-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=4edc1ad6-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:17:36+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b25ac62-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=5b25af64-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:18:00+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a715f8c-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=5a71620c-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:18:00+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69600d9a-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=69601222-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:18:00+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69600d9a-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=69601222-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:18:00+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69600d9a-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=69601222-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:18:01+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b25ac62-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=5b25af64-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:18:01+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ea2eb2-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=69ea3088-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:18:25+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69600d9a-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=69601222-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:18:25+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=784e50fa-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=784e52e4-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:18:25+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=784e50fa-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=784e52e4-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:18:25+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=784e50fa-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=784e52e4-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:18:26+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69ea2eb2-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=69ea3088-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:18:26+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78af6020-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=78af6282-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:18:50+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=784e50fa-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=784e52e4-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:18:50+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=873db506-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=873db7f4-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:18:50+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=873db506-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=873db7f4-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:18:50+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=873db506-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=873db7f4-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:18:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78af6020-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=78af6282-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:18:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=877373c6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=877376be-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:19:15+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=873db506-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=873db7f4-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:19:15+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=962d4df6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=962d5030-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:19:15+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=962d4df6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=962d5030-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:19:15+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=962d4df6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=962d5030-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:19:15+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=877373c6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=877376be-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:19:15+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=963a0f1e-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=963a1158-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:19:40+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=963a0f1e-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=963a1158-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:19:40+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50420fc-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=a504232c-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:19:40+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=962d4df6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=962d5030-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:19:40+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a51bd562-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=a51bd7c4-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:19:40+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a51bd562-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=a51bd7c4-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:19:40+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a51bd562-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=a51bd7c4-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:20:05+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a50420fc-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=a504232c-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:20:05+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d0926e-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=b3d09688-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:20:05+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a51bd562-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=a51bd7c4-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:20:05+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b40a77d6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=b40a79fc-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:20:05+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b40a77d6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=b40a79fc-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:20:05+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b40a77d6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=b40a79fc-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:20:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3d0926e-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=b3d09688-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:20:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2990600-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=c2990e66-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:20:30+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b40a77d6-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=b40a79fc-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:20:30+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2f8cd74-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=c2f8d06c-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:20:30+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2f8cd74-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=c2f8d06c-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:20:30+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2f8cd74-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=c2f8d06c-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:20:54+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2990600-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=c2990e66-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:20:54+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15d4160-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=d15d4336-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:20:55+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2f8cd74-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=c2f8d06c-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:20:55+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e7f346-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=d1e7f602-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:20:55+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e7f346-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=d1e7f602-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:20:55+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1e7f346-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=d1e7f602-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:21:19+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d15d4160-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=d15d4336-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:21:19+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e026fd3a-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=e026ff92-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:21:20+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1e7f346-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=d1e7f602-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:21:20+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0d7e1b8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=e0d7e3de-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:21:21+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0d7e1b8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=e0d7e3de-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:21:21+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0d7e1b8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=e0d7e3de-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:21:44+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e026fd3a-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=e026ff92-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:21:44+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeeb35d4-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=eeeb387c-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:21:46+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0d7e1b8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=e0d7e3de-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:21:46+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc5a980-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=efc5ab56-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:21:46+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc5a980-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=efc5ab56-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:21:46+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efc5a980-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=efc5ab56-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:22:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeeb35d4-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=eeeb387c-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:22:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc23044-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=fdc2330a-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:22:11+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efc5a980-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=efc5ab56-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:22:11+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feb354d8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=feb35744-45ff-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:22:11+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feb354d8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=feb35744-45ff-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:22:11+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feb354d8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=feb35744-45ff-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:22:35+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdc23044-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=fdc2330a-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:22:35+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d8e490e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=0d8e4bac-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:22:36+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feb354d8-45ff-11ed-b2d9-42ec2c659a4d | InvocationID=feb35744-45ff-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:22:36+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da14540-4600-11ed-b2d9-42ec2c659a4d | InvocationID=0da14806-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:22:36+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da14540-4600-11ed-b2d9-42ec2c659a4d | InvocationID=0da14806-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:22:36+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0da14540-4600-11ed-b2d9-42ec2c659a4d | InvocationID=0da14806-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:23:00+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d8e490e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=0d8e4bac-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:23:00+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c537428-4600-11ed-b2d9-42ec2c659a4d | InvocationID=1c537662-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:23:01+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0da14540-4600-11ed-b2d9-42ec2c659a4d | InvocationID=0da14806-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:23:01+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8f04e8-4600-11ed-b2d9-42ec2c659a4d | InvocationID=1c8f06c8-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:23:01+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8f04e8-4600-11ed-b2d9-42ec2c659a4d | InvocationID=1c8f06c8-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:23:01+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c8f04e8-4600-11ed-b2d9-42ec2c659a4d | InvocationID=1c8f06c8-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:23:25+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c537428-4600-11ed-b2d9-42ec2c659a4d | InvocationID=1c537662-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:23:25+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b17257c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=2b172766-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:23:26+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c8f04e8-4600-11ed-b2d9-42ec2c659a4d | InvocationID=1c8f06c8-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:23:26+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b7cd426-4600-11ed-b2d9-42ec2c659a4d | InvocationID=2b7cd67e-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:23:26+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b7cd426-4600-11ed-b2d9-42ec2c659a4d | InvocationID=2b7cd67e-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:23:26+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b7cd426-4600-11ed-b2d9-42ec2c659a4d | InvocationID=2b7cd67e-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:23:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b17257c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=2b172766-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:23:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39db0a42-4600-11ed-b2d9-42ec2c659a4d | InvocationID=39db0d30-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:23:51+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b7cd426-4600-11ed-b2d9-42ec2c659a4d | InvocationID=2b7cd67e-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:23:51+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a6bc230-4600-11ed-b2d9-42ec2c659a4d | InvocationID=3a6bc456-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:23:51+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a6bc230-4600-11ed-b2d9-42ec2c659a4d | InvocationID=3a6bc456-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:23:51+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a6bc230-4600-11ed-b2d9-42ec2c659a4d | InvocationID=3a6bc456-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:24:15+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39db0a42-4600-11ed-b2d9-42ec2c659a4d | InvocationID=39db0d30-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:24:15+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a0805c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=48a084a8-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:24:16+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a6bc230-4600-11ed-b2d9-42ec2c659a4d | InvocationID=3a6bc456-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:24:16+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=495964fa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=495966d0-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:24:16+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=495964fa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=495966d0-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:24:16+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=495964fa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=495966d0-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:24:39+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48a0805c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=48a084a8-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:24:39+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5767adae-4600-11ed-b2d9-42ec2c659a4d | InvocationID=5767b1f0-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:24:41+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=495964fa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=495966d0-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:24:41+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58475ed6-4600-11ed-b2d9-42ec2c659a4d | InvocationID=5847655c-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:24:41+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58475ed6-4600-11ed-b2d9-42ec2c659a4d | InvocationID=5847655c-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:24:41+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58475ed6-4600-11ed-b2d9-42ec2c659a4d | InvocationID=5847655c-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:25:04+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5767adae-4600-11ed-b2d9-42ec2c659a4d | InvocationID=5767b1f0-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:25:04+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662d571c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=662d5a8c-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:25:06+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58475ed6-4600-11ed-b2d9-42ec2c659a4d | InvocationID=5847655c-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:25:06+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6735f6b4-4600-11ed-b2d9-42ec2c659a4d | InvocationID=6735f9ca-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:25:06+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6735f6b4-4600-11ed-b2d9-42ec2c659a4d | InvocationID=6735f9ca-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:25:06+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6735f6b4-4600-11ed-b2d9-42ec2c659a4d | InvocationID=6735f9ca-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:25:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=662d571c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=662d5a8c-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:25:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f317b4-4600-11ed-b2d9-42ec2c659a4d | InvocationID=74f31a52-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:25:31+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6735f6b4-4600-11ed-b2d9-42ec2c659a4d | InvocationID=6735f9ca-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:25:31+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76265a7e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=76265c40-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:25:31+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76265a7e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=76265c40-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:25:31+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76265a7e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=76265c40-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:25:54+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74f317b4-4600-11ed-b2d9-42ec2c659a4d | InvocationID=74f31a52-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:25:54+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83bac058-4600-11ed-b2d9-42ec2c659a4d | InvocationID=83bac288-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:25:56+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76265a7e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=76265c40-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:25:56+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85145a22-4600-11ed-b2d9-42ec2c659a4d | InvocationID=85145cb6-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:25:56+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85145a22-4600-11ed-b2d9-42ec2c659a4d | InvocationID=85145cb6-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:25:56+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85145a22-4600-11ed-b2d9-42ec2c659a4d | InvocationID=85145cb6-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:26:19+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83bac058-4600-11ed-b2d9-42ec2c659a4d | InvocationID=83bac288-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:26:19+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927efed8-4600-11ed-b2d9-42ec2c659a4d | InvocationID=927f0108-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:26:21+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85145a22-4600-11ed-b2d9-42ec2c659a4d | InvocationID=85145cb6-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:26:21+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9402f048-4600-11ed-b2d9-42ec2c659a4d | InvocationID=9402f340-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:26:21+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9402f048-4600-11ed-b2d9-42ec2c659a4d | InvocationID=9402f340-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:26:21+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9402f048-4600-11ed-b2d9-42ec2c659a4d | InvocationID=9402f340-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:26:43+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=927efed8-4600-11ed-b2d9-42ec2c659a4d | InvocationID=927f0108-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:26:43+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a144d62c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=a144d820-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:26:46+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9402f048-4600-11ed-b2d9-42ec2c659a4d | InvocationID=9402f340-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:26:46+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2f0b31a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=a2f0be82-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:26:46+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2f0b31a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=a2f0be82-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:26:46+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2f0b31a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=a2f0be82-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:27:08+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a144d62c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=a144d820-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:27:08+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b00b1d88-4600-11ed-b2d9-42ec2c659a4d | InvocationID=b00b20e4-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:27:11+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2f0b31a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=a2f0be82-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:27:11+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e01c8a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=b1e01f46-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:27:11+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e01c8a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=b1e01f46-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:27:11+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1e01c8a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=b1e01f46-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:27:33+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b00b1d88-4600-11ed-b2d9-42ec2c659a4d | InvocationID=b00b20e4-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:27:33+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=becef1dc-4600-11ed-b2d9-42ec2c659a4d | InvocationID=becef3c6-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:27:36+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1e01c8a-4600-11ed-b2d9-42ec2c659a4d | InvocationID=b1e01f46-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:27:36+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cef9aa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=c0cefbc6-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:27:36+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cef9aa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=c0cefbc6-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:27:36+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0cef9aa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=c0cefbc6-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:27:58+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=becef1dc-4600-11ed-b2d9-42ec2c659a4d | InvocationID=becef3c6-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:27:58+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd9316ee-4600-11ed-b2d9-42ec2c659a4d | InvocationID=cd931900-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:28:01+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0cef9aa-4600-11ed-b2d9-42ec2c659a4d | InvocationID=c0cefbc6-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:28:01+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfbcd2ac-4600-11ed-b2d9-42ec2c659a4d | InvocationID=cfbcd554-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:28:01+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfbcd2ac-4600-11ed-b2d9-42ec2c659a4d | InvocationID=cfbcd554-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:28:01+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfbcd2ac-4600-11ed-b2d9-42ec2c659a4d | InvocationID=cfbcd554-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:28:22+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd9316ee-4600-11ed-b2d9-42ec2c659a4d | InvocationID=cd931900-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:28:22+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc575c1c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=dc575e06-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:28:26+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfbcd2ac-4600-11ed-b2d9-42ec2c659a4d | InvocationID=cfbcd554-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:28:26+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deaca1c0-4600-11ed-b2d9-42ec2c659a4d | InvocationID=deaca3f0-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:28:26+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deaca1c0-4600-11ed-b2d9-42ec2c659a4d | InvocationID=deaca3f0-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:28:26+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deaca1c0-4600-11ed-b2d9-42ec2c659a4d | InvocationID=deaca3f0-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:28:47+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc575c1c-4600-11ed-b2d9-42ec2c659a4d | InvocationID=dc575e06-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:28:47+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb1b7184-4600-11ed-b2d9-42ec2c659a4d | InvocationID=eb1b747c-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:28:51+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deaca1c0-4600-11ed-b2d9-42ec2c659a4d | InvocationID=deaca3f0-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:28:51+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed9b9fec-4600-11ed-b2d9-42ec2c659a4d | InvocationID=ed9ba244-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:28:51+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed9b9fec-4600-11ed-b2d9-42ec2c659a4d | InvocationID=ed9ba244-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:28:51+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed9b9fec-4600-11ed-b2d9-42ec2c659a4d | InvocationID=ed9ba244-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:29:12+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb1b7184-4600-11ed-b2d9-42ec2c659a4d | InvocationID=eb1b747c-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:29:12+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e1b8e0-4600-11ed-b2d9-42ec2c659a4d | InvocationID=f9e1bb2e-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:29:16+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed9b9fec-4600-11ed-b2d9-42ec2c659a4d | InvocationID=ed9ba244-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:29:16+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc8a972e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=fc8a995e-4600-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:29:16+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc8a972e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=fc8a995e-4600-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:29:16+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc8a972e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=fc8a995e-4600-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:29:37+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e1b8e0-4600-11ed-b2d9-42ec2c659a4d | InvocationID=f9e1bb2e-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:29:37+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08a709b6-4601-11ed-b2d9-42ec2c659a4d | InvocationID=08a70c36-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:29:41+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc8a972e-4600-11ed-b2d9-42ec2c659a4d | InvocationID=fc8a995e-4600-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:29:41+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b789a9c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=0b789dc6-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:29:42+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b789a9c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=0b789dc6-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:29:42+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b789a9c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=0b789dc6-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:30:02+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08a709b6-4601-11ed-b2d9-42ec2c659a4d | InvocationID=08a70c36-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:30:02+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=176cceae-4601-11ed-b2d9-42ec2c659a4d | InvocationID=176cd156-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:30:07+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b789a9c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=0b789dc6-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:30:07+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a672794-4601-11ed-b2d9-42ec2c659a4d | InvocationID=1a672960-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:30:07+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a672794-4601-11ed-b2d9-42ec2c659a4d | InvocationID=1a672960-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:30:07+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a672794-4601-11ed-b2d9-42ec2c659a4d | InvocationID=1a672960-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:30:26+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=176cceae-4601-11ed-b2d9-42ec2c659a4d | InvocationID=176cd156-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:30:26+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26324374-4601-11ed-b2d9-42ec2c659a4d | InvocationID=263246a8-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:30:32+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a672794-4601-11ed-b2d9-42ec2c659a4d | InvocationID=1a672960-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:30:32+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2957aa9e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=2957b14c-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:30:32+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2957aa9e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=2957b14c-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:30:32+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2957aa9e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=2957b14c-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:30:51+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26324374-4601-11ed-b2d9-42ec2c659a4d | InvocationID=263246a8-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:30:51+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34fad510-4601-11ed-b2d9-42ec2c659a4d | InvocationID=34fada2e-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:30:57+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2957aa9e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=2957b14c-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:30:57+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=384796cc-4601-11ed-b2d9-42ec2c659a4d | InvocationID=38479a00-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:30:57+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=384796cc-4601-11ed-b2d9-42ec2c659a4d | InvocationID=38479a00-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:30:57+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=384796cc-4601-11ed-b2d9-42ec2c659a4d | InvocationID=38479a00-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:31:16+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34fad510-4601-11ed-b2d9-42ec2c659a4d | InvocationID=34fada2e-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:31:16+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c0cb54-4601-11ed-b2d9-42ec2c659a4d | InvocationID=43c0ce92-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:31:22+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=384796cc-4601-11ed-b2d9-42ec2c659a4d | InvocationID=38479a00-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:31:22+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=473a57d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=473a59ee-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:31:22+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=473a57d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=473a59ee-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:31:22+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=473a57d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=473a59ee-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:31:41+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43c0cb54-4601-11ed-b2d9-42ec2c659a4d | InvocationID=43c0ce92-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:31:41+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5287464a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=52874a00-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:31:47+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=473a57d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=473a59ee-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:31:47+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562f09b8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=562f0c1a-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:31:47+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562f09b8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=562f0c1a-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:31:47+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562f09b8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=562f0c1a-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:32:05+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5287464a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=52874a00-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:32:05+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61507cb4-4601-11ed-b2d9-42ec2c659a4d | InvocationID=61507f0c-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:32:12+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562f09b8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=562f0c1a-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:32:12+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651d9778-4601-11ed-b2d9-42ec2c659a4d | InvocationID=651d9a48-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:32:12+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651d9778-4601-11ed-b2d9-42ec2c659a4d | InvocationID=651d9a48-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:32:12+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651d9778-4601-11ed-b2d9-42ec2c659a4d | InvocationID=651d9a48-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:32:30+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61507cb4-4601-11ed-b2d9-42ec2c659a4d | InvocationID=61507f0c-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:32:30+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7016c85c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=7016ca82-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:32:37+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651d9778-4601-11ed-b2d9-42ec2c659a4d | InvocationID=651d9a48-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:32:37+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740c7592-4601-11ed-b2d9-42ec2c659a4d | InvocationID=740c77cc-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:32:37+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740c7592-4601-11ed-b2d9-42ec2c659a4d | InvocationID=740c77cc-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:32:37+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=740c7592-4601-11ed-b2d9-42ec2c659a4d | InvocationID=740c77cc-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:32:55+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7016c85c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=7016ca82-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:32:55+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7edb934a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=7edb957a-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:33:02+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=740c7592-4601-11ed-b2d9-42ec2c659a4d | InvocationID=740c77cc-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:33:02+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82fafb82-4601-11ed-b2d9-42ec2c659a4d | InvocationID=82faffce-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:33:02+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82fafb82-4601-11ed-b2d9-42ec2c659a4d | InvocationID=82faffce-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:33:02+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82fafb82-4601-11ed-b2d9-42ec2c659a4d | InvocationID=82faffce-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:33:20+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7edb934a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=7edb957a-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:33:20+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da25850-4601-11ed-b2d9-42ec2c659a4d | InvocationID=8da25a9e-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:33:27+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82fafb82-4601-11ed-b2d9-42ec2c659a4d | InvocationID=82faffce-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:33:27+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e943e2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=91e94662-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:33:27+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e943e2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=91e94662-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:33:27+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e943e2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=91e94662-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:33:45+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8da25850-4601-11ed-b2d9-42ec2c659a4d | InvocationID=8da25a9e-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:33:45+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c661606-4601-11ed-b2d9-42ec2c659a4d | InvocationID=9c6618a4-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:33:52+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e943e2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=91e94662-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:33:52+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d727e8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=a0d729c8-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:33:52+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d727e8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=a0d729c8-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:33:52+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d727e8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=a0d729c8-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:34:09+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c661606-4601-11ed-b2d9-42ec2c659a4d | InvocationID=9c6618a4-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:34:09+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab298830-4601-11ed-b2d9-42ec2c659a4d | InvocationID=ab298aa6-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:34:17+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d727e8-4601-11ed-b2d9-42ec2c659a4d | InvocationID=a0d729c8-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:34:17+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc9d7be-4601-11ed-b2d9-42ec2c659a4d | InvocationID=afc9d98a-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:34:17+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc9d7be-4601-11ed-b2d9-42ec2c659a4d | InvocationID=afc9d98a-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:34:17+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc9d7be-4601-11ed-b2d9-42ec2c659a4d | InvocationID=afc9d98a-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:34:34+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab298830-4601-11ed-b2d9-42ec2c659a4d | InvocationID=ab298aa6-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:34:34+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9ef1614-4601-11ed-b2d9-42ec2c659a4d | InvocationID=b9ef1a06-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:34:42+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc9d7be-4601-11ed-b2d9-42ec2c659a4d | InvocationID=afc9d98a-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:34:42+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb894d6-4601-11ed-b2d9-42ec2c659a4d | InvocationID=beb89756-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:34:42+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb894d6-4601-11ed-b2d9-42ec2c659a4d | InvocationID=beb89756-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:34:42+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb894d6-4601-11ed-b2d9-42ec2c659a4d | InvocationID=beb89756-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:34:59+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9ef1614-4601-11ed-b2d9-42ec2c659a4d | InvocationID=b9ef1a06-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:34:59+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8b309d0-4601-11ed-b2d9-42ec2c659a4d | InvocationID=c8b30c00-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:35:07+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb894d6-4601-11ed-b2d9-42ec2c659a4d | InvocationID=beb89756-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:35:07+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda8c02e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=cda8c98e-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:35:07+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda8c02e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=cda8c98e-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:35:07+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda8c02e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=cda8c98e-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:35:24+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8b309d0-4601-11ed-b2d9-42ec2c659a4d | InvocationID=c8b30c00-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:35:24+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d77a4d7a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=d77a5018-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:35:32+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda8c02e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=cda8c98e-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:35:32+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc97170c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=dc9719aa-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:35:32+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc97170c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=dc9719aa-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:35:32+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc97170c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=dc9719aa-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:35:49+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d77a4d7a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=d77a5018-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:35:49+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6414c5a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=e6414e80-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:35:57+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc97170c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=dc9719aa-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:35:57+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb84de5c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=eb84e0aa-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:35:57+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb84de5c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=eb84e0aa-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:35:57+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb84de5c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=eb84e0aa-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:36:13+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6414c5a-4601-11ed-b2d9-42ec2c659a4d | InvocationID=e6414e80-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:36:13+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f504a26e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=f504a584-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:36:22+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb84de5c-4601-11ed-b2d9-42ec2c659a4d | InvocationID=eb84e0aa-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:36:22+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa73b0d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=fa73b38e-4601-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:36:22+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa73b0d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=fa73b38e-4601-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:36:22+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa73b0d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=fa73b38e-4601-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:36:38+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f504a26e-4601-11ed-b2d9-42ec2c659a4d | InvocationID=f504a584-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:36:38+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03ca218e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=03ca24b8-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:36:47+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa73b0d2-4601-11ed-b2d9-42ec2c659a4d | InvocationID=fa73b38e-4601-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:36:47+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=096171c4-4602-11ed-b2d9-42ec2c659a4d | InvocationID=096173f4-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:36:48+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=096171c4-4602-11ed-b2d9-42ec2c659a4d | InvocationID=096173f4-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:36:48+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=096171c4-4602-11ed-b2d9-42ec2c659a4d | InvocationID=096173f4-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:37:03+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03ca218e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=03ca24b8-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:37:03+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12920952-4602-11ed-b2d9-42ec2c659a4d | InvocationID=12920bd2-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:37:13+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=096171c4-4602-11ed-b2d9-42ec2c659a4d | InvocationID=096173f4-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:37:13+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184f6dd0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=184f7082-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:37:13+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184f6dd0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=184f7082-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:37:13+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=184f6dd0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=184f7082-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:37:28+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12920952-4602-11ed-b2d9-42ec2c659a4d | InvocationID=12920bd2-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:37:28+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21571bd0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=21571e5a-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:37:38+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=184f6dd0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=184f7082-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:37:38+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273eb17a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=273eb3be-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:37:38+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273eb17a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=273eb3be-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:37:38+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=273eb17a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=273eb3be-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:37:52+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21571bd0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=21571e5a-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:37:52+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=301b16e4-4602-11ed-b2d9-42ec2c659a4d | InvocationID=301b190a-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:38:03+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=273eb17a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=273eb3be-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:38:03+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362d7216-4602-11ed-b2d9-42ec2c659a4d | InvocationID=362d7414-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:38:03+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362d7216-4602-11ed-b2d9-42ec2c659a4d | InvocationID=362d7414-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:38:03+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362d7216-4602-11ed-b2d9-42ec2c659a4d | InvocationID=362d7414-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:38:17+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=301b16e4-4602-11ed-b2d9-42ec2c659a4d | InvocationID=301b190a-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:38:17+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3edefc2c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=3edefe66-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:38:28+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362d7216-4602-11ed-b2d9-42ec2c659a4d | InvocationID=362d7414-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:38:28+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=451aec54-4602-11ed-b2d9-42ec2c659a4d | InvocationID=451af186-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:38:28+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=451aec54-4602-11ed-b2d9-42ec2c659a4d | InvocationID=451af186-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:38:28+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=451aec54-4602-11ed-b2d9-42ec2c659a4d | InvocationID=451af186-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:38:42+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3edefc2c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=3edefe66-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:38:42+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da51e30-4602-11ed-b2d9-42ec2c659a4d | InvocationID=4da522d6-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:38:53+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=451aec54-4602-11ed-b2d9-42ec2c659a4d | InvocationID=451af186-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:38:53+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=540897ca-4602-11ed-b2d9-42ec2c659a4d | InvocationID=54089a0e-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:38:53+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=540897ca-4602-11ed-b2d9-42ec2c659a4d | InvocationID=54089a0e-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:38:53+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=540897ca-4602-11ed-b2d9-42ec2c659a4d | InvocationID=54089a0e-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:39:07+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4da51e30-4602-11ed-b2d9-42ec2c659a4d | InvocationID=4da522d6-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:39:07+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c69969e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=5c6998c4-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:39:18+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=540897ca-4602-11ed-b2d9-42ec2c659a4d | InvocationID=54089a0e-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:39:18+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f65678-4602-11ed-b2d9-42ec2c659a4d | InvocationID=62f65966-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:39:18+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f65678-4602-11ed-b2d9-42ec2c659a4d | InvocationID=62f65966-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:39:18+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f65678-4602-11ed-b2d9-42ec2c659a4d | InvocationID=62f65966-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:39:32+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c69969e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=5c6998c4-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:39:32+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b30fbe0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=6b30ff6e-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:39:43+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f65678-4602-11ed-b2d9-42ec2c659a4d | InvocationID=62f65966-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:39:43+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e4552c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=71e45752-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:39:43+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e4552c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=71e45752-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:39:43+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e4552c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=71e45752-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:39:56+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b30fbe0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=6b30ff6e-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:39:56+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f5974e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=79f5a0ae-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:40:08+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e4552c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=71e45752-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:40:08+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d51ec2-4602-11ed-b2d9-42ec2c659a4d | InvocationID=80d524e4-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:40:08+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d51ec2-4602-11ed-b2d9-42ec2c659a4d | InvocationID=80d524e4-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:40:08+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80d51ec2-4602-11ed-b2d9-42ec2c659a4d | InvocationID=80d524e4-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:40:21+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79f5974e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=79f5a0ae-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:40:21+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88ba58be-4602-11ed-b2d9-42ec2c659a4d | InvocationID=88ba5b5c-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:40:33+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80d51ec2-4602-11ed-b2d9-42ec2c659a4d | InvocationID=80d524e4-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:40:33+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc67db8-4602-11ed-b2d9-42ec2c659a4d | InvocationID=8fc680ba-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:40:33+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc67db8-4602-11ed-b2d9-42ec2c659a4d | InvocationID=8fc680ba-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:40:33+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fc67db8-4602-11ed-b2d9-42ec2c659a4d | InvocationID=8fc680ba-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:40:46+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88ba58be-4602-11ed-b2d9-42ec2c659a4d | InvocationID=88ba5b5c-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:40:46+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=977e3a00-4602-11ed-b2d9-42ec2c659a4d | InvocationID=977e3d02-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:40:58+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fc67db8-4602-11ed-b2d9-42ec2c659a4d | InvocationID=8fc680ba-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:40:58+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eb58238-4602-11ed-b2d9-42ec2c659a4d | InvocationID=9eb58468-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:40:58+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eb58238-4602-11ed-b2d9-42ec2c659a4d | InvocationID=9eb58468-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:40:58+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eb58238-4602-11ed-b2d9-42ec2c659a4d | InvocationID=9eb58468-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:41:11+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=977e3a00-4602-11ed-b2d9-42ec2c659a4d | InvocationID=977e3d02-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:41:11+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6454fec-4602-11ed-b2d9-42ec2c659a4d | InvocationID=a6455226-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:41:23+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eb58238-4602-11ed-b2d9-42ec2c659a4d | InvocationID=9eb58468-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:41:23+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ada8abbc-4602-11ed-b2d9-42ec2c659a4d | InvocationID=ada8ad92-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:41:23+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ada8abbc-4602-11ed-b2d9-42ec2c659a4d | InvocationID=ada8ad92-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:41:23+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ada8abbc-4602-11ed-b2d9-42ec2c659a4d | InvocationID=ada8ad92-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:41:35+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6454fec-4602-11ed-b2d9-42ec2c659a4d | InvocationID=a6455226-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:41:35+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b509f51e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=b509f758-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:41:48+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ada8abbc-4602-11ed-b2d9-42ec2c659a4d | InvocationID=ada8ad92-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:41:48+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc971708-4602-11ed-b2d9-42ec2c659a4d | InvocationID=bc971a0a-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:41:48+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc971708-4602-11ed-b2d9-42ec2c659a4d | InvocationID=bc971a0a-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:41:48+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc971708-4602-11ed-b2d9-42ec2c659a4d | InvocationID=bc971a0a-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:42:00+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b509f51e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=b509f758-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:42:00+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3d15f6a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=c3d16172-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:42:13+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc971708-4602-11ed-b2d9-42ec2c659a4d | InvocationID=bc971a0a-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:42:13+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb854f5a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=cb855216-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:42:13+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb854f5a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=cb855216-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:42:13+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb854f5a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=cb855216-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:42:25+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3d15f6a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=c3d16172-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:42:25+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d29587ec-4602-11ed-b2d9-42ec2c659a4d | InvocationID=d2958abc-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:42:38+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb854f5a-4602-11ed-b2d9-42ec2c659a4d | InvocationID=cb855216-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:42:38+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da73e184-4602-11ed-b2d9-42ec2c659a4d | InvocationID=da73e468-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:42:38+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da73e184-4602-11ed-b2d9-42ec2c659a4d | InvocationID=da73e468-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:42:38+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da73e184-4602-11ed-b2d9-42ec2c659a4d | InvocationID=da73e468-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:42:50+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d29587ec-4602-11ed-b2d9-42ec2c659a4d | InvocationID=d2958abc-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:42:50+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1598e7c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=e1599174-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:43:03+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da73e184-4602-11ed-b2d9-42ec2c659a4d | InvocationID=da73e468-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:43:03+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96208b0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=e9620aea-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:43:03+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96208b0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=e9620aea-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:43:03+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e96208b0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=e9620aea-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:43:15+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1598e7c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=e1599174-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:43:15+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f01e8eb2-4602-11ed-b2d9-42ec2c659a4d | InvocationID=f01e91c8-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:43:28+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e96208b0-4602-11ed-b2d9-42ec2c659a4d | InvocationID=e9620aea-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:43:28+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8500a0c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=f8500c64-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:43:28+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8500a0c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=f8500c64-4602-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:43:28+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8500a0c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=f8500c64-4602-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:43:39+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f01e8eb2-4602-11ed-b2d9-42ec2c659a4d | InvocationID=f01e91c8-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:43:39+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fee3857e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=fee387d6-4602-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:43:53+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8500a0c-4602-11ed-b2d9-42ec2c659a4d | InvocationID=f8500c64-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:43:53+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073e9484-4603-11ed-b2d9-42ec2c659a4d | InvocationID=073e96e6-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:43:53+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073e9484-4603-11ed-b2d9-42ec2c659a4d | InvocationID=073e96e6-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:43:53+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073e9484-4603-11ed-b2d9-42ec2c659a4d | InvocationID=073e96e6-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:44:04+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fee3857e-4602-11ed-b2d9-42ec2c659a4d | InvocationID=fee387d6-4602-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:44:04+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da66be4-4603-11ed-b2d9-42ec2c659a4d | InvocationID=0da66e82-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:44:18+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073e9484-4603-11ed-b2d9-42ec2c659a4d | InvocationID=073e96e6-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:44:18+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162d246a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=162d2690-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:44:18+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162d246a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=162d2690-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:44:18+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162d246a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=162d2690-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:44:29+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0da66be4-4603-11ed-b2d9-42ec2c659a4d | InvocationID=0da66e82-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:44:29+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c694a98-4603-11ed-b2d9-42ec2c659a4d | InvocationID=1c694cd2-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:44:43+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162d246a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=162d2690-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:44:43+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251b472c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=251b4902-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:44:44+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251b472c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=251b4902-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:44:44+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=251b472c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=251b4902-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:44:54+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c694a98-4603-11ed-b2d9-42ec2c659a4d | InvocationID=1c694cd2-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:44:54+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2fb170-4603-11ed-b2d9-42ec2c659a4d | InvocationID=2b2fb454-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:45:09+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=251b472c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=251b4902-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:45:09+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340949e6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=34094c0c-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:45:09+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340949e6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=34094c0c-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:45:09+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=340949e6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=34094c0c-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:45:18+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b2fb170-4603-11ed-b2d9-42ec2c659a4d | InvocationID=2b2fb454-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:45:18+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f65aba-4603-11ed-b2d9-42ec2c659a4d | InvocationID=39f65ccc-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:45:34+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=340949e6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=34094c0c-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:45:34+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42f7aaec-4603-11ed-b2d9-42ec2c659a4d | InvocationID=42f7ad12-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:45:34+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42f7aaec-4603-11ed-b2d9-42ec2c659a4d | InvocationID=42f7ad12-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:45:34+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42f7aaec-4603-11ed-b2d9-42ec2c659a4d | InvocationID=42f7ad12-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:45:43+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39f65aba-4603-11ed-b2d9-42ec2c659a4d | InvocationID=39f65ccc-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:45:43+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48bb1f18-4603-11ed-b2d9-42ec2c659a4d | InvocationID=48bb2260-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:45:59+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42f7aaec-4603-11ed-b2d9-42ec2c659a4d | InvocationID=42f7ad12-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:45:59+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e65a44-4603-11ed-b2d9-42ec2c659a4d | InvocationID=51e66462-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:45:59+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e65a44-4603-11ed-b2d9-42ec2c659a4d | InvocationID=51e66462-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:45:59+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51e65a44-4603-11ed-b2d9-42ec2c659a4d | InvocationID=51e66462-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:46:08+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48bb1f18-4603-11ed-b2d9-42ec2c659a4d | InvocationID=48bb2260-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:46:08+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=577eaa2e-4603-11ed-b2d9-42ec2c659a4d | InvocationID=577eace0-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:46:24+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51e65a44-4603-11ed-b2d9-42ec2c659a4d | InvocationID=51e66462-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:46:24+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d54524-4603-11ed-b2d9-42ec2c659a4d | InvocationID=60d546fa-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:46:24+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d54524-4603-11ed-b2d9-42ec2c659a4d | InvocationID=60d546fa-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:46:24+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d54524-4603-11ed-b2d9-42ec2c659a4d | InvocationID=60d546fa-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:46:33+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=577eaa2e-4603-11ed-b2d9-42ec2c659a4d | InvocationID=577eace0-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:46:33+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664422e6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=66442516-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:46:49+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d54524-4603-11ed-b2d9-42ec2c659a4d | InvocationID=60d546fa-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:46:49+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc325f6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=6fc32862-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:46:49+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc325f6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=6fc32862-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:46:49+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fc325f6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=6fc32862-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:46:58+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664422e6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=66442516-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:46:58+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7507dfa2-4603-11ed-b2d9-42ec2c659a4d | InvocationID=7507e1c8-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:47:14+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fc325f6-4603-11ed-b2d9-42ec2c659a4d | InvocationID=6fc32862-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:47:14+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb13bac-4603-11ed-b2d9-42ec2c659a4d | InvocationID=7eb13dc8-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:47:14+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb13bac-4603-11ed-b2d9-42ec2c659a4d | InvocationID=7eb13dc8-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:47:14+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb13bac-4603-11ed-b2d9-42ec2c659a4d | InvocationID=7eb13dc8-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:47:22+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7507dfa2-4603-11ed-b2d9-42ec2c659a4d | InvocationID=7507e1c8-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:47:22+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d1ba4e-4603-11ed-b2d9-42ec2c659a4d | InvocationID=83d1bce2-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:47:39+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb13bac-4603-11ed-b2d9-42ec2c659a4d | InvocationID=7eb13dc8-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:47:39+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d9f0a90-4603-11ed-b2d9-42ec2c659a4d | InvocationID=8d9f0cc0-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:47:39+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d9f0a90-4603-11ed-b2d9-42ec2c659a4d | InvocationID=8d9f0cc0-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:47:39+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d9f0a90-4603-11ed-b2d9-42ec2c659a4d | InvocationID=8d9f0cc0-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:47:47+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83d1ba4e-4603-11ed-b2d9-42ec2c659a4d | InvocationID=83d1bce2-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:47:47+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=929453f2-4603-11ed-b2d9-42ec2c659a4d | InvocationID=929456c2-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:48:04+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d9f0a90-4603-11ed-b2d9-42ec2c659a4d | InvocationID=8d9f0cc0-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:48:04+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c8d4b48-4603-11ed-b2d9-42ec2c659a4d | InvocationID=9c8d4d28-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:48:04+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c8d4b48-4603-11ed-b2d9-42ec2c659a4d | InvocationID=9c8d4d28-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:48:04+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c8d4b48-4603-11ed-b2d9-42ec2c659a4d | InvocationID=9c8d4d28-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:48:12+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=929453f2-4603-11ed-b2d9-42ec2c659a4d | InvocationID=929456c2-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:48:12+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15c173a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=a15c19d8-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:48:29+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c8d4b48-4603-11ed-b2d9-42ec2c659a4d | InvocationID=9c8d4d28-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:48:29+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab7bda5c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ab7bdcd2-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:48:29+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab7bda5c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ab7bdcd2-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:48:29+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab7bda5c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ab7bdcd2-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:48:37+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a15c173a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=a15c19d8-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:48:37+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b020b136-4603-11ed-b2d9-42ec2c659a4d | InvocationID=b020b366-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:48:54+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab7bda5c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ab7bdcd2-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:48:54+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6aa43a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ba6aa70a-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:48:54+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6aa43a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ba6aa70a-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:48:54+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6aa43a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ba6aa70a-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:49:01+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b020b136-4603-11ed-b2d9-42ec2c659a4d | InvocationID=b020b366-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:49:01+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee35cbe-4603-11ed-b2d9-42ec2c659a4d | InvocationID=bee35eee-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:49:19+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6aa43a-4603-11ed-b2d9-42ec2c659a4d | InvocationID=ba6aa70a-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:49:19+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c95882f0-4603-11ed-b2d9-42ec2c659a4d | InvocationID=c9588624-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:49:19+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c95882f0-4603-11ed-b2d9-42ec2c659a4d | InvocationID=c9588624-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:49:19+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c95882f0-4603-11ed-b2d9-42ec2c659a4d | InvocationID=c9588624-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:49:26+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bee35cbe-4603-11ed-b2d9-42ec2c659a4d | InvocationID=bee35eee-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:49:26+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda8dc88-4603-11ed-b2d9-42ec2c659a4d | InvocationID=cda8e142-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:49:44+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c95882f0-4603-11ed-b2d9-42ec2c659a4d | InvocationID=c9588624-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:49:44+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d846db68-4603-11ed-b2d9-42ec2c659a4d | InvocationID=d846de74-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:49:44+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d846db68-4603-11ed-b2d9-42ec2c659a4d | InvocationID=d846de74-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:49:44+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d846db68-4603-11ed-b2d9-42ec2c659a4d | InvocationID=d846de74-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:49:51+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cda8dc88-4603-11ed-b2d9-42ec2c659a4d | InvocationID=cda8e142-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:49:51+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc6db48c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=dc6db748-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:50:09+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d846db68-4603-11ed-b2d9-42ec2c659a4d | InvocationID=d846de74-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:50:09+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73543da-4603-11ed-b2d9-42ec2c659a4d | InvocationID=e735460a-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:50:09+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73543da-4603-11ed-b2d9-42ec2c659a4d | InvocationID=e735460a-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:50:09+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e73543da-4603-11ed-b2d9-42ec2c659a4d | InvocationID=e735460a-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:50:16+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc6db48c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=dc6db748-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:50:16+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb330be8-4603-11ed-b2d9-42ec2c659a4d | InvocationID=eb330dc8-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:50:34+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e73543da-4603-11ed-b2d9-42ec2c659a4d | InvocationID=e735460a-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:50:34+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f626049c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=f626071c-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:50:34+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f626049c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=f626071c-4603-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:50:34+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f626049c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=f626071c-4603-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:50:41+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb330be8-4603-11ed-b2d9-42ec2c659a4d | InvocationID=eb330dc8-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:50:41+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f82492-4603-11ed-b2d9-42ec2c659a4d | InvocationID=f9f82668-4603-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:50:59+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f626049c-4603-11ed-b2d9-42ec2c659a4d | InvocationID=f626071c-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:50:59+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05148906-4604-11ed-b2d9-42ec2c659a4d | InvocationID=05148b9a-4604-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:50:59+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05148906-4604-11ed-b2d9-42ec2c659a4d | InvocationID=05148b9a-4604-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:50:59+0000 | policy_event_thread | 139782907280160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05148906-4604-11ed-b2d9-42ec2c659a4d | InvocationID=05148b9a-4604-11ed-b2d9-42ec2c659a4d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-07T05:51:05+0000 | aai_event_thread | 139782906219296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9f82492-4603-11ed-b2d9-42ec2c659a4d | InvocationID=f9f82668-4603-11ed-b2d9-42ec2c659a4d | Polling MR for XNF AAI events.[0m 2022-10-07T05:51:05+0000 | aai_event_thread | 139782906219296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08bd17f8-4604-11ed-b2d9-42ec2c659a4d | InvocationID=08bd1a96-4604-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-07T05:51:24+0000 | policy_event_thread | 139782907280160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05148906-4604-11ed-b2d9-42ec2c659a4d | InvocationID=05148b9a-4604-11ed-b2d9-42ec2c659a4d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-07T05:51:24+0000 | policy_event_thread | 139782907280160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1402fd76-4604-11ed-b2d9-42ec2c659a4d | InvocationID=1402ff56-4604-11ed-b2d9-42ec2c659a4d | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-07T05:51:24+0000 | policy_event_thread | 139782907280160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1402fd76-4604-11ed-b2d9-42ec2c659a4d | InvocationID=1402ff56-4604-11ed-b2d9-42ec2c659a4d | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_polic