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-08-23T10:00:45+0000 | MainThread | 140229951864136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-08-23T10:00:45+0000 | MainThread | 140229951864136 | 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-08-23T10:00:45+0000 | MainThread | 140229951864136 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-08-23T10:00:45+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:00:45+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a07454-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a076e8-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:00:45+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-08-23T10:00:45+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a3ff0c-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a4006a-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:00:45+0000 | MainThread | 140229951864136 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-08-23T10:00:46+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a07454-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a076e8-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:00:46+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a07454-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a076e8-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:00:46+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a3ff0c-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a4006a-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:00:46+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74a3ff0c-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a4006a-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:06+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74a3ff0c-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a4006a-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:01:06+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81320f20-22ca-11ed-98f8-f211dae36e2e | InvocationID=81321146-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:01:07+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81320f20-22ca-11ed-98f8-f211dae36e2e | InvocationID=81321146-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:07+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81320f20-22ca-11ed-98f8-f211dae36e2e | InvocationID=81321146-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:11+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a07454-22ca-11ed-98f8-f211dae36e2e | InvocationID=74a076e8-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:01:11+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84294b12-22ca-11ed-98f8-f211dae36e2e | InvocationID=84294ce8-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:01:12+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84294b12-22ca-11ed-98f8-f211dae36e2e | InvocationID=84294ce8-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:12+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84294b12-22ca-11ed-98f8-f211dae36e2e | InvocationID=84294ce8-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:27+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81320f20-22ca-11ed-98f8-f211dae36e2e | InvocationID=81321146-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:01:27+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dba5aea-22ca-11ed-98f8-f211dae36e2e | InvocationID=8dba651c-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:01:28+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dba5aea-22ca-11ed-98f8-f211dae36e2e | InvocationID=8dba651c-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:28+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dba5aea-22ca-11ed-98f8-f211dae36e2e | InvocationID=8dba651c-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:37+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84294b12-22ca-11ed-98f8-f211dae36e2e | InvocationID=84294ce8-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:01:37+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93af7ad4-22ca-11ed-98f8-f211dae36e2e | InvocationID=93af7c82-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:01:38+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93af7ad4-22ca-11ed-98f8-f211dae36e2e | InvocationID=93af7c82-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:38+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93af7ad4-22ca-11ed-98f8-f211dae36e2e | InvocationID=93af7c82-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:48+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dba5aea-22ca-11ed-98f8-f211dae36e2e | InvocationID=8dba651c-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:01:48+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a42d986-22ca-11ed-98f8-f211dae36e2e | InvocationID=9a42db66-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:01:48+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a42d986-22ca-11ed-98f8-f211dae36e2e | InvocationID=9a42db66-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:01:48+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a42d986-22ca-11ed-98f8-f211dae36e2e | InvocationID=9a42db66-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:03+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93af7ad4-22ca-11ed-98f8-f211dae36e2e | InvocationID=93af7c82-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:02:03+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a335cce2-22ca-11ed-98f8-f211dae36e2e | InvocationID=a335cee0-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:02:03+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a335cce2-22ca-11ed-98f8-f211dae36e2e | InvocationID=a335cee0-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:02:03+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a335cce2-22ca-11ed-98f8-f211dae36e2e | InvocationID=a335cee0-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:02:08+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a42d986-22ca-11ed-98f8-f211dae36e2e | InvocationID=9a42db66-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:02:08+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65d913e-22ca-11ed-98f8-f211dae36e2e | InvocationID=a65d9332-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:02:08+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65d913e-22ca-11ed-98f8-f211dae36e2e | InvocationID=a65d9332-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:08+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a65d913e-22ca-11ed-98f8-f211dae36e2e | InvocationID=a65d9332-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:28+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a335cce2-22ca-11ed-98f8-f211dae36e2e | InvocationID=a335cee0-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:02:28+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2291d9e-22ca-11ed-98f8-f211dae36e2e | InvocationID=b229217c-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:02:28+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2291d9e-22ca-11ed-98f8-f211dae36e2e | InvocationID=b229217c-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:02:28+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2291d9e-22ca-11ed-98f8-f211dae36e2e | InvocationID=b229217c-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:02:28+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a65d913e-22ca-11ed-98f8-f211dae36e2e | InvocationID=a65d9332-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:02:28+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25aea18-22ca-11ed-98f8-f211dae36e2e | InvocationID=b25aeca2-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:02:29+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25aea18-22ca-11ed-98f8-f211dae36e2e | InvocationID=b25aeca2-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:29+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b25aea18-22ca-11ed-98f8-f211dae36e2e | InvocationID=b25aeca2-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b25aea18-22ca-11ed-98f8-f211dae36e2e | InvocationID=b25aeca2-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:02:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be5143bc-22ca-11ed-98f8-f211dae36e2e | InvocationID=be514790-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:02:49+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be5143bc-22ca-11ed-98f8-f211dae36e2e | InvocationID=be514790-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:49+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be5143bc-22ca-11ed-98f8-f211dae36e2e | InvocationID=be514790-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:02:53+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2291d9e-22ca-11ed-98f8-f211dae36e2e | InvocationID=b229217c-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:02:53+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11953f0-22ca-11ed-98f8-f211dae36e2e | InvocationID=c11955ee-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:02:53+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11953f0-22ca-11ed-98f8-f211dae36e2e | InvocationID=c11955ee-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:02:53+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c11953f0-22ca-11ed-98f8-f211dae36e2e | InvocationID=c11955ee-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:03:09+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be5143bc-22ca-11ed-98f8-f211dae36e2e | InvocationID=be514790-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:03:09+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca4b6274-22ca-11ed-98f8-f211dae36e2e | InvocationID=ca4b6558-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:03:09+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca4b6274-22ca-11ed-98f8-f211dae36e2e | InvocationID=ca4b6558-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:03:09+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca4b6274-22ca-11ed-98f8-f211dae36e2e | InvocationID=ca4b6558-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:03:18+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c11953f0-22ca-11ed-98f8-f211dae36e2e | InvocationID=c11955ee-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:03:18+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00a844c-22ca-11ed-98f8-f211dae36e2e | InvocationID=d00a86a4-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:03:18+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00a844c-22ca-11ed-98f8-f211dae36e2e | InvocationID=d00a86a4-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:03:18+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00a844c-22ca-11ed-98f8-f211dae36e2e | InvocationID=d00a86a4-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:03:29+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca4b6274-22ca-11ed-98f8-f211dae36e2e | InvocationID=ca4b6558-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:03:29+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63ecefe-22ca-11ed-98f8-f211dae36e2e | InvocationID=d63ed14c-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:03:29+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63ecefe-22ca-11ed-98f8-f211dae36e2e | InvocationID=d63ed14c-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:03:29+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d63ecefe-22ca-11ed-98f8-f211dae36e2e | InvocationID=d63ed14c-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:03:43+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00a844c-22ca-11ed-98f8-f211dae36e2e | InvocationID=d00a86a4-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:03:43+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defb5a12-22ca-11ed-98f8-f211dae36e2e | InvocationID=defb5cd8-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:03:43+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defb5a12-22ca-11ed-98f8-f211dae36e2e | InvocationID=defb5cd8-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:03:43+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defb5a12-22ca-11ed-98f8-f211dae36e2e | InvocationID=defb5cd8-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:03:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d63ecefe-22ca-11ed-98f8-f211dae36e2e | InvocationID=d63ed14c-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:03:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e235afa2-22ca-11ed-98f8-f211dae36e2e | InvocationID=e235b286-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:03:49+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e235afa2-22ca-11ed-98f8-f211dae36e2e | InvocationID=e235b286-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:03:49+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e235afa2-22ca-11ed-98f8-f211dae36e2e | InvocationID=e235b286-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:04:08+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defb5a12-22ca-11ed-98f8-f211dae36e2e | InvocationID=defb5cd8-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:04:08+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf07890-22ca-11ed-98f8-f211dae36e2e | InvocationID=edf07b56-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:04:08+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf07890-22ca-11ed-98f8-f211dae36e2e | InvocationID=edf07b56-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:04:08+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf07890-22ca-11ed-98f8-f211dae36e2e | InvocationID=edf07b56-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:04:09+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e235afa2-22ca-11ed-98f8-f211dae36e2e | InvocationID=e235b286-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:04:09+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2d964e-22ca-11ed-98f8-f211dae36e2e | InvocationID=ee2d9842-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:04:09+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2d964e-22ca-11ed-98f8-f211dae36e2e | InvocationID=ee2d9842-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:04:09+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2d964e-22ca-11ed-98f8-f211dae36e2e | InvocationID=ee2d9842-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:04:29+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2d964e-22ca-11ed-98f8-f211dae36e2e | InvocationID=ee2d9842-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:04:29+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa228efa-22ca-11ed-98f8-f211dae36e2e | InvocationID=fa22938c-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:04:29+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa228efa-22ca-11ed-98f8-f211dae36e2e | InvocationID=fa22938c-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:04:29+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa228efa-22ca-11ed-98f8-f211dae36e2e | InvocationID=fa22938c-22ca-11ed-98f8-f211dae36e2e | 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-08-23T10:04:33+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf07890-22ca-11ed-98f8-f211dae36e2e | InvocationID=edf07b56-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:04:33+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce15dba-22ca-11ed-98f8-f211dae36e2e | InvocationID=fce167c4-22ca-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:04:34+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce15dba-22ca-11ed-98f8-f211dae36e2e | InvocationID=fce167c4-22ca-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:04:34+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce15dba-22ca-11ed-98f8-f211dae36e2e | InvocationID=fce167c4-22ca-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:04:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa228efa-22ca-11ed-98f8-f211dae36e2e | InvocationID=fa22938c-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:04:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0616906c-22cb-11ed-98f8-f211dae36e2e | InvocationID=0616927e-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:04:49+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0616906c-22cb-11ed-98f8-f211dae36e2e | InvocationID=0616927e-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:04:49+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0616906c-22cb-11ed-98f8-f211dae36e2e | InvocationID=0616927e-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:04:59+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce15dba-22ca-11ed-98f8-f211dae36e2e | InvocationID=fce167c4-22ca-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:04:59+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd4fdfe-22cb-11ed-98f8-f211dae36e2e | InvocationID=0bd502ea-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:04:59+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd4fdfe-22cb-11ed-98f8-f211dae36e2e | InvocationID=0bd502ea-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:04:59+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd4fdfe-22cb-11ed-98f8-f211dae36e2e | InvocationID=0bd502ea-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:05:09+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0616906c-22cb-11ed-98f8-f211dae36e2e | InvocationID=0616927e-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:05:09+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=120f1894-22cb-11ed-98f8-f211dae36e2e | InvocationID=120f1a9c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:05:09+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=120f1894-22cb-11ed-98f8-f211dae36e2e | InvocationID=120f1a9c-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:05:09+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=120f1894-22cb-11ed-98f8-f211dae36e2e | InvocationID=120f1a9c-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:05:24+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd4fdfe-22cb-11ed-98f8-f211dae36e2e | InvocationID=0bd502ea-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:05:24+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac545da-22cb-11ed-98f8-f211dae36e2e | InvocationID=1ac547c4-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:05:24+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac545da-22cb-11ed-98f8-f211dae36e2e | InvocationID=1ac547c4-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:05:24+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac545da-22cb-11ed-98f8-f211dae36e2e | InvocationID=1ac547c4-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:05:29+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=120f1894-22cb-11ed-98f8-f211dae36e2e | InvocationID=120f1a9c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:05:29+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0cd50a-22cb-11ed-98f8-f211dae36e2e | InvocationID=1e0cd712-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:05:29+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0cd50a-22cb-11ed-98f8-f211dae36e2e | InvocationID=1e0cd712-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:05:29+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e0cd50a-22cb-11ed-98f8-f211dae36e2e | InvocationID=1e0cd712-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:05:49+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac545da-22cb-11ed-98f8-f211dae36e2e | InvocationID=1ac547c4-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:05:49+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b3abf4-22cb-11ed-98f8-f211dae36e2e | InvocationID=29b3adf2-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:05:49+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b3abf4-22cb-11ed-98f8-f211dae36e2e | InvocationID=29b3adf2-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:05:49+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b3abf4-22cb-11ed-98f8-f211dae36e2e | InvocationID=29b3adf2-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:05:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e0cd50a-22cb-11ed-98f8-f211dae36e2e | InvocationID=1e0cd712-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:05:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0514e4-22cb-11ed-98f8-f211dae36e2e | InvocationID=2a051746-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:05:49+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0514e4-22cb-11ed-98f8-f211dae36e2e | InvocationID=2a051746-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:05:49+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a0514e4-22cb-11ed-98f8-f211dae36e2e | InvocationID=2a051746-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:06:09+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a0514e4-22cb-11ed-98f8-f211dae36e2e | InvocationID=2a051746-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:06:09+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35fbd288-22cb-11ed-98f8-f211dae36e2e | InvocationID=35fbd4d6-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:06:09+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35fbd288-22cb-11ed-98f8-f211dae36e2e | InvocationID=35fbd4d6-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:06:09+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35fbd288-22cb-11ed-98f8-f211dae36e2e | InvocationID=35fbd4d6-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:06:14+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b3abf4-22cb-11ed-98f8-f211dae36e2e | InvocationID=29b3adf2-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:06:14+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a3707c-22cb-11ed-98f8-f211dae36e2e | InvocationID=38a37356-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:06:14+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a3707c-22cb-11ed-98f8-f211dae36e2e | InvocationID=38a37356-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:06:14+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a3707c-22cb-11ed-98f8-f211dae36e2e | InvocationID=38a37356-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:06:29+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35fbd288-22cb-11ed-98f8-f211dae36e2e | InvocationID=35fbd4d6-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:06:29+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f4fa1a-22cb-11ed-98f8-f211dae36e2e | InvocationID=41f4fc2c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:06:29+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f4fa1a-22cb-11ed-98f8-f211dae36e2e | InvocationID=41f4fc2c-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:06:29+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f4fa1a-22cb-11ed-98f8-f211dae36e2e | InvocationID=41f4fc2c-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:06:39+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a3707c-22cb-11ed-98f8-f211dae36e2e | InvocationID=38a37356-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:06:39+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479427de-22cb-11ed-98f8-f211dae36e2e | InvocationID=47942bda-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:06:39+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479427de-22cb-11ed-98f8-f211dae36e2e | InvocationID=47942bda-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:06:39+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=479427de-22cb-11ed-98f8-f211dae36e2e | InvocationID=47942bda-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:06:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f4fa1a-22cb-11ed-98f8-f211dae36e2e | InvocationID=41f4fc2c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:06:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ded1ba4-22cb-11ed-98f8-f211dae36e2e | InvocationID=4ded2306-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:06:50+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ded1ba4-22cb-11ed-98f8-f211dae36e2e | InvocationID=4ded2306-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:06:50+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ded1ba4-22cb-11ed-98f8-f211dae36e2e | InvocationID=4ded2306-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:04+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=479427de-22cb-11ed-98f8-f211dae36e2e | InvocationID=47942bda-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:07:04+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5685df9e-22cb-11ed-98f8-f211dae36e2e | InvocationID=5685e4bc-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:07:04+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5685df9e-22cb-11ed-98f8-f211dae36e2e | InvocationID=5685e4bc-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:07:04+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5685df9e-22cb-11ed-98f8-f211dae36e2e | InvocationID=5685e4bc-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:07:10+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ded1ba4-22cb-11ed-98f8-f211dae36e2e | InvocationID=4ded2306-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:07:10+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59e2d584-22cb-11ed-98f8-f211dae36e2e | InvocationID=59e2d890-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:07:10+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59e2d584-22cb-11ed-98f8-f211dae36e2e | InvocationID=59e2d890-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:10+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59e2d584-22cb-11ed-98f8-f211dae36e2e | InvocationID=59e2d890-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:29+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5685df9e-22cb-11ed-98f8-f211dae36e2e | InvocationID=5685e4bc-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:07:29+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65768760-22cb-11ed-98f8-f211dae36e2e | InvocationID=65768f8a-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:07:29+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65768760-22cb-11ed-98f8-f211dae36e2e | InvocationID=65768f8a-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:07:29+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65768760-22cb-11ed-98f8-f211dae36e2e | InvocationID=65768f8a-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:07:30+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59e2d584-22cb-11ed-98f8-f211dae36e2e | InvocationID=59e2d890-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:07:30+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d62012-22cb-11ed-98f8-f211dae36e2e | InvocationID=65d621de-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:07:30+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d62012-22cb-11ed-98f8-f211dae36e2e | InvocationID=65d621de-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:30+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65d62012-22cb-11ed-98f8-f211dae36e2e | InvocationID=65d621de-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:50+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65d62012-22cb-11ed-98f8-f211dae36e2e | InvocationID=65d621de-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:07:50+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c8da4a-22cb-11ed-98f8-f211dae36e2e | InvocationID=71c8dc8e-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:07:50+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c8da4a-22cb-11ed-98f8-f211dae36e2e | InvocationID=71c8dc8e-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:50+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71c8da4a-22cb-11ed-98f8-f211dae36e2e | InvocationID=71c8dc8e-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:07:54+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65768760-22cb-11ed-98f8-f211dae36e2e | InvocationID=65768f8a-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:07:54+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74652452-22cb-11ed-98f8-f211dae36e2e | InvocationID=7465260a-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:07:54+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74652452-22cb-11ed-98f8-f211dae36e2e | InvocationID=7465260a-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:07:54+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74652452-22cb-11ed-98f8-f211dae36e2e | InvocationID=7465260a-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:08:10+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71c8da4a-22cb-11ed-98f8-f211dae36e2e | InvocationID=71c8dc8e-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:08:10+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dbca052-22cb-11ed-98f8-f211dae36e2e | InvocationID=7dbca28c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:08:10+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dbca052-22cb-11ed-98f8-f211dae36e2e | InvocationID=7dbca28c-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:08:10+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dbca052-22cb-11ed-98f8-f211dae36e2e | InvocationID=7dbca28c-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:08:19+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74652452-22cb-11ed-98f8-f211dae36e2e | InvocationID=7465260a-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:08:19+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8352b38a-22cb-11ed-98f8-f211dae36e2e | InvocationID=8352b556-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:08:19+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8352b38a-22cb-11ed-98f8-f211dae36e2e | InvocationID=8352b556-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:08:19+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8352b38a-22cb-11ed-98f8-f211dae36e2e | InvocationID=8352b556-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:08:30+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dbca052-22cb-11ed-98f8-f211dae36e2e | InvocationID=7dbca28c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:08:30+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b0008e-22cb-11ed-98f8-f211dae36e2e | InvocationID=89b002fa-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:08:30+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b0008e-22cb-11ed-98f8-f211dae36e2e | InvocationID=89b002fa-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:08:30+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b0008e-22cb-11ed-98f8-f211dae36e2e | InvocationID=89b002fa-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:08:44+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8352b38a-22cb-11ed-98f8-f211dae36e2e | InvocationID=8352b556-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:08:44+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92480980-22cb-11ed-98f8-f211dae36e2e | InvocationID=92480c14-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:08:44+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92480980-22cb-11ed-98f8-f211dae36e2e | InvocationID=92480c14-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:08:44+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92480980-22cb-11ed-98f8-f211dae36e2e | InvocationID=92480c14-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:08:50+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b0008e-22cb-11ed-98f8-f211dae36e2e | InvocationID=89b002fa-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:08:50+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a3715a-22cb-11ed-98f8-f211dae36e2e | InvocationID=95a37dbc-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:08:50+0000 | aai_event_thread | 140229901126432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a3715a-22cb-11ed-98f8-f211dae36e2e | InvocationID=95a37dbc-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:08:50+0000 | aai_event_thread | 140229901126432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a3715a-22cb-11ed-98f8-f211dae36e2e | InvocationID=95a37dbc-22cb-11ed-98f8-f211dae36e2e | 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-08-23T10:09:09+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92480980-22cb-11ed-98f8-f211dae36e2e | InvocationID=92480c14-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:09:09+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1385706-22cb-11ed-98f8-f211dae36e2e | InvocationID=a138590e-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:09:09+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1385706-22cb-11ed-98f8-f211dae36e2e | InvocationID=a138590e-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:09:09+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1385706-22cb-11ed-98f8-f211dae36e2e | InvocationID=a138590e-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:09:10+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a3715a-22cb-11ed-98f8-f211dae36e2e | InvocationID=95a37dbc-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:09:10+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a197de88-22cb-11ed-98f8-f211dae36e2e | InvocationID=a197e07c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:09:34+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a197de88-22cb-11ed-98f8-f211dae36e2e | InvocationID=a197e07c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:09:34+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02734b2-22cb-11ed-98f8-f211dae36e2e | InvocationID=b0273674-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:09:34+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1385706-22cb-11ed-98f8-f211dae36e2e | InvocationID=a138590e-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:09:34+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02a3824-22cb-11ed-98f8-f211dae36e2e | InvocationID=b02a3a04-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:09:34+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02a3824-22cb-11ed-98f8-f211dae36e2e | InvocationID=b02a3a04-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:09:34+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02a3824-22cb-11ed-98f8-f211dae36e2e | InvocationID=b02a3a04-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:09:54+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02734b2-22cb-11ed-98f8-f211dae36e2e | InvocationID=b0273674-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:09:54+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc28e1ca-22cb-11ed-98f8-f211dae36e2e | InvocationID=bc28e42c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:09:59+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02a3824-22cb-11ed-98f8-f211dae36e2e | InvocationID=b02a3a04-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:09:59+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1b283e-22cb-11ed-98f8-f211dae36e2e | InvocationID=bf1b2ab4-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:09:59+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1b283e-22cb-11ed-98f8-f211dae36e2e | InvocationID=bf1b2ab4-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:09:59+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf1b283e-22cb-11ed-98f8-f211dae36e2e | InvocationID=bf1b2ab4-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:10:14+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc28e1ca-22cb-11ed-98f8-f211dae36e2e | InvocationID=bc28e42c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:10:14+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c820b732-22cb-11ed-98f8-f211dae36e2e | InvocationID=c820b9ee-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:10:24+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf1b283e-22cb-11ed-98f8-f211dae36e2e | InvocationID=bf1b2ab4-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:10:24+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce0951b8-22cb-11ed-98f8-f211dae36e2e | InvocationID=ce0953b6-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:10:24+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce0951b8-22cb-11ed-98f8-f211dae36e2e | InvocationID=ce0953b6-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:10:24+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce0951b8-22cb-11ed-98f8-f211dae36e2e | InvocationID=ce0953b6-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:10:35+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c820b732-22cb-11ed-98f8-f211dae36e2e | InvocationID=c820b9ee-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:10:35+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42d4874-22cb-11ed-98f8-f211dae36e2e | InvocationID=d42d4a36-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:10:49+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce0951b8-22cb-11ed-98f8-f211dae36e2e | InvocationID=ce0953b6-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:10:49+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcf7b80e-22cb-11ed-98f8-f211dae36e2e | InvocationID=dcf7b9d0-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:10:49+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcf7b80e-22cb-11ed-98f8-f211dae36e2e | InvocationID=dcf7b9d0-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:10:49+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcf7b80e-22cb-11ed-98f8-f211dae36e2e | InvocationID=dcf7b9d0-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:10:55+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d42d4874-22cb-11ed-98f8-f211dae36e2e | InvocationID=d42d4a36-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:10:55+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0795a96-22cb-11ed-98f8-f211dae36e2e | InvocationID=e0795d0c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:11:14+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcf7b80e-22cb-11ed-98f8-f211dae36e2e | InvocationID=dcf7b9d0-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:11:14+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe69fc4-22cb-11ed-98f8-f211dae36e2e | InvocationID=ebe6b108-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:11:15+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe69fc4-22cb-11ed-98f8-f211dae36e2e | InvocationID=ebe6b108-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:11:15+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebe69fc4-22cb-11ed-98f8-f211dae36e2e | InvocationID=ebe6b108-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:11:20+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0795a96-22cb-11ed-98f8-f211dae36e2e | InvocationID=e0795d0c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:11:20+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3ce548-22cb-11ed-98f8-f211dae36e2e | InvocationID=ef3ce73c-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:11:40+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebe69fc4-22cb-11ed-98f8-f211dae36e2e | InvocationID=ebe6b108-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:11:40+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fad5f4b2-22cb-11ed-98f8-f211dae36e2e | InvocationID=fad5f674-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:11:40+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fad5f4b2-22cb-11ed-98f8-f211dae36e2e | InvocationID=fad5f674-22cb-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:11:40+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fad5f4b2-22cb-11ed-98f8-f211dae36e2e | InvocationID=fad5f674-22cb-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:11:45+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3ce548-22cb-11ed-98f8-f211dae36e2e | InvocationID=ef3ce73c-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:11:45+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe02b6d4-22cb-11ed-98f8-f211dae36e2e | InvocationID=fe02b8c8-22cb-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:12:05+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fad5f4b2-22cb-11ed-98f8-f211dae36e2e | InvocationID=fad5f674-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:12:05+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c6368a-22cc-11ed-98f8-f211dae36e2e | InvocationID=09c6396e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:12:05+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c6368a-22cc-11ed-98f8-f211dae36e2e | InvocationID=09c6396e-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:12:05+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09c6368a-22cc-11ed-98f8-f211dae36e2e | InvocationID=09c6396e-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:12:10+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe02b6d4-22cb-11ed-98f8-f211dae36e2e | InvocationID=fe02b8c8-22cb-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:12:10+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cccef4a-22cc-11ed-98f8-f211dae36e2e | InvocationID=0cccf166-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:12:30+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09c6368a-22cc-11ed-98f8-f211dae36e2e | InvocationID=09c6396e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:12:30+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c0a4ea-22cc-11ed-98f8-f211dae36e2e | InvocationID=18c0a7a6-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:12:30+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c0a4ea-22cc-11ed-98f8-f211dae36e2e | InvocationID=18c0a7a6-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:12:30+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c0a4ea-22cc-11ed-98f8-f211dae36e2e | InvocationID=18c0a7a6-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:12:34+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cccef4a-22cc-11ed-98f8-f211dae36e2e | InvocationID=0cccf166-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:12:34+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b92f6a0-22cc-11ed-98f8-f211dae36e2e | InvocationID=1b92f89e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:12:55+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c0a4ea-22cc-11ed-98f8-f211dae36e2e | InvocationID=18c0a7a6-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:12:55+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b1dc30-22cc-11ed-98f8-f211dae36e2e | InvocationID=27b1ddf2-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:12:55+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b1dc30-22cc-11ed-98f8-f211dae36e2e | InvocationID=27b1ddf2-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:12:55+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b1dc30-22cc-11ed-98f8-f211dae36e2e | InvocationID=27b1ddf2-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:12:59+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b92f6a0-22cc-11ed-98f8-f211dae36e2e | InvocationID=1b92f89e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:12:59+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a579574-22cc-11ed-98f8-f211dae36e2e | InvocationID=2a579754-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:13:20+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b1dc30-22cc-11ed-98f8-f211dae36e2e | InvocationID=27b1ddf2-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:13:20+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a20576-22cc-11ed-98f8-f211dae36e2e | InvocationID=36a20788-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:13:20+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a20576-22cc-11ed-98f8-f211dae36e2e | InvocationID=36a20788-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:13:20+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a20576-22cc-11ed-98f8-f211dae36e2e | InvocationID=36a20788-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:13:24+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a579574-22cc-11ed-98f8-f211dae36e2e | InvocationID=2a579754-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:13:24+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391e71e0-22cc-11ed-98f8-f211dae36e2e | InvocationID=391e7492-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:13:45+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a20576-22cc-11ed-98f8-f211dae36e2e | InvocationID=36a20788-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:13:45+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459134f8-22cc-11ed-98f8-f211dae36e2e | InvocationID=459137b4-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:13:45+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459134f8-22cc-11ed-98f8-f211dae36e2e | InvocationID=459137b4-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:13:45+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459134f8-22cc-11ed-98f8-f211dae36e2e | InvocationID=459137b4-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:13:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=391e71e0-22cc-11ed-98f8-f211dae36e2e | InvocationID=391e7492-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:13:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e1102a-22cc-11ed-98f8-f211dae36e2e | InvocationID=47e114bc-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:14:10+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459134f8-22cc-11ed-98f8-f211dae36e2e | InvocationID=459137b4-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:14:10+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54803996-22cc-11ed-98f8-f211dae36e2e | InvocationID=548044e0-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:14:10+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54803996-22cc-11ed-98f8-f211dae36e2e | InvocationID=548044e0-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:14:10+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54803996-22cc-11ed-98f8-f211dae36e2e | InvocationID=548044e0-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:14:14+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47e1102a-22cc-11ed-98f8-f211dae36e2e | InvocationID=47e114bc-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:14:14+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56a603c2-22cc-11ed-98f8-f211dae36e2e | InvocationID=56a60840-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:14:35+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54803996-22cc-11ed-98f8-f211dae36e2e | InvocationID=548044e0-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:14:35+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636feadc-22cc-11ed-98f8-f211dae36e2e | InvocationID=636feff0-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:14:35+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636feadc-22cc-11ed-98f8-f211dae36e2e | InvocationID=636feff0-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:14:35+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636feadc-22cc-11ed-98f8-f211dae36e2e | InvocationID=636feff0-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:14:38+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56a603c2-22cc-11ed-98f8-f211dae36e2e | InvocationID=56a60840-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:14:38+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=656aed46-22cc-11ed-98f8-f211dae36e2e | InvocationID=656aeefe-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:15:00+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636feadc-22cc-11ed-98f8-f211dae36e2e | InvocationID=636feff0-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:15:00+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725f1ec8-22cc-11ed-98f8-f211dae36e2e | InvocationID=725f24a4-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:15:00+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725f1ec8-22cc-11ed-98f8-f211dae36e2e | InvocationID=725f24a4-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:15:00+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725f1ec8-22cc-11ed-98f8-f211dae36e2e | InvocationID=725f24a4-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:15:03+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=656aed46-22cc-11ed-98f8-f211dae36e2e | InvocationID=656aeefe-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:15:03+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74333824-22cc-11ed-98f8-f211dae36e2e | InvocationID=74333ee6-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:15:25+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725f1ec8-22cc-11ed-98f8-f211dae36e2e | InvocationID=725f24a4-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:15:25+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814d7998-22cc-11ed-98f8-f211dae36e2e | InvocationID=814d7d9e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:15:25+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814d7998-22cc-11ed-98f8-f211dae36e2e | InvocationID=814d7d9e-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:15:25+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=814d7998-22cc-11ed-98f8-f211dae36e2e | InvocationID=814d7d9e-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:15:28+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74333824-22cc-11ed-98f8-f211dae36e2e | InvocationID=74333ee6-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:15:28+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f6ce3e-22cc-11ed-98f8-f211dae36e2e | InvocationID=82f6d01e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:15:50+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=814d7998-22cc-11ed-98f8-f211dae36e2e | InvocationID=814d7d9e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:15:50+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=903b216c-22cc-11ed-98f8-f211dae36e2e | InvocationID=903b2360-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:15:50+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=903b216c-22cc-11ed-98f8-f211dae36e2e | InvocationID=903b2360-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:15:50+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=903b216c-22cc-11ed-98f8-f211dae36e2e | InvocationID=903b2360-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:15:53+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82f6ce3e-22cc-11ed-98f8-f211dae36e2e | InvocationID=82f6d01e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:15:53+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91bc7220-22cc-11ed-98f8-f211dae36e2e | InvocationID=91bc74be-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:16:15+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=903b216c-22cc-11ed-98f8-f211dae36e2e | InvocationID=903b2360-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:16:15+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f29a630-22cc-11ed-98f8-f211dae36e2e | InvocationID=9f29a7f2-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:16:15+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f29a630-22cc-11ed-98f8-f211dae36e2e | InvocationID=9f29a7f2-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:16:15+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f29a630-22cc-11ed-98f8-f211dae36e2e | InvocationID=9f29a7f2-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:16:18+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91bc7220-22cc-11ed-98f8-f211dae36e2e | InvocationID=91bc74be-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:16:18+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0856b86-22cc-11ed-98f8-f211dae36e2e | InvocationID=a0856e2e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:16:40+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f29a630-22cc-11ed-98f8-f211dae36e2e | InvocationID=9f29a7f2-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:16:40+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1a79c6-22cc-11ed-98f8-f211dae36e2e | InvocationID=ae1a7b7e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:16:40+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1a79c6-22cc-11ed-98f8-f211dae36e2e | InvocationID=ae1a7b7e-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:16:40+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1a79c6-22cc-11ed-98f8-f211dae36e2e | InvocationID=ae1a7b7e-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:16:42+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0856b86-22cc-11ed-98f8-f211dae36e2e | InvocationID=a0856e2e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:16:42+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4b653a-22cc-11ed-98f8-f211dae36e2e | InvocationID=af4b672e-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:17:05+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1a79c6-22cc-11ed-98f8-f211dae36e2e | InvocationID=ae1a7b7e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:17:05+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd095ccc-22cc-11ed-98f8-f211dae36e2e | InvocationID=bd095f06-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:17:05+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd095ccc-22cc-11ed-98f8-f211dae36e2e | InvocationID=bd095f06-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:17:05+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd095ccc-22cc-11ed-98f8-f211dae36e2e | InvocationID=bd095f06-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:17:07+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af4b653a-22cc-11ed-98f8-f211dae36e2e | InvocationID=af4b672e-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:17:07+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be108500-22cc-11ed-98f8-f211dae36e2e | InvocationID=be108744-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:17:30+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd095ccc-22cc-11ed-98f8-f211dae36e2e | InvocationID=bd095f06-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:17:30+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf8d00a-22cc-11ed-98f8-f211dae36e2e | InvocationID=cbf8d1c2-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:17:31+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf8d00a-22cc-11ed-98f8-f211dae36e2e | InvocationID=cbf8d1c2-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:17:31+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf8d00a-22cc-11ed-98f8-f211dae36e2e | InvocationID=cbf8d1c2-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:17:32+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be108500-22cc-11ed-98f8-f211dae36e2e | InvocationID=be108744-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:17:32+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd3f518-22cc-11ed-98f8-f211dae36e2e | InvocationID=ccd3f6e4-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:17:56+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf8d00a-22cc-11ed-98f8-f211dae36e2e | InvocationID=cbf8d1c2-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:17:56+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf226d8-22cc-11ed-98f8-f211dae36e2e | InvocationID=daf2289a-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:17:56+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf226d8-22cc-11ed-98f8-f211dae36e2e | InvocationID=daf2289a-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:17:56+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daf226d8-22cc-11ed-98f8-f211dae36e2e | InvocationID=daf2289a-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:17:57+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccd3f518-22cc-11ed-98f8-f211dae36e2e | InvocationID=ccd3f6e4-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:17:57+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db97cdf4-22cc-11ed-98f8-f211dae36e2e | InvocationID=db97cfc0-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:18:21+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daf226d8-22cc-11ed-98f8-f211dae36e2e | InvocationID=daf2289a-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:18:21+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e0c83e-22cc-11ed-98f8-f211dae36e2e | InvocationID=e9e0ca3c-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:18:21+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e0c83e-22cc-11ed-98f8-f211dae36e2e | InvocationID=e9e0ca3c-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:18:21+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9e0c83e-22cc-11ed-98f8-f211dae36e2e | InvocationID=e9e0ca3c-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:18:21+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db97cdf4-22cc-11ed-98f8-f211dae36e2e | InvocationID=db97cfc0-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:18:21+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea5f34da-22cc-11ed-98f8-f211dae36e2e | InvocationID=ea5f373c-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:18:46+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9e0c83e-22cc-11ed-98f8-f211dae36e2e | InvocationID=e9e0ca3c-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:18:46+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d87da0-22cc-11ed-98f8-f211dae36e2e | InvocationID=f8d87f80-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:18:46+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d87da0-22cc-11ed-98f8-f211dae36e2e | InvocationID=f8d87f80-22cc-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:18:46+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8d87da0-22cc-11ed-98f8-f211dae36e2e | InvocationID=f8d87f80-22cc-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:18:46+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea5f34da-22cc-11ed-98f8-f211dae36e2e | InvocationID=ea5f373c-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:18:46+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f925783a-22cc-11ed-98f8-f211dae36e2e | InvocationID=f9257a24-22cc-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:19:11+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8d87da0-22cc-11ed-98f8-f211dae36e2e | InvocationID=f8d87f80-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:19:11+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07c70606-22cd-11ed-98f8-f211dae36e2e | InvocationID=07c70872-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:19:11+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07c70606-22cd-11ed-98f8-f211dae36e2e | InvocationID=07c70872-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:19:11+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07c70606-22cd-11ed-98f8-f211dae36e2e | InvocationID=07c70872-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:19:11+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f925783a-22cc-11ed-98f8-f211dae36e2e | InvocationID=f9257a24-22cc-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:19:11+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07e949fa-22cd-11ed-98f8-f211dae36e2e | InvocationID=07e94bc6-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:19:36+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07e949fa-22cd-11ed-98f8-f211dae36e2e | InvocationID=07e94bc6-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:19:36+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ac953c-22cd-11ed-98f8-f211dae36e2e | InvocationID=16ac9744-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:19:36+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07c70606-22cd-11ed-98f8-f211dae36e2e | InvocationID=07c70872-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:19:36+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b4f2b8-22cd-11ed-98f8-f211dae36e2e | InvocationID=16b4f4a2-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:19:36+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b4f2b8-22cd-11ed-98f8-f211dae36e2e | InvocationID=16b4f4a2-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:19:36+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16b4f2b8-22cd-11ed-98f8-f211dae36e2e | InvocationID=16b4f4a2-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:20:01+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16ac953c-22cd-11ed-98f8-f211dae36e2e | InvocationID=16ac9744-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:20:01+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25728130-22cd-11ed-98f8-f211dae36e2e | InvocationID=2572831a-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:20:01+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16b4f2b8-22cd-11ed-98f8-f211dae36e2e | InvocationID=16b4f4a2-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:20:01+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a41b3c-22cd-11ed-98f8-f211dae36e2e | InvocationID=25a41d4e-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:20:01+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a41b3c-22cd-11ed-98f8-f211dae36e2e | InvocationID=25a41d4e-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:20:01+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a41b3c-22cd-11ed-98f8-f211dae36e2e | InvocationID=25a41d4e-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:20:25+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25728130-22cd-11ed-98f8-f211dae36e2e | InvocationID=2572831a-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:20:25+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=343596da-22cd-11ed-98f8-f211dae36e2e | InvocationID=343598c4-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:20:26+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a41b3c-22cd-11ed-98f8-f211dae36e2e | InvocationID=25a41d4e-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:20:26+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3492f7bc-22cd-11ed-98f8-f211dae36e2e | InvocationID=3492f9a6-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:20:26+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3492f7bc-22cd-11ed-98f8-f211dae36e2e | InvocationID=3492f9a6-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:20:26+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3492f7bc-22cd-11ed-98f8-f211dae36e2e | InvocationID=3492f9a6-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:20:50+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=343596da-22cd-11ed-98f8-f211dae36e2e | InvocationID=343598c4-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:20:50+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fadbda-22cd-11ed-98f8-f211dae36e2e | InvocationID=42faddd8-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:20:51+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3492f7bc-22cd-11ed-98f8-f211dae36e2e | InvocationID=3492f9a6-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:20:51+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43820420-22cd-11ed-98f8-f211dae36e2e | InvocationID=438205ce-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:20:51+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43820420-22cd-11ed-98f8-f211dae36e2e | InvocationID=438205ce-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:20:51+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43820420-22cd-11ed-98f8-f211dae36e2e | InvocationID=438205ce-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:21:15+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42fadbda-22cd-11ed-98f8-f211dae36e2e | InvocationID=42faddd8-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:21:15+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c05dfc-22cd-11ed-98f8-f211dae36e2e | InvocationID=51c05faa-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:21:16+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43820420-22cd-11ed-98f8-f211dae36e2e | InvocationID=438205ce-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:21:16+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5270e62c-22cd-11ed-98f8-f211dae36e2e | InvocationID=5270e7e4-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:21:16+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5270e62c-22cd-11ed-98f8-f211dae36e2e | InvocationID=5270e7e4-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:21:16+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5270e62c-22cd-11ed-98f8-f211dae36e2e | InvocationID=5270e7e4-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:21:40+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c05dfc-22cd-11ed-98f8-f211dae36e2e | InvocationID=51c05faa-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:21:40+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6083d81e-22cd-11ed-98f8-f211dae36e2e | InvocationID=6083d9ea-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:21:41+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5270e62c-22cd-11ed-98f8-f211dae36e2e | InvocationID=5270e7e4-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:21:41+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6160fbe0-22cd-11ed-98f8-f211dae36e2e | InvocationID=6160fd8e-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:21:41+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6160fbe0-22cd-11ed-98f8-f211dae36e2e | InvocationID=6160fd8e-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:21:41+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6160fbe0-22cd-11ed-98f8-f211dae36e2e | InvocationID=6160fd8e-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:22:04+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6083d81e-22cd-11ed-98f8-f211dae36e2e | InvocationID=6083d9ea-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:22:04+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f477996-22cd-11ed-98f8-f211dae36e2e | InvocationID=6f477c02-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:22:06+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6160fbe0-22cd-11ed-98f8-f211dae36e2e | InvocationID=6160fd8e-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:22:06+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704edae6-22cd-11ed-98f8-f211dae36e2e | InvocationID=704edc80-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:22:06+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704edae6-22cd-11ed-98f8-f211dae36e2e | InvocationID=704edc80-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:22:06+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=704edae6-22cd-11ed-98f8-f211dae36e2e | InvocationID=704edc80-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:22:29+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f477996-22cd-11ed-98f8-f211dae36e2e | InvocationID=6f477c02-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:22:29+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0ebc6e-22cd-11ed-98f8-f211dae36e2e | InvocationID=7e0ebe3a-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:22:31+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=704edae6-22cd-11ed-98f8-f211dae36e2e | InvocationID=704edc80-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:22:31+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f415290-22cd-11ed-98f8-f211dae36e2e | InvocationID=7f4156fa-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:22:31+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f415290-22cd-11ed-98f8-f211dae36e2e | InvocationID=7f4156fa-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:22:31+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f415290-22cd-11ed-98f8-f211dae36e2e | InvocationID=7f4156fa-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:22:54+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e0ebc6e-22cd-11ed-98f8-f211dae36e2e | InvocationID=7e0ebe3a-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:22:54+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd12a48-22cd-11ed-98f8-f211dae36e2e | InvocationID=8cd12c5a-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:22:56+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f415290-22cd-11ed-98f8-f211dae36e2e | InvocationID=7f4156fa-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:22:56+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e30a8b4-22cd-11ed-98f8-f211dae36e2e | InvocationID=8e30ab34-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:22:56+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e30a8b4-22cd-11ed-98f8-f211dae36e2e | InvocationID=8e30ab34-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:22:56+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e30a8b4-22cd-11ed-98f8-f211dae36e2e | InvocationID=8e30ab34-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:23:19+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cd12a48-22cd-11ed-98f8-f211dae36e2e | InvocationID=8cd12c5a-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:23:19+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b94fd48-22cd-11ed-98f8-f211dae36e2e | InvocationID=9b950068-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:23:21+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e30a8b4-22cd-11ed-98f8-f211dae36e2e | InvocationID=8e30ab34-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:23:21+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d21346a-22cd-11ed-98f8-f211dae36e2e | InvocationID=9d2136f4-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:23:21+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d21346a-22cd-11ed-98f8-f211dae36e2e | InvocationID=9d2136f4-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:23:21+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d21346a-22cd-11ed-98f8-f211dae36e2e | InvocationID=9d2136f4-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:23:43+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b94fd48-22cd-11ed-98f8-f211dae36e2e | InvocationID=9b950068-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:23:43+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa58e538-22cd-11ed-98f8-f211dae36e2e | InvocationID=aa58ea1a-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:23:46+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d21346a-22cd-11ed-98f8-f211dae36e2e | InvocationID=9d2136f4-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:23:46+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1096be-22cd-11ed-98f8-f211dae36e2e | InvocationID=ac109a74-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:23:46+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1096be-22cd-11ed-98f8-f211dae36e2e | InvocationID=ac109a74-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:23:46+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac1096be-22cd-11ed-98f8-f211dae36e2e | InvocationID=ac109a74-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:24:08+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa58e538-22cd-11ed-98f8-f211dae36e2e | InvocationID=aa58ea1a-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:24:08+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b92070a4-22cd-11ed-98f8-f211dae36e2e | InvocationID=b9207324-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:24:11+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac1096be-22cd-11ed-98f8-f211dae36e2e | InvocationID=ac109a74-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:24:11+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bafe155c-22cd-11ed-98f8-f211dae36e2e | InvocationID=bafe178c-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:24:11+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bafe155c-22cd-11ed-98f8-f211dae36e2e | InvocationID=bafe178c-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:24:11+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bafe155c-22cd-11ed-98f8-f211dae36e2e | InvocationID=bafe178c-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:24:33+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b92070a4-22cd-11ed-98f8-f211dae36e2e | InvocationID=b9207324-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:24:33+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7e366f0-22cd-11ed-98f8-f211dae36e2e | InvocationID=c7e369ca-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:24:36+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bafe155c-22cd-11ed-98f8-f211dae36e2e | InvocationID=bafe178c-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:24:36+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ec5b6e-22cd-11ed-98f8-f211dae36e2e | InvocationID=c9ec5f74-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:24:37+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ec5b6e-22cd-11ed-98f8-f211dae36e2e | InvocationID=c9ec5f74-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:24:37+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9ec5b6e-22cd-11ed-98f8-f211dae36e2e | InvocationID=c9ec5f74-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:24:58+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7e366f0-22cd-11ed-98f8-f211dae36e2e | InvocationID=c7e369ca-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:24:58+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ab8bcc-22cd-11ed-98f8-f211dae36e2e | InvocationID=d6ab8dca-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:25:02+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9ec5b6e-22cd-11ed-98f8-f211dae36e2e | InvocationID=c9ec5f74-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:25:02+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8da28e0-22cd-11ed-98f8-f211dae36e2e | InvocationID=d8da2a98-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:25:02+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8da28e0-22cd-11ed-98f8-f211dae36e2e | InvocationID=d8da2a98-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:25:02+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8da28e0-22cd-11ed-98f8-f211dae36e2e | InvocationID=d8da2a98-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:25:23+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6ab8bcc-22cd-11ed-98f8-f211dae36e2e | InvocationID=d6ab8dca-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:25:23+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5704242-22cd-11ed-98f8-f211dae36e2e | InvocationID=e5704576-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:25:27+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8da28e0-22cd-11ed-98f8-f211dae36e2e | InvocationID=d8da2a98-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:25:27+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7c865f6-22cd-11ed-98f8-f211dae36e2e | InvocationID=e7c867ea-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:25:27+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7c865f6-22cd-11ed-98f8-f211dae36e2e | InvocationID=e7c867ea-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:25:27+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7c865f6-22cd-11ed-98f8-f211dae36e2e | InvocationID=e7c867ea-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:25:47+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5704242-22cd-11ed-98f8-f211dae36e2e | InvocationID=e5704576-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:25:47+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f437cb9c-22cd-11ed-98f8-f211dae36e2e | InvocationID=f437cd5e-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:25:52+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7c865f6-22cd-11ed-98f8-f211dae36e2e | InvocationID=e7c867ea-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:25:52+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b79b54-22cd-11ed-98f8-f211dae36e2e | InvocationID=f6b79d48-22cd-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:25:52+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b79b54-22cd-11ed-98f8-f211dae36e2e | InvocationID=f6b79d48-22cd-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:25:52+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6b79b54-22cd-11ed-98f8-f211dae36e2e | InvocationID=f6b79d48-22cd-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:26:12+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f437cb9c-22cd-11ed-98f8-f211dae36e2e | InvocationID=f437cd5e-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:26:12+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0300d7f4-22ce-11ed-98f8-f211dae36e2e | InvocationID=0300da6a-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:26:17+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6b79b54-22cd-11ed-98f8-f211dae36e2e | InvocationID=f6b79d48-22cd-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:26:17+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a4f1ca-22ce-11ed-98f8-f211dae36e2e | InvocationID=05a4f3c8-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:26:17+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a4f1ca-22ce-11ed-98f8-f211dae36e2e | InvocationID=05a4f3c8-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:26:17+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05a4f1ca-22ce-11ed-98f8-f211dae36e2e | InvocationID=05a4f3c8-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:26:37+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0300d7f4-22ce-11ed-98f8-f211dae36e2e | InvocationID=0300da6a-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:26:37+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11c55fee-22ce-11ed-98f8-f211dae36e2e | InvocationID=11c561ba-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:26:42+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05a4f1ca-22ce-11ed-98f8-f211dae36e2e | InvocationID=05a4f3c8-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:26:42+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=149294b2-22ce-11ed-98f8-f211dae36e2e | InvocationID=149296a6-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:26:42+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=149294b2-22ce-11ed-98f8-f211dae36e2e | InvocationID=149296a6-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:26:42+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=149294b2-22ce-11ed-98f8-f211dae36e2e | InvocationID=149296a6-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:27:02+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11c55fee-22ce-11ed-98f8-f211dae36e2e | InvocationID=11c561ba-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:27:02+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2087fbfe-22ce-11ed-98f8-f211dae36e2e | InvocationID=2087fdc0-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:27:07+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=149294b2-22ce-11ed-98f8-f211dae36e2e | InvocationID=149296a6-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:27:07+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238148d8-22ce-11ed-98f8-f211dae36e2e | InvocationID=23814c5c-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:27:07+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238148d8-22ce-11ed-98f8-f211dae36e2e | InvocationID=23814c5c-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:27:07+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=238148d8-22ce-11ed-98f8-f211dae36e2e | InvocationID=23814c5c-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:27:27+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2087fbfe-22ce-11ed-98f8-f211dae36e2e | InvocationID=2087fdc0-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:27:27+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f507544-22ce-11ed-98f8-f211dae36e2e | InvocationID=2f5077b0-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:27:32+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=238148d8-22ce-11ed-98f8-f211dae36e2e | InvocationID=23814c5c-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:27:32+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32716e2c-22ce-11ed-98f8-f211dae36e2e | InvocationID=32716fda-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:27:32+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32716e2c-22ce-11ed-98f8-f211dae36e2e | InvocationID=32716fda-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:27:32+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32716e2c-22ce-11ed-98f8-f211dae36e2e | InvocationID=32716fda-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:27:51+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f507544-22ce-11ed-98f8-f211dae36e2e | InvocationID=2f5077b0-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:27:51+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e1627fe-22ce-11ed-98f8-f211dae36e2e | InvocationID=3e162ad8-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:27:57+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32716e2c-22ce-11ed-98f8-f211dae36e2e | InvocationID=32716fda-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:27:57+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=415f8180-22ce-11ed-98f8-f211dae36e2e | InvocationID=415f8446-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:27:57+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=415f8180-22ce-11ed-98f8-f211dae36e2e | InvocationID=415f8446-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:27:57+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=415f8180-22ce-11ed-98f8-f211dae36e2e | InvocationID=415f8446-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:28:16+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e1627fe-22ce-11ed-98f8-f211dae36e2e | InvocationID=3e162ad8-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:28:16+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cda3a00-22ce-11ed-98f8-f211dae36e2e | InvocationID=4cda3bea-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:28:22+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=415f8180-22ce-11ed-98f8-f211dae36e2e | InvocationID=415f8446-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:28:22+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504f7c04-22ce-11ed-98f8-f211dae36e2e | InvocationID=504f856e-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:28:22+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504f7c04-22ce-11ed-98f8-f211dae36e2e | InvocationID=504f856e-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:28:22+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=504f7c04-22ce-11ed-98f8-f211dae36e2e | InvocationID=504f856e-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:28:41+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cda3a00-22ce-11ed-98f8-f211dae36e2e | InvocationID=4cda3bea-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:28:41+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ba04598-22ce-11ed-98f8-f211dae36e2e | InvocationID=5ba04746-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:28:47+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=504f7c04-22ce-11ed-98f8-f211dae36e2e | InvocationID=504f856e-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:28:47+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3e3d18-22ce-11ed-98f8-f211dae36e2e | InvocationID=5f3e40ce-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:28:47+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3e3d18-22ce-11ed-98f8-f211dae36e2e | InvocationID=5f3e40ce-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:28:47+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3e3d18-22ce-11ed-98f8-f211dae36e2e | InvocationID=5f3e40ce-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:29:06+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ba04598-22ce-11ed-98f8-f211dae36e2e | InvocationID=5ba04746-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:29:06+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6452f4-22ce-11ed-98f8-f211dae36e2e | InvocationID=6a645510-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:29:12+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3e3d18-22ce-11ed-98f8-f211dae36e2e | InvocationID=5f3e40ce-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:29:12+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2c6fd4-22ce-11ed-98f8-f211dae36e2e | InvocationID=6e2c727c-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:29:12+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2c6fd4-22ce-11ed-98f8-f211dae36e2e | InvocationID=6e2c727c-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:29:12+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e2c6fd4-22ce-11ed-98f8-f211dae36e2e | InvocationID=6e2c727c-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:29:30+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a6452f4-22ce-11ed-98f8-f211dae36e2e | InvocationID=6a645510-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:29:30+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7928790a-22ce-11ed-98f8-f211dae36e2e | InvocationID=79287b26-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:29:37+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e2c6fd4-22ce-11ed-98f8-f211dae36e2e | InvocationID=6e2c727c-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:29:37+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1a2608-22ce-11ed-98f8-f211dae36e2e | InvocationID=7d1a2838-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:29:37+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1a2608-22ce-11ed-98f8-f211dae36e2e | InvocationID=7d1a2838-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:29:37+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1a2608-22ce-11ed-98f8-f211dae36e2e | InvocationID=7d1a2838-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:29:55+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7928790a-22ce-11ed-98f8-f211dae36e2e | InvocationID=79287b26-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:29:55+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87eb4a9e-22ce-11ed-98f8-f211dae36e2e | InvocationID=87eb4c56-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:30:02+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1a2608-22ce-11ed-98f8-f211dae36e2e | InvocationID=7d1a2838-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:30:02+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c07e3da-22ce-11ed-98f8-f211dae36e2e | InvocationID=8c07e5ce-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:30:02+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c07e3da-22ce-11ed-98f8-f211dae36e2e | InvocationID=8c07e5ce-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:30:02+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c07e3da-22ce-11ed-98f8-f211dae36e2e | InvocationID=8c07e5ce-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:30:20+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87eb4a9e-22ce-11ed-98f8-f211dae36e2e | InvocationID=87eb4c56-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:30:20+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96aeeacc-22ce-11ed-98f8-f211dae36e2e | InvocationID=96aeed2e-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:30:27+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c07e3da-22ce-11ed-98f8-f211dae36e2e | InvocationID=8c07e5ce-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:30:27+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af55792-22ce-11ed-98f8-f211dae36e2e | InvocationID=9af55990-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:30:27+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af55792-22ce-11ed-98f8-f211dae36e2e | InvocationID=9af55990-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:30:27+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af55792-22ce-11ed-98f8-f211dae36e2e | InvocationID=9af55990-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:30:45+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96aeeacc-22ce-11ed-98f8-f211dae36e2e | InvocationID=96aeed2e-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:30:45+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a572a774-22ce-11ed-98f8-f211dae36e2e | InvocationID=a572a99a-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:30:52+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af55792-22ce-11ed-98f8-f211dae36e2e | InvocationID=9af55990-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:30:52+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e415fe-22ce-11ed-98f8-f211dae36e2e | InvocationID=a9e417b6-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:30:52+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e415fe-22ce-11ed-98f8-f211dae36e2e | InvocationID=a9e417b6-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:30:52+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e415fe-22ce-11ed-98f8-f211dae36e2e | InvocationID=a9e417b6-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:31:10+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a572a774-22ce-11ed-98f8-f211dae36e2e | InvocationID=a572a99a-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:31:10+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4378de2-22ce-11ed-98f8-f211dae36e2e | InvocationID=b437926a-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:31:17+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e415fe-22ce-11ed-98f8-f211dae36e2e | InvocationID=a9e417b6-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:31:17+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d286ea-22ce-11ed-98f8-f211dae36e2e | InvocationID=b8d288b6-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:31:17+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d286ea-22ce-11ed-98f8-f211dae36e2e | InvocationID=b8d288b6-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:31:17+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d286ea-22ce-11ed-98f8-f211dae36e2e | InvocationID=b8d288b6-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:31:34+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4378de2-22ce-11ed-98f8-f211dae36e2e | InvocationID=b437926a-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:31:34+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2fc1c08-22ce-11ed-98f8-f211dae36e2e | InvocationID=c2fc1dca-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:31:42+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d286ea-22ce-11ed-98f8-f211dae36e2e | InvocationID=b8d288b6-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:31:42+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c1e6c8-22ce-11ed-98f8-f211dae36e2e | InvocationID=c7c1e89e-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:31:42+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c1e6c8-22ce-11ed-98f8-f211dae36e2e | InvocationID=c7c1e89e-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:31:42+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c1e6c8-22ce-11ed-98f8-f211dae36e2e | InvocationID=c7c1e89e-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:31:59+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2fc1c08-22ce-11ed-98f8-f211dae36e2e | InvocationID=c2fc1dca-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:31:59+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1bf6736-22ce-11ed-98f8-f211dae36e2e | InvocationID=d1bf692a-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:32:07+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c1e6c8-22ce-11ed-98f8-f211dae36e2e | InvocationID=c7c1e89e-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:32:07+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b0a78c-22ce-11ed-98f8-f211dae36e2e | InvocationID=d6b0a976-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:32:07+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b0a78c-22ce-11ed-98f8-f211dae36e2e | InvocationID=d6b0a976-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:32:07+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6b0a78c-22ce-11ed-98f8-f211dae36e2e | InvocationID=d6b0a976-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:32:24+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1bf6736-22ce-11ed-98f8-f211dae36e2e | InvocationID=d1bf692a-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:32:24+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08626d8-22ce-11ed-98f8-f211dae36e2e | InvocationID=e0862a52-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:32:32+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6b0a78c-22ce-11ed-98f8-f211dae36e2e | InvocationID=d6b0a976-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:32:32+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5a50c24-22ce-11ed-98f8-f211dae36e2e | InvocationID=e5a50f80-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:32:33+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5a50c24-22ce-11ed-98f8-f211dae36e2e | InvocationID=e5a50f80-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:32:33+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5a50c24-22ce-11ed-98f8-f211dae36e2e | InvocationID=e5a50f80-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:32:49+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e08626d8-22ce-11ed-98f8-f211dae36e2e | InvocationID=e0862a52-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:32:49+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef4b694e-22ce-11ed-98f8-f211dae36e2e | InvocationID=ef4b6bf6-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:32:58+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5a50c24-22ce-11ed-98f8-f211dae36e2e | InvocationID=e5a50f80-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:32:58+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49659c2-22ce-11ed-98f8-f211dae36e2e | InvocationID=f4965b84-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:32:58+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49659c2-22ce-11ed-98f8-f211dae36e2e | InvocationID=f4965b84-22ce-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:32:58+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f49659c2-22ce-11ed-98f8-f211dae36e2e | InvocationID=f4965b84-22ce-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:33:13+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef4b694e-22ce-11ed-98f8-f211dae36e2e | InvocationID=ef4b6bf6-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:33:13+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0e7552-22ce-11ed-98f8-f211dae36e2e | InvocationID=fe0e7700-22ce-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:33:23+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f49659c2-22ce-11ed-98f8-f211dae36e2e | InvocationID=f4965b84-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:33:23+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03848a44-22cf-11ed-98f8-f211dae36e2e | InvocationID=03848c06-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:33:23+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03848a44-22cf-11ed-98f8-f211dae36e2e | InvocationID=03848c06-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:33:23+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03848a44-22cf-11ed-98f8-f211dae36e2e | InvocationID=03848c06-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:33:38+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe0e7552-22ce-11ed-98f8-f211dae36e2e | InvocationID=fe0e7700-22ce-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:33:38+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd1814c-22cf-11ed-98f8-f211dae36e2e | InvocationID=0cd18642-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:33:48+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03848a44-22cf-11ed-98f8-f211dae36e2e | InvocationID=03848c06-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:33:48+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127229c6-22cf-11ed-98f8-f211dae36e2e | InvocationID=12722de0-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:33:48+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127229c6-22cf-11ed-98f8-f211dae36e2e | InvocationID=12722de0-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:33:48+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=127229c6-22cf-11ed-98f8-f211dae36e2e | InvocationID=12722de0-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:34:03+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cd1814c-22cf-11ed-98f8-f211dae36e2e | InvocationID=0cd18642-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:34:03+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b960fe0-22cf-11ed-98f8-f211dae36e2e | InvocationID=1b96131e-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:34:13+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=127229c6-22cf-11ed-98f8-f211dae36e2e | InvocationID=12722de0-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:34:13+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2160a192-22cf-11ed-98f8-f211dae36e2e | InvocationID=2160a43a-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:34:13+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2160a192-22cf-11ed-98f8-f211dae36e2e | InvocationID=2160a43a-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:34:13+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2160a192-22cf-11ed-98f8-f211dae36e2e | InvocationID=2160a43a-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:34:28+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b960fe0-22cf-11ed-98f8-f211dae36e2e | InvocationID=1b96131e-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:34:28+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5af8ec-22cf-11ed-98f8-f211dae36e2e | InvocationID=2a5afb58-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:34:38+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2160a192-22cf-11ed-98f8-f211dae36e2e | InvocationID=2160a43a-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:34:38+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304f73a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=304f7598-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:34:38+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304f73a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=304f7598-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:34:38+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304f73a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=304f7598-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:34:53+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a5af8ec-22cf-11ed-98f8-f211dae36e2e | InvocationID=2a5afb58-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:34:53+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392109de-22cf-11ed-98f8-f211dae36e2e | InvocationID=39210c40-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:35:03+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304f73a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=304f7598-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:35:03+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f3d88a6-22cf-11ed-98f8-f211dae36e2e | InvocationID=3f3d8ac2-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:35:03+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f3d88a6-22cf-11ed-98f8-f211dae36e2e | InvocationID=3f3d8ac2-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:35:03+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f3d88a6-22cf-11ed-98f8-f211dae36e2e | InvocationID=3f3d8ac2-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:35:17+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392109de-22cf-11ed-98f8-f211dae36e2e | InvocationID=39210c40-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:35:17+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e4c096-22cf-11ed-98f8-f211dae36e2e | InvocationID=47e4c294-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:35:28+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f3d88a6-22cf-11ed-98f8-f211dae36e2e | InvocationID=3f3d8ac2-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:35:28+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e2e7b5e-22cf-11ed-98f8-f211dae36e2e | InvocationID=4e2e7e24-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:35:28+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e2e7b5e-22cf-11ed-98f8-f211dae36e2e | InvocationID=4e2e7e24-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:35:28+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e2e7b5e-22cf-11ed-98f8-f211dae36e2e | InvocationID=4e2e7e24-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:35:42+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47e4c096-22cf-11ed-98f8-f211dae36e2e | InvocationID=47e4c294-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:35:42+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56aa02e4-22cf-11ed-98f8-f211dae36e2e | InvocationID=56aa0532-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:35:53+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e2e7b5e-22cf-11ed-98f8-f211dae36e2e | InvocationID=4e2e7e24-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:35:53+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1eacf6-22cf-11ed-98f8-f211dae36e2e | InvocationID=5d1eafee-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:35:53+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1eacf6-22cf-11ed-98f8-f211dae36e2e | InvocationID=5d1eafee-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:35:53+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1eacf6-22cf-11ed-98f8-f211dae36e2e | InvocationID=5d1eafee-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:36:07+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56aa02e4-22cf-11ed-98f8-f211dae36e2e | InvocationID=56aa0532-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:36:07+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=656d56aa-22cf-11ed-98f8-f211dae36e2e | InvocationID=656d58e4-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:36:18+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1eacf6-22cf-11ed-98f8-f211dae36e2e | InvocationID=5d1eafee-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:36:18+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c0e0bee-22cf-11ed-98f8-f211dae36e2e | InvocationID=6c0e1594-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:36:18+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c0e0bee-22cf-11ed-98f8-f211dae36e2e | InvocationID=6c0e1594-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:36:18+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c0e0bee-22cf-11ed-98f8-f211dae36e2e | InvocationID=6c0e1594-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:36:32+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=656d56aa-22cf-11ed-98f8-f211dae36e2e | InvocationID=656d58e4-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:36:32+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743122b6-22cf-11ed-98f8-f211dae36e2e | InvocationID=74312478-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:36:43+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c0e0bee-22cf-11ed-98f8-f211dae36e2e | InvocationID=6c0e1594-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:36:43+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7afb44a0-22cf-11ed-98f8-f211dae36e2e | InvocationID=7afb4810-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:36:43+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7afb44a0-22cf-11ed-98f8-f211dae36e2e | InvocationID=7afb4810-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:36:43+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7afb44a0-22cf-11ed-98f8-f211dae36e2e | InvocationID=7afb4810-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:36:56+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=743122b6-22cf-11ed-98f8-f211dae36e2e | InvocationID=74312478-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:36:56+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f3a9cc-22cf-11ed-98f8-f211dae36e2e | InvocationID=82f3ab7a-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:37:08+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7afb44a0-22cf-11ed-98f8-f211dae36e2e | InvocationID=7afb4810-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:37:08+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ea15a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=89ea17ac-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:37:08+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ea15a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=89ea17ac-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:37:08+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ea15a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=89ea17ac-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:37:21+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82f3a9cc-22cf-11ed-98f8-f211dae36e2e | InvocationID=82f3ab7a-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:37:21+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91b769b2-22cf-11ed-98f8-f211dae36e2e | InvocationID=91b76c3c-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:37:33+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ea15a4-22cf-11ed-98f8-f211dae36e2e | InvocationID=89ea17ac-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:37:33+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98d7361e-22cf-11ed-98f8-f211dae36e2e | InvocationID=98d737d6-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:37:33+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98d7361e-22cf-11ed-98f8-f211dae36e2e | InvocationID=98d737d6-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:37:33+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98d7361e-22cf-11ed-98f8-f211dae36e2e | InvocationID=98d737d6-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:37:46+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91b769b2-22cf-11ed-98f8-f211dae36e2e | InvocationID=91b76c3c-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:37:46+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07b60a2-22cf-11ed-98f8-f211dae36e2e | InvocationID=a07b634a-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:37:58+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98d7361e-22cf-11ed-98f8-f211dae36e2e | InvocationID=98d737d6-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:37:58+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7c57e9c-22cf-11ed-98f8-f211dae36e2e | InvocationID=a7c58086-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:37:58+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7c57e9c-22cf-11ed-98f8-f211dae36e2e | InvocationID=a7c58086-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:37:58+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7c57e9c-22cf-11ed-98f8-f211dae36e2e | InvocationID=a7c58086-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:38:11+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a07b60a2-22cf-11ed-98f8-f211dae36e2e | InvocationID=a07b634a-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:38:11+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af40c58c-22cf-11ed-98f8-f211dae36e2e | InvocationID=af40c74e-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:38:23+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7c57e9c-22cf-11ed-98f8-f211dae36e2e | InvocationID=a7c58086-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:38:23+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6b3240e-22cf-11ed-98f8-f211dae36e2e | InvocationID=b6b32602-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:38:23+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6b3240e-22cf-11ed-98f8-f211dae36e2e | InvocationID=b6b32602-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:38:23+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6b3240e-22cf-11ed-98f8-f211dae36e2e | InvocationID=b6b32602-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:38:35+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af40c58c-22cf-11ed-98f8-f211dae36e2e | InvocationID=af40c74e-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:38:35+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be03ddb6-22cf-11ed-98f8-f211dae36e2e | InvocationID=be03e00e-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:38:48+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6b3240e-22cf-11ed-98f8-f211dae36e2e | InvocationID=b6b32602-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:38:48+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5a0c020-22cf-11ed-98f8-f211dae36e2e | InvocationID=c5a0c322-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:38:48+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5a0c020-22cf-11ed-98f8-f211dae36e2e | InvocationID=c5a0c322-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:38:48+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5a0c020-22cf-11ed-98f8-f211dae36e2e | InvocationID=c5a0c322-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:39:00+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be03ddb6-22cf-11ed-98f8-f211dae36e2e | InvocationID=be03e00e-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:39:00+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccc6bfb2-22cf-11ed-98f8-f211dae36e2e | InvocationID=ccc6c188-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:39:13+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5a0c020-22cf-11ed-98f8-f211dae36e2e | InvocationID=c5a0c322-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:39:13+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48ed298-22cf-11ed-98f8-f211dae36e2e | InvocationID=d48ed48c-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:39:13+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48ed298-22cf-11ed-98f8-f211dae36e2e | InvocationID=d48ed48c-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:39:13+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d48ed298-22cf-11ed-98f8-f211dae36e2e | InvocationID=d48ed48c-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:39:25+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccc6bfb2-22cf-11ed-98f8-f211dae36e2e | InvocationID=ccc6c188-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:39:25+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8b1de0-22cf-11ed-98f8-f211dae36e2e | InvocationID=db8b2204-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:39:38+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d48ed298-22cf-11ed-98f8-f211dae36e2e | InvocationID=d48ed48c-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:39:38+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e37d5a72-22cf-11ed-98f8-f211dae36e2e | InvocationID=e37d5ec8-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:39:38+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e37d5a72-22cf-11ed-98f8-f211dae36e2e | InvocationID=e37d5ec8-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:39:38+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e37d5a72-22cf-11ed-98f8-f211dae36e2e | InvocationID=e37d5ec8-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:39:50+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db8b1de0-22cf-11ed-98f8-f211dae36e2e | InvocationID=db8b2204-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:39:50+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea4ea270-22cf-11ed-98f8-f211dae36e2e | InvocationID=ea4ea478-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:40:03+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e37d5a72-22cf-11ed-98f8-f211dae36e2e | InvocationID=e37d5ec8-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:40:03+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f26ca876-22cf-11ed-98f8-f211dae36e2e | InvocationID=f26caaec-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:40:03+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f26ca876-22cf-11ed-98f8-f211dae36e2e | InvocationID=f26caaec-22cf-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:40:03+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f26ca876-22cf-11ed-98f8-f211dae36e2e | InvocationID=f26caaec-22cf-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:40:15+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea4ea270-22cf-11ed-98f8-f211dae36e2e | InvocationID=ea4ea478-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:40:15+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f914bf88-22cf-11ed-98f8-f211dae36e2e | InvocationID=f914c172-22cf-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:40:28+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f26ca876-22cf-11ed-98f8-f211dae36e2e | InvocationID=f26caaec-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:40:28+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015d6802-22d0-11ed-98f8-f211dae36e2e | InvocationID=015d6a28-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:40:29+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015d6802-22d0-11ed-98f8-f211dae36e2e | InvocationID=015d6a28-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:40:29+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=015d6802-22d0-11ed-98f8-f211dae36e2e | InvocationID=015d6a28-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:40:39+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f914bf88-22cf-11ed-98f8-f211dae36e2e | InvocationID=f914c172-22cf-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:40:39+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07db090a-22d0-11ed-98f8-f211dae36e2e | InvocationID=07db0b30-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:40:54+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=015d6802-22d0-11ed-98f8-f211dae36e2e | InvocationID=015d6a28-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:40:54+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104c6cbe-22d0-11ed-98f8-f211dae36e2e | InvocationID=104c7a56-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:40:54+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104c6cbe-22d0-11ed-98f8-f211dae36e2e | InvocationID=104c7a56-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:40:54+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=104c6cbe-22d0-11ed-98f8-f211dae36e2e | InvocationID=104c7a56-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:41:04+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07db090a-22d0-11ed-98f8-f211dae36e2e | InvocationID=07db0b30-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:41:04+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a07eca-22d0-11ed-98f8-f211dae36e2e | InvocationID=16a0830c-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:41:19+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=104c6cbe-22d0-11ed-98f8-f211dae36e2e | InvocationID=104c7a56-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:41:19+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f3e246a-22d0-11ed-98f8-f211dae36e2e | InvocationID=1f3e2726-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:41:19+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f3e246a-22d0-11ed-98f8-f211dae36e2e | InvocationID=1f3e2726-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:41:19+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f3e246a-22d0-11ed-98f8-f211dae36e2e | InvocationID=1f3e2726-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:41:29+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16a07eca-22d0-11ed-98f8-f211dae36e2e | InvocationID=16a0830c-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:41:29+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2563b6e8-22d0-11ed-98f8-f211dae36e2e | InvocationID=2563b8aa-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:41:44+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f3e246a-22d0-11ed-98f8-f211dae36e2e | InvocationID=1f3e2726-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:41:44+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e2b6276-22d0-11ed-98f8-f211dae36e2e | InvocationID=2e2b642e-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:41:44+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e2b6276-22d0-11ed-98f8-f211dae36e2e | InvocationID=2e2b642e-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:41:44+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e2b6276-22d0-11ed-98f8-f211dae36e2e | InvocationID=2e2b642e-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:41:54+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2563b6e8-22d0-11ed-98f8-f211dae36e2e | InvocationID=2563b8aa-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:41:54+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3426c3be-22d0-11ed-98f8-f211dae36e2e | InvocationID=3426c616-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:42:09+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e2b6276-22d0-11ed-98f8-f211dae36e2e | InvocationID=2e2b642e-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:42:09+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1943de-22d0-11ed-98f8-f211dae36e2e | InvocationID=3d1945dc-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:42:09+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1943de-22d0-11ed-98f8-f211dae36e2e | InvocationID=3d1945dc-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:42:09+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1943de-22d0-11ed-98f8-f211dae36e2e | InvocationID=3d1945dc-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:42:18+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3426c3be-22d0-11ed-98f8-f211dae36e2e | InvocationID=3426c616-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:42:18+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e94e6c-22d0-11ed-98f8-f211dae36e2e | InvocationID=42e958c6-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:42:34+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1943de-22d0-11ed-98f8-f211dae36e2e | InvocationID=3d1945dc-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:42:34+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0c125e-22d0-11ed-98f8-f211dae36e2e | InvocationID=4c0c1448-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:42:34+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0c125e-22d0-11ed-98f8-f211dae36e2e | InvocationID=4c0c1448-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:42:34+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c0c125e-22d0-11ed-98f8-f211dae36e2e | InvocationID=4c0c1448-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:42:43+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42e94e6c-22d0-11ed-98f8-f211dae36e2e | InvocationID=42e958c6-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:42:43+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b22bee-22d0-11ed-98f8-f211dae36e2e | InvocationID=51b22ed2-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:42:59+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c0c125e-22d0-11ed-98f8-f211dae36e2e | InvocationID=4c0c1448-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:42:59+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af9d18e-22d0-11ed-98f8-f211dae36e2e | InvocationID=5af9d3e6-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:42:59+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af9d18e-22d0-11ed-98f8-f211dae36e2e | InvocationID=5af9d3e6-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:42:59+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af9d18e-22d0-11ed-98f8-f211dae36e2e | InvocationID=5af9d3e6-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:43:08+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b22bee-22d0-11ed-98f8-f211dae36e2e | InvocationID=51b22ed2-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:43:08+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6076fb8c-22d0-11ed-98f8-f211dae36e2e | InvocationID=60770726-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:43:24+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af9d18e-22d0-11ed-98f8-f211dae36e2e | InvocationID=5af9d3e6-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:43:24+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e7d75e-22d0-11ed-98f8-f211dae36e2e | InvocationID=69e7d9de-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:43:24+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e7d75e-22d0-11ed-98f8-f211dae36e2e | InvocationID=69e7d9de-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:43:24+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e7d75e-22d0-11ed-98f8-f211dae36e2e | InvocationID=69e7d9de-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:43:33+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6076fb8c-22d0-11ed-98f8-f211dae36e2e | InvocationID=60770726-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:43:33+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3ed374-22d0-11ed-98f8-f211dae36e2e | InvocationID=6f3edf7c-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:43:49+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e7d75e-22d0-11ed-98f8-f211dae36e2e | InvocationID=69e7d9de-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:43:49+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d6e642-22d0-11ed-98f8-f211dae36e2e | InvocationID=78d6e9e4-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:43:49+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d6e642-22d0-11ed-98f8-f211dae36e2e | InvocationID=78d6e9e4-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:43:49+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78d6e642-22d0-11ed-98f8-f211dae36e2e | InvocationID=78d6e9e4-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:43:58+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f3ed374-22d0-11ed-98f8-f211dae36e2e | InvocationID=6f3edf7c-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:43:58+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e029c10-22d0-11ed-98f8-f211dae36e2e | InvocationID=7e029f9e-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:44:14+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78d6e642-22d0-11ed-98f8-f211dae36e2e | InvocationID=78d6e9e4-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:44:14+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c4c1ce-22d0-11ed-98f8-f211dae36e2e | InvocationID=87c4c502-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:44:14+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c4c1ce-22d0-11ed-98f8-f211dae36e2e | InvocationID=87c4c502-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:44:14+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87c4c1ce-22d0-11ed-98f8-f211dae36e2e | InvocationID=87c4c502-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:44:22+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e029c10-22d0-11ed-98f8-f211dae36e2e | InvocationID=7e029f9e-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:44:22+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cc8968c-22d0-11ed-98f8-f211dae36e2e | InvocationID=8cc89920-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:44:39+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87c4c1ce-22d0-11ed-98f8-f211dae36e2e | InvocationID=87c4c502-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:44:39+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b492a4-22d0-11ed-98f8-f211dae36e2e | InvocationID=96b4972c-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:44:39+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b492a4-22d0-11ed-98f8-f211dae36e2e | InvocationID=96b4972c-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:44:39+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96b492a4-22d0-11ed-98f8-f211dae36e2e | InvocationID=96b4972c-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:44:47+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cc8968c-22d0-11ed-98f8-f211dae36e2e | InvocationID=8cc89920-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:44:47+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b91c2ce-22d0-11ed-98f8-f211dae36e2e | InvocationID=9b91c486-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:45:04+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96b492a4-22d0-11ed-98f8-f211dae36e2e | InvocationID=96b4972c-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:45:04+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5a49bec-22d0-11ed-98f8-f211dae36e2e | InvocationID=a5a49e3a-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:45:04+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5a49bec-22d0-11ed-98f8-f211dae36e2e | InvocationID=a5a49e3a-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:45:04+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5a49bec-22d0-11ed-98f8-f211dae36e2e | InvocationID=a5a49e3a-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:45:12+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b91c2ce-22d0-11ed-98f8-f211dae36e2e | InvocationID=9b91c486-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:45:12+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa5585b6-22d0-11ed-98f8-f211dae36e2e | InvocationID=aa558840-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-23T10:45:29+0000 | policy_event_thread | 140229902187296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5a49bec-22d0-11ed-98f8-f211dae36e2e | InvocationID=a5a49e3a-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-23T10:45:29+0000 | policy_event_thread | 140229902187296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4961720-22d0-11ed-98f8-f211dae36e2e | InvocationID=b49618f6-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-23T10:45:29+0000 | policy_event_thread | 140229902187296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4961720-22d0-11ed-98f8-f211dae36e2e | InvocationID=b49618f6-22d0-11ed-98f8-f211dae36e2e | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:45:29+0000 | policy_event_thread | 140229902187296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4961720-22d0-11ed-98f8-f211dae36e2e | InvocationID=b49618f6-22d0-11ed-98f8-f211dae36e2e | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-23T10:45:37+0000 | aai_event_thread | 140229901126432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa5585b6-22d0-11ed-98f8-f211dae36e2e | InvocationID=aa558840-22d0-11ed-98f8-f211dae36e2e | Polling MR for XNF AAI events.[0m 2022-08-23T10:45:37+0000 | aai_event_thread | 140229901126432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b919ecfe-22d0-11ed-98f8-f211dae36e2e | InvocationID=b919eef2-22d0-11ed-98f8-f211dae36e2e | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m