By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-10-28T05:01:32+0000 | MainThread | 140324333919560 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-10-28T05:01:32+0000 | MainThread | 140324333919560 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-10-28T05:01:32+0000 | MainThread | 140324333919560 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-10-28T05:01:32+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:01:32+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-10-28T05:01:32+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973de0d2-567d-11ed-a84e-c6561d458770 | InvocationID=973de244-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:01:32+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973cfe60-567d-11ed-a84e-c6561d458770 | InvocationID=973d0158-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:01:32+0000 | MainThread | 140324333919560 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-10-28T05:01:33+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973cfe60-567d-11ed-a84e-c6561d458770 | InvocationID=973d0158-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:33+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973de0d2-567d-11ed-a84e-c6561d458770 | InvocationID=973de244-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:33+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=973cfe60-567d-11ed-a84e-c6561d458770 | InvocationID=973d0158-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:33+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=973de0d2-567d-11ed-a84e-c6561d458770 | InvocationID=973de244-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:53+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=973de0d2-567d-11ed-a84e-c6561d458770 | InvocationID=973de244-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:01:53+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d1aafe-567d-11ed-a84e-c6561d458770 | InvocationID=a3d1adce-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:01:54+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d1aafe-567d-11ed-a84e-c6561d458770 | InvocationID=a3d1adce-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:54+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3d1aafe-567d-11ed-a84e-c6561d458770 | InvocationID=a3d1adce-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:58+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=973cfe60-567d-11ed-a84e-c6561d458770 | InvocationID=973d0158-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:01:58+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6cc8f12-567d-11ed-a84e-c6561d458770 | InvocationID=a6cc91b0-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:01:59+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6cc8f12-567d-11ed-a84e-c6561d458770 | InvocationID=a6cc91b0-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:01:59+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6cc8f12-567d-11ed-a84e-c6561d458770 | InvocationID=a6cc91b0-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:14+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3d1aafe-567d-11ed-a84e-c6561d458770 | InvocationID=a3d1adce-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:02:14+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0631e24-567d-11ed-a84e-c6561d458770 | InvocationID=b06320ae-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:02:15+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0631e24-567d-11ed-a84e-c6561d458770 | InvocationID=b06320ae-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:15+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0631e24-567d-11ed-a84e-c6561d458770 | InvocationID=b06320ae-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:24+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6cc8f12-567d-11ed-a84e-c6561d458770 | InvocationID=a6cc91b0-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:02:24+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6521088-567d-11ed-a84e-c6561d458770 | InvocationID=b652122c-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:02:25+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6521088-567d-11ed-a84e-c6561d458770 | InvocationID=b652122c-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:25+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6521088-567d-11ed-a84e-c6561d458770 | InvocationID=b652122c-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:35+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0631e24-567d-11ed-a84e-c6561d458770 | InvocationID=b06320ae-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:02:35+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcef953c-567d-11ed-a84e-c6561d458770 | InvocationID=bcef974e-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:02:36+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcef953c-567d-11ed-a84e-c6561d458770 | InvocationID=bcef974e-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:36+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcef953c-567d-11ed-a84e-c6561d458770 | InvocationID=bcef974e-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:50+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6521088-567d-11ed-a84e-c6561d458770 | InvocationID=b652122c-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:02:50+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d83a50-567d-11ed-a84e-c6561d458770 | InvocationID=c5d83c4e-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:02:51+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d83a50-567d-11ed-a84e-c6561d458770 | InvocationID=c5d83c4e-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:51+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5d83a50-567d-11ed-a84e-c6561d458770 | InvocationID=c5d83c4e-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:56+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcef953c-567d-11ed-a84e-c6561d458770 | InvocationID=bcef974e-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:02:56+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c97b4a8a-567d-11ed-a84e-c6561d458770 | InvocationID=c97b4c2e-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:02:58+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c97b4a8a-567d-11ed-a84e-c6561d458770 | InvocationID=c97b4c2e-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:02:58+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c97b4a8a-567d-11ed-a84e-c6561d458770 | InvocationID=c97b4c2e-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-28T05:03:16+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5d83a50-567d-11ed-a84e-c6561d458770 | InvocationID=c5d83c4e-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:03:16+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55f9ab8-567d-11ed-a84e-c6561d458770 | InvocationID=d55f9c7a-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:03:17+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55f9ab8-567d-11ed-a84e-c6561d458770 | InvocationID=d55f9c7a-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:03:17+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d55f9ab8-567d-11ed-a84e-c6561d458770 | InvocationID=d55f9c7a-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:03:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c97b4a8a-567d-11ed-a84e-c6561d458770 | InvocationID=c97b4c2e-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:03:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6085c02-567d-11ed-a84e-c6561d458770 | InvocationID=d6085f36-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:03:18+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6085c02-567d-11ed-a84e-c6561d458770 | InvocationID=d6085f36-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:03:18+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6085c02-567d-11ed-a84e-c6561d458770 | InvocationID=d6085f36-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:03:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6085c02-567d-11ed-a84e-c6561d458770 | InvocationID=d6085f36-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:03:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1fc8678-567d-11ed-a84e-c6561d458770 | InvocationID=e1fc8894-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:03:38+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1fc8678-567d-11ed-a84e-c6561d458770 | InvocationID=e1fc8894-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:03:38+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1fc8678-567d-11ed-a84e-c6561d458770 | InvocationID=e1fc8894-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:03:42+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d55f9ab8-567d-11ed-a84e-c6561d458770 | InvocationID=d55f9c7a-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:03:42+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46f1312-567d-11ed-a84e-c6561d458770 | InvocationID=e46f32b6-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:03:42+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46f1312-567d-11ed-a84e-c6561d458770 | InvocationID=e46f32b6-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:03:42+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46f1312-567d-11ed-a84e-c6561d458770 | InvocationID=e46f32b6-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:03:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1fc8678-567d-11ed-a84e-c6561d458770 | InvocationID=e1fc8894-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:03:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf025b6-567d-11ed-a84e-c6561d458770 | InvocationID=edf02c0a-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:03:58+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf025b6-567d-11ed-a84e-c6561d458770 | InvocationID=edf02c0a-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:03:58+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf025b6-567d-11ed-a84e-c6561d458770 | InvocationID=edf02c0a-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:04:07+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46f1312-567d-11ed-a84e-c6561d458770 | InvocationID=e46f32b6-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:04:07+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35f65ca-567d-11ed-a84e-c6561d458770 | InvocationID=f35f676e-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:04:07+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35f65ca-567d-11ed-a84e-c6561d458770 | InvocationID=f35f676e-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:04:07+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35f65ca-567d-11ed-a84e-c6561d458770 | InvocationID=f35f676e-567d-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:04:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf025b6-567d-11ed-a84e-c6561d458770 | InvocationID=edf02c0a-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:04:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e4d7c2-567d-11ed-a84e-c6561d458770 | InvocationID=f9e4d970-567d-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:04:18+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e4d7c2-567d-11ed-a84e-c6561d458770 | InvocationID=f9e4d970-567d-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:04:18+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e4d7c2-567d-11ed-a84e-c6561d458770 | InvocationID=f9e4d970-567d-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:04:32+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35f65ca-567d-11ed-a84e-c6561d458770 | InvocationID=f35f676e-567d-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:04:32+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024f3c2c-567e-11ed-a84e-c6561d458770 | InvocationID=024f3ee8-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:04:32+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024f3c2c-567e-11ed-a84e-c6561d458770 | InvocationID=024f3ee8-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:04:32+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024f3c2c-567e-11ed-a84e-c6561d458770 | InvocationID=024f3ee8-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:04:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e4d7c2-567d-11ed-a84e-c6561d458770 | InvocationID=f9e4d970-567d-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:04:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d886a0-567e-11ed-a84e-c6561d458770 | InvocationID=05d88858-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:04:38+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d886a0-567e-11ed-a84e-c6561d458770 | InvocationID=05d88858-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:04:38+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d886a0-567e-11ed-a84e-c6561d458770 | InvocationID=05d88858-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:04:57+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024f3c2c-567e-11ed-a84e-c6561d458770 | InvocationID=024f3ee8-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:04:57+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113fb4e6-567e-11ed-a84e-c6561d458770 | InvocationID=113fb68a-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:04:57+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113fb4e6-567e-11ed-a84e-c6561d458770 | InvocationID=113fb68a-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:04:57+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113fb4e6-567e-11ed-a84e-c6561d458770 | InvocationID=113fb68a-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:04:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d886a0-567e-11ed-a84e-c6561d458770 | InvocationID=05d88858-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:04:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cdef54-567e-11ed-a84e-c6561d458770 | InvocationID=11cdf184-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:04:58+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cdef54-567e-11ed-a84e-c6561d458770 | InvocationID=11cdf184-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:04:58+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11cdef54-567e-11ed-a84e-c6561d458770 | InvocationID=11cdf184-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:05:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11cdef54-567e-11ed-a84e-c6561d458770 | InvocationID=11cdf184-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:05:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc30b3c-567e-11ed-a84e-c6561d458770 | InvocationID=1dc30d58-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:05:18+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc30b3c-567e-11ed-a84e-c6561d458770 | InvocationID=1dc30d58-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:05:18+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc30b3c-567e-11ed-a84e-c6561d458770 | InvocationID=1dc30d58-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:05:22+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113fb4e6-567e-11ed-a84e-c6561d458770 | InvocationID=113fb68a-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:05:22+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=202f8ad0-567e-11ed-a84e-c6561d458770 | InvocationID=202f8d82-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:05:22+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=202f8ad0-567e-11ed-a84e-c6561d458770 | InvocationID=202f8d82-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:05:22+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=202f8ad0-567e-11ed-a84e-c6561d458770 | InvocationID=202f8d82-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:05:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc30b3c-567e-11ed-a84e-c6561d458770 | InvocationID=1dc30d58-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:05:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b77b6c-567e-11ed-a84e-c6561d458770 | InvocationID=29b77d10-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:05:38+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b77b6c-567e-11ed-a84e-c6561d458770 | InvocationID=29b77d10-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:05:38+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29b77b6c-567e-11ed-a84e-c6561d458770 | InvocationID=29b77d10-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:05:47+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=202f8ad0-567e-11ed-a84e-c6561d458770 | InvocationID=202f8d82-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:05:47+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f1e28e4-567e-11ed-a84e-c6561d458770 | InvocationID=2f1e2b28-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:05:47+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f1e28e4-567e-11ed-a84e-c6561d458770 | InvocationID=2f1e2b28-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:05:47+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f1e28e4-567e-11ed-a84e-c6561d458770 | InvocationID=2f1e2b28-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:05:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29b77b6c-567e-11ed-a84e-c6561d458770 | InvocationID=29b77d10-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:05:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35abbc30-567e-11ed-a84e-c6561d458770 | InvocationID=35abbe4c-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:05:58+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35abbc30-567e-11ed-a84e-c6561d458770 | InvocationID=35abbe4c-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:05:58+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35abbc30-567e-11ed-a84e-c6561d458770 | InvocationID=35abbe4c-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:06:12+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f1e28e4-567e-11ed-a84e-c6561d458770 | InvocationID=2f1e2b28-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:06:12+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e0e476c-567e-11ed-a84e-c6561d458770 | InvocationID=3e0e4a14-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:06:12+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e0e476c-567e-11ed-a84e-c6561d458770 | InvocationID=3e0e4a14-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:06:12+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e0e476c-567e-11ed-a84e-c6561d458770 | InvocationID=3e0e4a14-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:06:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35abbc30-567e-11ed-a84e-c6561d458770 | InvocationID=35abbe4c-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:06:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a21804-567e-11ed-a84e-c6561d458770 | InvocationID=41a21a20-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:06:18+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a21804-567e-11ed-a84e-c6561d458770 | InvocationID=41a21a20-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:06:18+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a21804-567e-11ed-a84e-c6561d458770 | InvocationID=41a21a20-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:06:37+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e0e476c-567e-11ed-a84e-c6561d458770 | InvocationID=3e0e4a14-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:06:37+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfe6aa4-567e-11ed-a84e-c6561d458770 | InvocationID=4cfe701c-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:06:37+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfe6aa4-567e-11ed-a84e-c6561d458770 | InvocationID=4cfe701c-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:06:37+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cfe6aa4-567e-11ed-a84e-c6561d458770 | InvocationID=4cfe701c-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:06:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a21804-567e-11ed-a84e-c6561d458770 | InvocationID=41a21a20-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:06:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9507c0-567e-11ed-a84e-c6561d458770 | InvocationID=4d950a0e-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:06:38+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9507c0-567e-11ed-a84e-c6561d458770 | InvocationID=4d950a0e-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:06:38+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9507c0-567e-11ed-a84e-c6561d458770 | InvocationID=4d950a0e-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:06:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9507c0-567e-11ed-a84e-c6561d458770 | InvocationID=4d950a0e-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:06:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598bb42a-567e-11ed-a84e-c6561d458770 | InvocationID=598bb5ce-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:06:58+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598bb42a-567e-11ed-a84e-c6561d458770 | InvocationID=598bb5ce-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:06:58+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598bb42a-567e-11ed-a84e-c6561d458770 | InvocationID=598bb5ce-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:07:02+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cfe6aa4-567e-11ed-a84e-c6561d458770 | InvocationID=4cfe701c-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:07:02+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bee2590-567e-11ed-a84e-c6561d458770 | InvocationID=5bee27fc-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:07:02+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bee2590-567e-11ed-a84e-c6561d458770 | InvocationID=5bee27fc-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:07:02+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bee2590-567e-11ed-a84e-c6561d458770 | InvocationID=5bee27fc-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:07:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598bb42a-567e-11ed-a84e-c6561d458770 | InvocationID=598bb5ce-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:07:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657f95bc-567e-11ed-a84e-c6561d458770 | InvocationID=657f9878-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:07:18+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657f95bc-567e-11ed-a84e-c6561d458770 | InvocationID=657f9878-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:07:18+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=657f95bc-567e-11ed-a84e-c6561d458770 | InvocationID=657f9878-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:07:27+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bee2590-567e-11ed-a84e-c6561d458770 | InvocationID=5bee27fc-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:07:27+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6adb898a-567e-11ed-a84e-c6561d458770 | InvocationID=6adb97cc-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:07:27+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6adb898a-567e-11ed-a84e-c6561d458770 | InvocationID=6adb97cc-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:07:27+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6adb898a-567e-11ed-a84e-c6561d458770 | InvocationID=6adb97cc-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:07:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=657f95bc-567e-11ed-a84e-c6561d458770 | InvocationID=657f9878-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:07:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71733a22-567e-11ed-a84e-c6561d458770 | InvocationID=71733ca2-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:07:38+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71733a22-567e-11ed-a84e-c6561d458770 | InvocationID=71733ca2-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:07:38+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71733a22-567e-11ed-a84e-c6561d458770 | InvocationID=71733ca2-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:07:52+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6adb898a-567e-11ed-a84e-c6561d458770 | InvocationID=6adb97cc-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:07:52+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c9d7f8-567e-11ed-a84e-c6561d458770 | InvocationID=79c9da0a-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:07:52+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c9d7f8-567e-11ed-a84e-c6561d458770 | InvocationID=79c9da0a-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:07:52+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79c9d7f8-567e-11ed-a84e-c6561d458770 | InvocationID=79c9da0a-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:07:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71733a22-567e-11ed-a84e-c6561d458770 | InvocationID=71733ca2-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:07:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d66d69a-567e-11ed-a84e-c6561d458770 | InvocationID=7d66d85c-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:07:58+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d66d69a-567e-11ed-a84e-c6561d458770 | InvocationID=7d66d85c-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:07:58+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d66d69a-567e-11ed-a84e-c6561d458770 | InvocationID=7d66d85c-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:08:17+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79c9d7f8-567e-11ed-a84e-c6561d458770 | InvocationID=79c9da0a-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:08:17+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b8f2a8-567e-11ed-a84e-c6561d458770 | InvocationID=88b8f596-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:08:17+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b8f2a8-567e-11ed-a84e-c6561d458770 | InvocationID=88b8f596-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:08:17+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88b8f2a8-567e-11ed-a84e-c6561d458770 | InvocationID=88b8f596-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:08:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d66d69a-567e-11ed-a84e-c6561d458770 | InvocationID=7d66d85c-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:08:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89595bd0-567e-11ed-a84e-c6561d458770 | InvocationID=89595e14-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:08:18+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89595bd0-567e-11ed-a84e-c6561d458770 | InvocationID=89595e14-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:08:18+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89595bd0-567e-11ed-a84e-c6561d458770 | InvocationID=89595e14-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:08:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89595bd0-567e-11ed-a84e-c6561d458770 | InvocationID=89595e14-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:08:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=954cb4fa-567e-11ed-a84e-c6561d458770 | InvocationID=954cb70c-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:08:38+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=954cb4fa-567e-11ed-a84e-c6561d458770 | InvocationID=954cb70c-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:08:38+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=954cb4fa-567e-11ed-a84e-c6561d458770 | InvocationID=954cb70c-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:08:42+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88b8f2a8-567e-11ed-a84e-c6561d458770 | InvocationID=88b8f596-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:08:42+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97a6e7fc-567e-11ed-a84e-c6561d458770 | InvocationID=97a6ea4a-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:08:42+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97a6e7fc-567e-11ed-a84e-c6561d458770 | InvocationID=97a6ea4a-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:08:42+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97a6e7fc-567e-11ed-a84e-c6561d458770 | InvocationID=97a6ea4a-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:08:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=954cb4fa-567e-11ed-a84e-c6561d458770 | InvocationID=954cb70c-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:08:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1415608-567e-11ed-a84e-c6561d458770 | InvocationID=a14158d8-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:08:59+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1415608-567e-11ed-a84e-c6561d458770 | InvocationID=a14158d8-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:08:59+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1415608-567e-11ed-a84e-c6561d458770 | InvocationID=a14158d8-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:09:07+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97a6e7fc-567e-11ed-a84e-c6561d458770 | InvocationID=97a6ea4a-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:09:07+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6996b2c-567e-11ed-a84e-c6561d458770 | InvocationID=a6996cd0-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:09:07+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6996b2c-567e-11ed-a84e-c6561d458770 | InvocationID=a6996cd0-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:09:07+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6996b2c-567e-11ed-a84e-c6561d458770 | InvocationID=a6996cd0-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:09:19+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1415608-567e-11ed-a84e-c6561d458770 | InvocationID=a14158d8-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:09:19+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad367e70-567e-11ed-a84e-c6561d458770 | InvocationID=ad36800a-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:09:19+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad367e70-567e-11ed-a84e-c6561d458770 | InvocationID=ad36800a-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:09:19+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad367e70-567e-11ed-a84e-c6561d458770 | InvocationID=ad36800a-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:09:32+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6996b2c-567e-11ed-a84e-c6561d458770 | InvocationID=a6996cd0-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:09:32+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5872278-567e-11ed-a84e-c6561d458770 | InvocationID=b5872674-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:09:33+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5872278-567e-11ed-a84e-c6561d458770 | InvocationID=b5872674-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:09:33+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5872278-567e-11ed-a84e-c6561d458770 | InvocationID=b5872674-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:09:39+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad367e70-567e-11ed-a84e-c6561d458770 | InvocationID=ad36800a-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:09:39+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9297156-567e-11ed-a84e-c6561d458770 | InvocationID=b92972fa-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:09:39+0000 | aai_event_thread | 140324283181856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9297156-567e-11ed-a84e-c6561d458770 | InvocationID=b92972fa-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:09:39+0000 | aai_event_thread | 140324283181856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9297156-567e-11ed-a84e-c6561d458770 | InvocationID=b92972fa-567e-11ed-a84e-c6561d458770 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-28T05:09:58+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5872278-567e-11ed-a84e-c6561d458770 | InvocationID=b5872674-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:09:58+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4768378-567e-11ed-a84e-c6561d458770 | InvocationID=c4768616-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:09:58+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4768378-567e-11ed-a84e-c6561d458770 | InvocationID=c4768616-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:09:58+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4768378-567e-11ed-a84e-c6561d458770 | InvocationID=c4768616-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:09:59+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9297156-567e-11ed-a84e-c6561d458770 | InvocationID=b92972fa-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:09:59+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c51d5464-567e-11ed-a84e-c6561d458770 | InvocationID=c51d5680-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:10:23+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4768378-567e-11ed-a84e-c6561d458770 | InvocationID=c4768616-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:10:23+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d363f96a-567e-11ed-a84e-c6561d458770 | InvocationID=d363fbf4-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:10:23+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d363f96a-567e-11ed-a84e-c6561d458770 | InvocationID=d363fbf4-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:10:23+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d363f96a-567e-11ed-a84e-c6561d458770 | InvocationID=d363fbf4-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:10:23+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c51d5464-567e-11ed-a84e-c6561d458770 | InvocationID=c51d5680-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:10:23+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a9f096-567e-11ed-a84e-c6561d458770 | InvocationID=d3a9f37a-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:10:43+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3a9f096-567e-11ed-a84e-c6561d458770 | InvocationID=d3a9f37a-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:10:43+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa0071e-567e-11ed-a84e-c6561d458770 | InvocationID=dfa00af2-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:10:48+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d363f96a-567e-11ed-a84e-c6561d458770 | InvocationID=d363fbf4-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:10:48+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2522bd6-567e-11ed-a84e-c6561d458770 | InvocationID=e2522e60-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:10:48+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2522bd6-567e-11ed-a84e-c6561d458770 | InvocationID=e2522e60-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:10:48+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2522bd6-567e-11ed-a84e-c6561d458770 | InvocationID=e2522e60-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:11:03+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfa0071e-567e-11ed-a84e-c6561d458770 | InvocationID=dfa00af2-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:11:03+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb9a619a-567e-11ed-a84e-c6561d458770 | InvocationID=eb9a6352-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:11:13+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2522bd6-567e-11ed-a84e-c6561d458770 | InvocationID=e2522e60-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:11:13+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14010b8-567e-11ed-a84e-c6561d458770 | InvocationID=f1402e04-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:11:13+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14010b8-567e-11ed-a84e-c6561d458770 | InvocationID=f1402e04-567e-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:11:13+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14010b8-567e-11ed-a84e-c6561d458770 | InvocationID=f1402e04-567e-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:11:24+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb9a619a-567e-11ed-a84e-c6561d458770 | InvocationID=eb9a6352-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:11:24+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7f0c07e-567e-11ed-a84e-c6561d458770 | InvocationID=f7f0c22c-567e-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:11:38+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14010b8-567e-11ed-a84e-c6561d458770 | InvocationID=f1402e04-567e-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:11:38+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=003097be-567f-11ed-a84e-c6561d458770 | InvocationID=00309e44-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:11:38+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=003097be-567f-11ed-a84e-c6561d458770 | InvocationID=00309e44-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:11:38+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=003097be-567f-11ed-a84e-c6561d458770 | InvocationID=00309e44-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:11:49+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7f0c07e-567e-11ed-a84e-c6561d458770 | InvocationID=f7f0c22c-567e-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:11:49+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b5924c-567f-11ed-a84e-c6561d458770 | InvocationID=06b5949a-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:12:03+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=003097be-567f-11ed-a84e-c6561d458770 | InvocationID=00309e44-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:12:03+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1fa454-567f-11ed-a84e-c6561d458770 | InvocationID=0f1fa5f8-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:12:03+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1fa454-567f-11ed-a84e-c6561d458770 | InvocationID=0f1fa5f8-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:12:03+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1fa454-567f-11ed-a84e-c6561d458770 | InvocationID=0f1fa5f8-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:12:13+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06b5924c-567f-11ed-a84e-c6561d458770 | InvocationID=06b5949a-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:12:13+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157e715e-567f-11ed-a84e-c6561d458770 | InvocationID=157e7316-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:12:28+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1fa454-567f-11ed-a84e-c6561d458770 | InvocationID=0f1fa5f8-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:12:28+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0dfa1a-567f-11ed-a84e-c6561d458770 | InvocationID=1e0dfbd2-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:12:28+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0dfa1a-567f-11ed-a84e-c6561d458770 | InvocationID=1e0dfbd2-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:12:28+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0dfa1a-567f-11ed-a84e-c6561d458770 | InvocationID=1e0dfbd2-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:12:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=157e715e-567f-11ed-a84e-c6561d458770 | InvocationID=157e7316-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:12:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2442b646-567f-11ed-a84e-c6561d458770 | InvocationID=2442b812-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:12:53+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0dfa1a-567f-11ed-a84e-c6561d458770 | InvocationID=1e0dfbd2-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:12:53+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cfd5e26-567f-11ed-a84e-c6561d458770 | InvocationID=2cfd60a6-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:12:53+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cfd5e26-567f-11ed-a84e-c6561d458770 | InvocationID=2cfd60a6-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:12:53+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cfd5e26-567f-11ed-a84e-c6561d458770 | InvocationID=2cfd60a6-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:13:03+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2442b646-567f-11ed-a84e-c6561d458770 | InvocationID=2442b812-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:13:03+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33093916-567f-11ed-a84e-c6561d458770 | InvocationID=33093be6-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:13:18+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cfd5e26-567f-11ed-a84e-c6561d458770 | InvocationID=2cfd60a6-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:13:18+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3beb51f4-567f-11ed-a84e-c6561d458770 | InvocationID=3beb55c8-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:13:18+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3beb51f4-567f-11ed-a84e-c6561d458770 | InvocationID=3beb55c8-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:13:18+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3beb51f4-567f-11ed-a84e-c6561d458770 | InvocationID=3beb55c8-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:13:28+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33093916-567f-11ed-a84e-c6561d458770 | InvocationID=33093be6-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:13:28+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41cd1436-567f-11ed-a84e-c6561d458770 | InvocationID=41cd15e4-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:13:43+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3beb51f4-567f-11ed-a84e-c6561d458770 | InvocationID=3beb55c8-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:13:43+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adc3318-567f-11ed-a84e-c6561d458770 | InvocationID=4adc3534-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:13:43+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adc3318-567f-11ed-a84e-c6561d458770 | InvocationID=4adc3534-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:13:43+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adc3318-567f-11ed-a84e-c6561d458770 | InvocationID=4adc3534-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:13:53+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41cd1436-567f-11ed-a84e-c6561d458770 | InvocationID=41cd15e4-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:13:53+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5091de16-567f-11ed-a84e-c6561d458770 | InvocationID=5091e014-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:14:08+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adc3318-567f-11ed-a84e-c6561d458770 | InvocationID=4adc3534-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:14:08+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ca69e4-567f-11ed-a84e-c6561d458770 | InvocationID=59ca6c96-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:14:08+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ca69e4-567f-11ed-a84e-c6561d458770 | InvocationID=59ca6c96-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:14:08+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59ca69e4-567f-11ed-a84e-c6561d458770 | InvocationID=59ca6c96-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:14:17+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5091de16-567f-11ed-a84e-c6561d458770 | InvocationID=5091e014-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:14:17+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f57ae44-567f-11ed-a84e-c6561d458770 | InvocationID=5f57bc40-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:14:33+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59ca69e4-567f-11ed-a84e-c6561d458770 | InvocationID=59ca6c96-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:14:33+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68ba1166-567f-11ed-a84e-c6561d458770 | InvocationID=68ba133c-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:14:33+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68ba1166-567f-11ed-a84e-c6561d458770 | InvocationID=68ba133c-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:14:33+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68ba1166-567f-11ed-a84e-c6561d458770 | InvocationID=68ba133c-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:14:42+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f57ae44-567f-11ed-a84e-c6561d458770 | InvocationID=5f57bc40-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:14:42+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1bb65a-567f-11ed-a84e-c6561d458770 | InvocationID=6e1bb93e-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:14:58+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68ba1166-567f-11ed-a84e-c6561d458770 | InvocationID=68ba133c-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:14:58+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ab1346-567f-11ed-a84e-c6561d458770 | InvocationID=77ab1576-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:14:58+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ab1346-567f-11ed-a84e-c6561d458770 | InvocationID=77ab1576-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:14:58+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77ab1346-567f-11ed-a84e-c6561d458770 | InvocationID=77ab1576-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:15:07+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e1bb65a-567f-11ed-a84e-c6561d458770 | InvocationID=6e1bb93e-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:15:07+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce6280a-567f-11ed-a84e-c6561d458770 | InvocationID=7ce629c2-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:15:23+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77ab1346-567f-11ed-a84e-c6561d458770 | InvocationID=77ab1576-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:15:23+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86997276-567f-11ed-a84e-c6561d458770 | InvocationID=869974e2-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:15:23+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86997276-567f-11ed-a84e-c6561d458770 | InvocationID=869974e2-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:15:23+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86997276-567f-11ed-a84e-c6561d458770 | InvocationID=869974e2-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:15:32+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ce6280a-567f-11ed-a84e-c6561d458770 | InvocationID=7ce629c2-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:15:32+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb10a80-567f-11ed-a84e-c6561d458770 | InvocationID=8bb10c42-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:15:48+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86997276-567f-11ed-a84e-c6561d458770 | InvocationID=869974e2-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:15:48+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95881f8a-567f-11ed-a84e-c6561d458770 | InvocationID=9588219c-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:15:48+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95881f8a-567f-11ed-a84e-c6561d458770 | InvocationID=9588219c-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:15:48+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95881f8a-567f-11ed-a84e-c6561d458770 | InvocationID=9588219c-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:15:57+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bb10a80-567f-11ed-a84e-c6561d458770 | InvocationID=8bb10c42-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:15:57+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a760598-567f-11ed-a84e-c6561d458770 | InvocationID=9a760796-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:16:13+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95881f8a-567f-11ed-a84e-c6561d458770 | InvocationID=9588219c-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:16:13+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a477f3d0-567f-11ed-a84e-c6561d458770 | InvocationID=a477f588-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:16:13+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a477f3d0-567f-11ed-a84e-c6561d458770 | InvocationID=a477f588-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:16:13+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a477f3d0-567f-11ed-a84e-c6561d458770 | InvocationID=a477f588-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:16:21+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a760598-567f-11ed-a84e-c6561d458770 | InvocationID=9a760796-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:16:21+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93a7c62-567f-11ed-a84e-c6561d458770 | InvocationID=a93a7df2-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:16:38+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a477f3d0-567f-11ed-a84e-c6561d458770 | InvocationID=a477f588-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:16:38+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b36b01b6-567f-11ed-a84e-c6561d458770 | InvocationID=b36b042c-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:16:38+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b36b01b6-567f-11ed-a84e-c6561d458770 | InvocationID=b36b042c-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:16:38+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b36b01b6-567f-11ed-a84e-c6561d458770 | InvocationID=b36b042c-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:16:46+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a93a7c62-567f-11ed-a84e-c6561d458770 | InvocationID=a93a7df2-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:16:46+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ff6e2e-567f-11ed-a84e-c6561d458770 | InvocationID=b7ff7054-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:17:03+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b36b01b6-567f-11ed-a84e-c6561d458770 | InvocationID=b36b042c-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:17:03+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2593256-567f-11ed-a84e-c6561d458770 | InvocationID=c2593490-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:17:04+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2593256-567f-11ed-a84e-c6561d458770 | InvocationID=c2593490-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:17:04+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2593256-567f-11ed-a84e-c6561d458770 | InvocationID=c2593490-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:17:11+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ff6e2e-567f-11ed-a84e-c6561d458770 | InvocationID=b7ff7054-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:17:11+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c4272e-567f-11ed-a84e-c6561d458770 | InvocationID=c6c42ad0-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:17:29+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2593256-567f-11ed-a84e-c6561d458770 | InvocationID=c2593490-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:17:29+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d147d24a-567f-11ed-a84e-c6561d458770 | InvocationID=d147de8e-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:17:29+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d147d24a-567f-11ed-a84e-c6561d458770 | InvocationID=d147de8e-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:17:29+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d147d24a-567f-11ed-a84e-c6561d458770 | InvocationID=d147de8e-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:17:36+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6c4272e-567f-11ed-a84e-c6561d458770 | InvocationID=c6c42ad0-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:17:36+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d58a4310-567f-11ed-a84e-c6561d458770 | InvocationID=d58a44b4-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:17:54+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d147d24a-567f-11ed-a84e-c6561d458770 | InvocationID=d147de8e-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:17:54+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e036ad58-567f-11ed-a84e-c6561d458770 | InvocationID=e036b000-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:17:54+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e036ad58-567f-11ed-a84e-c6561d458770 | InvocationID=e036b000-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:17:54+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e036ad58-567f-11ed-a84e-c6561d458770 | InvocationID=e036b000-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:18:00+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d58a4310-567f-11ed-a84e-c6561d458770 | InvocationID=d58a44b4-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:18:00+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44ddbc8-567f-11ed-a84e-c6561d458770 | InvocationID=e44dddbc-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:18:19+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e036ad58-567f-11ed-a84e-c6561d458770 | InvocationID=e036b000-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:18:19+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef253136-567f-11ed-a84e-c6561d458770 | InvocationID=ef253302-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:18:19+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef253136-567f-11ed-a84e-c6561d458770 | InvocationID=ef253302-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:18:19+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef253136-567f-11ed-a84e-c6561d458770 | InvocationID=ef253302-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:18:25+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44ddbc8-567f-11ed-a84e-c6561d458770 | InvocationID=e44dddbc-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:18:25+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f313f4f8-567f-11ed-a84e-c6561d458770 | InvocationID=f313f778-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:18:44+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef253136-567f-11ed-a84e-c6561d458770 | InvocationID=ef253302-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:18:44+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe13ebc4-567f-11ed-a84e-c6561d458770 | InvocationID=fe13efac-567f-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:18:44+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe13ebc4-567f-11ed-a84e-c6561d458770 | InvocationID=fe13efac-567f-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:18:44+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe13ebc4-567f-11ed-a84e-c6561d458770 | InvocationID=fe13efac-567f-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:18:50+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f313f4f8-567f-11ed-a84e-c6561d458770 | InvocationID=f313f778-567f-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:18:50+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d7c50a-5680-11ed-a84e-c6561d458770 | InvocationID=01d7c730-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:19:09+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe13ebc4-567f-11ed-a84e-c6561d458770 | InvocationID=fe13efac-567f-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:19:09+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d01e488-5680-11ed-a84e-c6561d458770 | InvocationID=0d01e640-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:19:09+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d01e488-5680-11ed-a84e-c6561d458770 | InvocationID=0d01e640-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:19:09+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d01e488-5680-11ed-a84e-c6561d458770 | InvocationID=0d01e640-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:19:15+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d7c50a-5680-11ed-a84e-c6561d458770 | InvocationID=01d7c730-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:19:15+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10a40076-5680-11ed-a84e-c6561d458770 | InvocationID=10a4092c-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:19:34+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d01e488-5680-11ed-a84e-c6561d458770 | InvocationID=0d01e640-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:19:34+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1beff746-5680-11ed-a84e-c6561d458770 | InvocationID=1beff994-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:19:34+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1beff746-5680-11ed-a84e-c6561d458770 | InvocationID=1beff994-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:19:34+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1beff746-5680-11ed-a84e-c6561d458770 | InvocationID=1beff994-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:19:40+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10a40076-5680-11ed-a84e-c6561d458770 | InvocationID=10a4092c-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:19:40+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f675a0e-5680-11ed-a84e-c6561d458770 | InvocationID=1f675c2a-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:19:59+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1beff746-5680-11ed-a84e-c6561d458770 | InvocationID=1beff994-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:19:59+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2adf1b2e-5680-11ed-a84e-c6561d458770 | InvocationID=2adf1cfa-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:19:59+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2adf1b2e-5680-11ed-a84e-c6561d458770 | InvocationID=2adf1cfa-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:19:59+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2adf1b2e-5680-11ed-a84e-c6561d458770 | InvocationID=2adf1cfa-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:20:04+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f675a0e-5680-11ed-a84e-c6561d458770 | InvocationID=1f675c2a-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:20:04+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e2ed92c-5680-11ed-a84e-c6561d458770 | InvocationID=2e2edb48-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:20:24+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2adf1b2e-5680-11ed-a84e-c6561d458770 | InvocationID=2adf1cfa-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:20:24+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cd2748-5680-11ed-a84e-c6561d458770 | InvocationID=39cd2978-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:20:24+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cd2748-5680-11ed-a84e-c6561d458770 | InvocationID=39cd2978-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:20:24+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cd2748-5680-11ed-a84e-c6561d458770 | InvocationID=39cd2978-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:20:29+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e2ed92c-5680-11ed-a84e-c6561d458770 | InvocationID=2e2edb48-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:20:29+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf91c92-5680-11ed-a84e-c6561d458770 | InvocationID=3cf91e40-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:20:49+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cd2748-5680-11ed-a84e-c6561d458770 | InvocationID=39cd2978-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:20:49+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48be2cc0-5680-11ed-a84e-c6561d458770 | InvocationID=48be306c-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:20:49+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48be2cc0-5680-11ed-a84e-c6561d458770 | InvocationID=48be306c-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:20:49+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48be2cc0-5680-11ed-a84e-c6561d458770 | InvocationID=48be306c-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:20:54+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cf91c92-5680-11ed-a84e-c6561d458770 | InvocationID=3cf91e40-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:20:54+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bbd75a2-5680-11ed-a84e-c6561d458770 | InvocationID=4bbd7dae-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:21:14+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48be2cc0-5680-11ed-a84e-c6561d458770 | InvocationID=48be306c-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:21:14+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b04f38-5680-11ed-a84e-c6561d458770 | InvocationID=57b0515e-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:21:14+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b04f38-5680-11ed-a84e-c6561d458770 | InvocationID=57b0515e-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:21:14+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b04f38-5680-11ed-a84e-c6561d458770 | InvocationID=57b0515e-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:21:19+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bbd75a2-5680-11ed-a84e-c6561d458770 | InvocationID=4bbd7dae-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:21:19+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a8379c4-5680-11ed-a84e-c6561d458770 | InvocationID=5a837bd6-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:21:39+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b04f38-5680-11ed-a84e-c6561d458770 | InvocationID=57b0515e-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:21:39+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a1ad0c-5680-11ed-a84e-c6561d458770 | InvocationID=66a1afd2-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:21:39+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a1ad0c-5680-11ed-a84e-c6561d458770 | InvocationID=66a1afd2-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:21:39+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a1ad0c-5680-11ed-a84e-c6561d458770 | InvocationID=66a1afd2-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:21:44+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a8379c4-5680-11ed-a84e-c6561d458770 | InvocationID=5a837bd6-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:21:44+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694971ac-5680-11ed-a84e-c6561d458770 | InvocationID=69497350-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:22:04+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a1ad0c-5680-11ed-a84e-c6561d458770 | InvocationID=66a1afd2-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:22:04+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75900a84-5680-11ed-a84e-c6561d458770 | InvocationID=75900d54-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:22:04+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75900a84-5680-11ed-a84e-c6561d458770 | InvocationID=75900d54-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:22:04+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75900a84-5680-11ed-a84e-c6561d458770 | InvocationID=75900d54-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:22:08+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694971ac-5680-11ed-a84e-c6561d458770 | InvocationID=69497350-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:22:08+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780f102a-5680-11ed-a84e-c6561d458770 | InvocationID=780f1282-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:22:29+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75900a84-5680-11ed-a84e-c6561d458770 | InvocationID=75900d54-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:22:29+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847f438e-5680-11ed-a84e-c6561d458770 | InvocationID=847f46c2-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:22:29+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847f438e-5680-11ed-a84e-c6561d458770 | InvocationID=847f46c2-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:22:29+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=847f438e-5680-11ed-a84e-c6561d458770 | InvocationID=847f46c2-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:22:33+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=780f102a-5680-11ed-a84e-c6561d458770 | InvocationID=780f1282-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:22:33+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86d32538-5680-11ed-a84e-c6561d458770 | InvocationID=86d326f0-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:22:54+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=847f438e-5680-11ed-a84e-c6561d458770 | InvocationID=847f46c2-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:22:54+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=936dd1f8-5680-11ed-a84e-c6561d458770 | InvocationID=936dd45a-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:22:54+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=936dd1f8-5680-11ed-a84e-c6561d458770 | InvocationID=936dd45a-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:22:54+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=936dd1f8-5680-11ed-a84e-c6561d458770 | InvocationID=936dd45a-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:22:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86d32538-5680-11ed-a84e-c6561d458770 | InvocationID=86d326f0-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:22:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959df0f2-5680-11ed-a84e-c6561d458770 | InvocationID=959df2aa-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:23:19+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=936dd1f8-5680-11ed-a84e-c6561d458770 | InvocationID=936dd45a-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:23:19+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25ba58c-5680-11ed-a84e-c6561d458770 | InvocationID=a25ba79e-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:23:19+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25ba58c-5680-11ed-a84e-c6561d458770 | InvocationID=a25ba79e-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:23:19+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a25ba58c-5680-11ed-a84e-c6561d458770 | InvocationID=a25ba79e-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:23:23+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=959df0f2-5680-11ed-a84e-c6561d458770 | InvocationID=959df2aa-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:23:23+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4900046-5680-11ed-a84e-c6561d458770 | InvocationID=a49001f4-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:23:44+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a25ba58c-5680-11ed-a84e-c6561d458770 | InvocationID=a25ba79e-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:23:44+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14e7f10-5680-11ed-a84e-c6561d458770 | InvocationID=b14e84ba-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:23:44+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14e7f10-5680-11ed-a84e-c6561d458770 | InvocationID=b14e84ba-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:23:44+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b14e7f10-5680-11ed-a84e-c6561d458770 | InvocationID=b14e84ba-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:23:48+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4900046-5680-11ed-a84e-c6561d458770 | InvocationID=a49001f4-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:23:48+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b38c4186-5680-11ed-a84e-c6561d458770 | InvocationID=b38c43ac-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:24:09+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b14e7f10-5680-11ed-a84e-c6561d458770 | InvocationID=b14e84ba-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:24:09+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c03dc5a8-5680-11ed-a84e-c6561d458770 | InvocationID=c03dc76a-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:24:09+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c03dc5a8-5680-11ed-a84e-c6561d458770 | InvocationID=c03dc76a-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:24:09+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c03dc5a8-5680-11ed-a84e-c6561d458770 | InvocationID=c03dc76a-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:24:13+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b38c4186-5680-11ed-a84e-c6561d458770 | InvocationID=b38c43ac-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:24:13+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c250818c-5680-11ed-a84e-c6561d458770 | InvocationID=c250833a-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:24:34+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c03dc5a8-5680-11ed-a84e-c6561d458770 | InvocationID=c03dc76a-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:24:34+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf2beec8-5680-11ed-a84e-c6561d458770 | InvocationID=cf2bf13e-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:24:35+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf2beec8-5680-11ed-a84e-c6561d458770 | InvocationID=cf2bf13e-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:24:35+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf2beec8-5680-11ed-a84e-c6561d458770 | InvocationID=cf2bf13e-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:24:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c250818c-5680-11ed-a84e-c6561d458770 | InvocationID=c250833a-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:24:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d11548ba-5680-11ed-a84e-c6561d458770 | InvocationID=d1154b6c-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:25:00+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf2beec8-5680-11ed-a84e-c6561d458770 | InvocationID=cf2bf13e-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:25:00+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de1b66d4-5680-11ed-a84e-c6561d458770 | InvocationID=de1b68a0-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:25:00+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de1b66d4-5680-11ed-a84e-c6561d458770 | InvocationID=de1b68a0-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:25:00+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de1b66d4-5680-11ed-a84e-c6561d458770 | InvocationID=de1b68a0-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:25:02+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d11548ba-5680-11ed-a84e-c6561d458770 | InvocationID=d1154b6c-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:25:02+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdb43b8-5680-11ed-a84e-c6561d458770 | InvocationID=dfdb4570-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:25:25+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de1b66d4-5680-11ed-a84e-c6561d458770 | InvocationID=de1b68a0-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:25:25+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed094332-5680-11ed-a84e-c6561d458770 | InvocationID=ed0944fe-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:25:25+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed094332-5680-11ed-a84e-c6561d458770 | InvocationID=ed0944fe-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:25:25+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed094332-5680-11ed-a84e-c6561d458770 | InvocationID=ed0944fe-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:25:27+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfdb43b8-5680-11ed-a84e-c6561d458770 | InvocationID=dfdb4570-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:25:27+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea217c8-5680-11ed-a84e-c6561d458770 | InvocationID=eea21980-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:25:50+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed094332-5680-11ed-a84e-c6561d458770 | InvocationID=ed0944fe-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:25:50+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf77ca6-5680-11ed-a84e-c6561d458770 | InvocationID=fbf77ee0-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:25:50+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf77ca6-5680-11ed-a84e-c6561d458770 | InvocationID=fbf77ee0-5680-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:25:50+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf77ca6-5680-11ed-a84e-c6561d458770 | InvocationID=fbf77ee0-5680-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:25:52+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eea217c8-5680-11ed-a84e-c6561d458770 | InvocationID=eea21980-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:25:52+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd6690c2-5680-11ed-a84e-c6561d458770 | InvocationID=fd66954a-5680-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:26:15+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf77ca6-5680-11ed-a84e-c6561d458770 | InvocationID=fbf77ee0-5680-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:26:15+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae57a06-5681-11ed-a84e-c6561d458770 | InvocationID=0ae57d58-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:26:15+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae57a06-5681-11ed-a84e-c6561d458770 | InvocationID=0ae57d58-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:26:15+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ae57a06-5681-11ed-a84e-c6561d458770 | InvocationID=0ae57d58-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:26:17+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd6690c2-5680-11ed-a84e-c6561d458770 | InvocationID=fd66954a-5680-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:26:17+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c29e456-5681-11ed-a84e-c6561d458770 | InvocationID=0c29e67c-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:26:40+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ae57a06-5681-11ed-a84e-c6561d458770 | InvocationID=0ae57d58-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:26:40+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19d57e26-5681-11ed-a84e-c6561d458770 | InvocationID=19d58042-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:26:40+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19d57e26-5681-11ed-a84e-c6561d458770 | InvocationID=19d58042-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:26:40+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19d57e26-5681-11ed-a84e-c6561d458770 | InvocationID=19d58042-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:26:42+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c29e456-5681-11ed-a84e-c6561d458770 | InvocationID=0c29e67c-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:26:42+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1af22cf0-5681-11ed-a84e-c6561d458770 | InvocationID=1af22f0c-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:27:05+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19d57e26-5681-11ed-a84e-c6561d458770 | InvocationID=19d58042-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:27:05+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c39666-5681-11ed-a84e-c6561d458770 | InvocationID=28c398aa-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:27:05+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c39666-5681-11ed-a84e-c6561d458770 | InvocationID=28c398aa-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:27:05+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28c39666-5681-11ed-a84e-c6561d458770 | InvocationID=28c398aa-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:27:06+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1af22cf0-5681-11ed-a84e-c6561d458770 | InvocationID=1af22f0c-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:27:06+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b68344-5681-11ed-a84e-c6561d458770 | InvocationID=29b6854c-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:27:30+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28c39666-5681-11ed-a84e-c6561d458770 | InvocationID=28c398aa-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:27:30+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b1e1d2-5681-11ed-a84e-c6561d458770 | InvocationID=37b1e3c6-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:27:30+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b1e1d2-5681-11ed-a84e-c6561d458770 | InvocationID=37b1e3c6-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:27:30+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37b1e1d2-5681-11ed-a84e-c6561d458770 | InvocationID=37b1e3c6-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:27:31+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29b68344-5681-11ed-a84e-c6561d458770 | InvocationID=29b6854c-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:27:31+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=387ef924-5681-11ed-a84e-c6561d458770 | InvocationID=387efad2-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:27:55+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37b1e1d2-5681-11ed-a84e-c6561d458770 | InvocationID=37b1e3c6-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:27:55+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46a17bee-5681-11ed-a84e-c6561d458770 | InvocationID=46a17db0-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:27:55+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46a17bee-5681-11ed-a84e-c6561d458770 | InvocationID=46a17db0-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:27:55+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46a17bee-5681-11ed-a84e-c6561d458770 | InvocationID=46a17db0-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:27:56+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=387ef924-5681-11ed-a84e-c6561d458770 | InvocationID=387efad2-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:27:56+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47433aa6-5681-11ed-a84e-c6561d458770 | InvocationID=47433cd6-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:28:20+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46a17bee-5681-11ed-a84e-c6561d458770 | InvocationID=46a17db0-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:28:20+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=558fdcfe-5681-11ed-a84e-c6561d458770 | InvocationID=558fdeac-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:28:20+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=558fdcfe-5681-11ed-a84e-c6561d458770 | InvocationID=558fdeac-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:28:20+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=558fdcfe-5681-11ed-a84e-c6561d458770 | InvocationID=558fdeac-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:28:21+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47433aa6-5681-11ed-a84e-c6561d458770 | InvocationID=47433cd6-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:28:21+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5608feae-5681-11ed-a84e-c6561d458770 | InvocationID=5609005c-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:28:45+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=558fdcfe-5681-11ed-a84e-c6561d458770 | InvocationID=558fdeac-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:28:45+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647ecee6-5681-11ed-a84e-c6561d458770 | InvocationID=647ed10c-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:28:45+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647ecee6-5681-11ed-a84e-c6561d458770 | InvocationID=647ed10c-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:28:45+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=647ecee6-5681-11ed-a84e-c6561d458770 | InvocationID=647ed10c-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:28:46+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5608feae-5681-11ed-a84e-c6561d458770 | InvocationID=5609005c-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:28:46+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64cda9e4-5681-11ed-a84e-c6561d458770 | InvocationID=64cdabec-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:29:10+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=647ecee6-5681-11ed-a84e-c6561d458770 | InvocationID=647ed10c-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:29:10+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736cd448-5681-11ed-a84e-c6561d458770 | InvocationID=736cd5f6-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:29:10+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736cd448-5681-11ed-a84e-c6561d458770 | InvocationID=736cd5f6-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:29:10+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=736cd448-5681-11ed-a84e-c6561d458770 | InvocationID=736cd5f6-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:29:10+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64cda9e4-5681-11ed-a84e-c6561d458770 | InvocationID=64cdabec-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:29:10+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7391bdda-5681-11ed-a84e-c6561d458770 | InvocationID=7391bfec-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:29:35+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7391bdda-5681-11ed-a84e-c6561d458770 | InvocationID=7391bfec-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:29:35+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825558fe-5681-11ed-a84e-c6561d458770 | InvocationID=82555b10-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:29:35+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=736cd448-5681-11ed-a84e-c6561d458770 | InvocationID=736cd5f6-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:29:35+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825bc112-5681-11ed-a84e-c6561d458770 | InvocationID=825bc22a-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:29:35+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825bc112-5681-11ed-a84e-c6561d458770 | InvocationID=825bc22a-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:29:35+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825bc112-5681-11ed-a84e-c6561d458770 | InvocationID=825bc22a-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:30:00+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=825558fe-5681-11ed-a84e-c6561d458770 | InvocationID=82555b10-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:30:00+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9119c5fa-5681-11ed-a84e-c6561d458770 | InvocationID=9119c7a8-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:30:00+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825bc112-5681-11ed-a84e-c6561d458770 | InvocationID=825bc22a-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:30:00+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9149a7c0-5681-11ed-a84e-c6561d458770 | InvocationID=9149a9be-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:30:00+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9149a7c0-5681-11ed-a84e-c6561d458770 | InvocationID=9149a9be-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:30:00+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9149a7c0-5681-11ed-a84e-c6561d458770 | InvocationID=9149a9be-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:30:25+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9119c5fa-5681-11ed-a84e-c6561d458770 | InvocationID=9119c7a8-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:30:25+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fdebbc2-5681-11ed-a84e-c6561d458770 | InvocationID=9fdebd66-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:30:25+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9149a7c0-5681-11ed-a84e-c6561d458770 | InvocationID=9149a9be-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:30:25+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a037f46c-5681-11ed-a84e-c6561d458770 | InvocationID=a037f610-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:30:25+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a037f46c-5681-11ed-a84e-c6561d458770 | InvocationID=a037f610-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:30:25+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a037f46c-5681-11ed-a84e-c6561d458770 | InvocationID=a037f610-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:30:49+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fdebbc2-5681-11ed-a84e-c6561d458770 | InvocationID=9fdebd66-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:30:49+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aea2c892-5681-11ed-a84e-c6561d458770 | InvocationID=aea2cb8a-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:30:50+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a037f46c-5681-11ed-a84e-c6561d458770 | InvocationID=a037f610-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:30:50+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af25a096-5681-11ed-a84e-c6561d458770 | InvocationID=af25a2d0-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:30:50+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af25a096-5681-11ed-a84e-c6561d458770 | InvocationID=af25a2d0-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:30:50+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af25a096-5681-11ed-a84e-c6561d458770 | InvocationID=af25a2d0-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:31:14+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aea2c892-5681-11ed-a84e-c6561d458770 | InvocationID=aea2cb8a-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:31:14+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd67ee0c-5681-11ed-a84e-c6561d458770 | InvocationID=bd67f2e4-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:31:15+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af25a096-5681-11ed-a84e-c6561d458770 | InvocationID=af25a2d0-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:31:15+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be12f0f4-5681-11ed-a84e-c6561d458770 | InvocationID=be12f298-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:31:15+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be12f0f4-5681-11ed-a84e-c6561d458770 | InvocationID=be12f298-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:31:15+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be12f0f4-5681-11ed-a84e-c6561d458770 | InvocationID=be12f298-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:31:39+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd67ee0c-5681-11ed-a84e-c6561d458770 | InvocationID=bd67f2e4-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:31:39+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc2c2b2e-5681-11ed-a84e-c6561d458770 | InvocationID=cc2c2cdc-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:31:40+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be12f0f4-5681-11ed-a84e-c6561d458770 | InvocationID=be12f298-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:31:40+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd003400-5681-11ed-a84e-c6561d458770 | InvocationID=cd0035ae-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:31:40+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd003400-5681-11ed-a84e-c6561d458770 | InvocationID=cd0035ae-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:31:40+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd003400-5681-11ed-a84e-c6561d458770 | InvocationID=cd0035ae-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:32:04+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc2c2b2e-5681-11ed-a84e-c6561d458770 | InvocationID=cc2c2cdc-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:32:04+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf0cb4c-5681-11ed-a84e-c6561d458770 | InvocationID=daf0ce8a-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:32:05+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd003400-5681-11ed-a84e-c6561d458770 | InvocationID=cd0035ae-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:32:05+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbee42d6-5681-11ed-a84e-c6561d458770 | InvocationID=dbee4498-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:32:05+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbee42d6-5681-11ed-a84e-c6561d458770 | InvocationID=dbee4498-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:32:05+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbee42d6-5681-11ed-a84e-c6561d458770 | InvocationID=dbee4498-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:32:29+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf0cb4c-5681-11ed-a84e-c6561d458770 | InvocationID=daf0ce8a-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:32:29+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b53e88-5681-11ed-a84e-c6561d458770 | InvocationID=e9b54018-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:32:30+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbee42d6-5681-11ed-a84e-c6561d458770 | InvocationID=dbee4498-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:32:30+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eadbcc8c-5681-11ed-a84e-c6561d458770 | InvocationID=eadbcea8-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:32:30+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eadbcc8c-5681-11ed-a84e-c6561d458770 | InvocationID=eadbcea8-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:32:30+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eadbcc8c-5681-11ed-a84e-c6561d458770 | InvocationID=eadbcea8-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:32:53+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b53e88-5681-11ed-a84e-c6561d458770 | InvocationID=e9b54018-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:32:53+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8794c8e-5681-11ed-a84e-c6561d458770 | InvocationID=f8794e50-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:32:55+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eadbcc8c-5681-11ed-a84e-c6561d458770 | InvocationID=eadbcea8-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:32:55+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c99ff8-5681-11ed-a84e-c6561d458770 | InvocationID=f9c9a21e-5681-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:32:56+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c99ff8-5681-11ed-a84e-c6561d458770 | InvocationID=f9c9a21e-5681-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:32:56+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9c99ff8-5681-11ed-a84e-c6561d458770 | InvocationID=f9c9a21e-5681-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:33:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8794c8e-5681-11ed-a84e-c6561d458770 | InvocationID=f8794e50-5681-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:33:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073e8806-5682-11ed-a84e-c6561d458770 | InvocationID=073e8c02-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:33:21+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9c99ff8-5681-11ed-a84e-c6561d458770 | InvocationID=f9c9a21e-5681-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:33:21+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b84348-5682-11ed-a84e-c6561d458770 | InvocationID=08b8450a-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:33:21+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b84348-5682-11ed-a84e-c6561d458770 | InvocationID=08b8450a-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:33:21+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08b84348-5682-11ed-a84e-c6561d458770 | InvocationID=08b8450a-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:33:43+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=073e8806-5682-11ed-a84e-c6561d458770 | InvocationID=073e8c02-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:33:43+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16029c42-5682-11ed-a84e-c6561d458770 | InvocationID=16029f8a-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:33:46+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08b84348-5682-11ed-a84e-c6561d458770 | InvocationID=08b8450a-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:33:46+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a8b3f6-5682-11ed-a84e-c6561d458770 | InvocationID=17a8b6da-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:33:46+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a8b3f6-5682-11ed-a84e-c6561d458770 | InvocationID=17a8b6da-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:33:46+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17a8b3f6-5682-11ed-a84e-c6561d458770 | InvocationID=17a8b6da-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:34:08+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16029c42-5682-11ed-a84e-c6561d458770 | InvocationID=16029f8a-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:34:08+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c7685c-5682-11ed-a84e-c6561d458770 | InvocationID=24c76f32-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:34:11+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17a8b3f6-5682-11ed-a84e-c6561d458770 | InvocationID=17a8b6da-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:34:11+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2698fbfa-5682-11ed-a84e-c6561d458770 | InvocationID=2698fdf8-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:34:11+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2698fbfa-5682-11ed-a84e-c6561d458770 | InvocationID=2698fdf8-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:34:11+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2698fbfa-5682-11ed-a84e-c6561d458770 | InvocationID=2698fdf8-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:34:32+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24c7685c-5682-11ed-a84e-c6561d458770 | InvocationID=24c76f32-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:34:32+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338e0fa8-5682-11ed-a84e-c6561d458770 | InvocationID=338e134a-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:34:36+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2698fbfa-5682-11ed-a84e-c6561d458770 | InvocationID=2698fdf8-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:34:36+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35865cf2-5682-11ed-a84e-c6561d458770 | InvocationID=35865ea0-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:34:36+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35865cf2-5682-11ed-a84e-c6561d458770 | InvocationID=35865ea0-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:34:36+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35865cf2-5682-11ed-a84e-c6561d458770 | InvocationID=35865ea0-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:34:57+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338e0fa8-5682-11ed-a84e-c6561d458770 | InvocationID=338e134a-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:34:57+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4252ecd4-5682-11ed-a84e-c6561d458770 | InvocationID=4252ee96-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:35:01+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35865cf2-5682-11ed-a84e-c6561d458770 | InvocationID=35865ea0-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:35:01+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44746718-5682-11ed-a84e-c6561d458770 | InvocationID=44746934-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:35:01+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44746718-5682-11ed-a84e-c6561d458770 | InvocationID=44746934-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:35:01+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44746718-5682-11ed-a84e-c6561d458770 | InvocationID=44746934-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:35:22+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4252ecd4-5682-11ed-a84e-c6561d458770 | InvocationID=4252ee96-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:35:22+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51175278-5682-11ed-a84e-c6561d458770 | InvocationID=511755ca-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:35:26+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44746718-5682-11ed-a84e-c6561d458770 | InvocationID=44746934-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:35:26+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53629e48-5682-11ed-a84e-c6561d458770 | InvocationID=53629ff6-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:35:26+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53629e48-5682-11ed-a84e-c6561d458770 | InvocationID=53629ff6-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:35:26+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53629e48-5682-11ed-a84e-c6561d458770 | InvocationID=53629ff6-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:35:47+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51175278-5682-11ed-a84e-c6561d458770 | InvocationID=511755ca-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:35:47+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fdcbed8-5682-11ed-a84e-c6561d458770 | InvocationID=5fdcc0d6-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:35:51+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53629e48-5682-11ed-a84e-c6561d458770 | InvocationID=53629ff6-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:35:51+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6250bda4-5682-11ed-a84e-c6561d458770 | InvocationID=6250bfca-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:35:51+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6250bda4-5682-11ed-a84e-c6561d458770 | InvocationID=6250bfca-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:35:51+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6250bda4-5682-11ed-a84e-c6561d458770 | InvocationID=6250bfca-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:36:12+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fdcbed8-5682-11ed-a84e-c6561d458770 | InvocationID=5fdcc0d6-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:36:12+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ea47adc-5682-11ed-a84e-c6561d458770 | InvocationID=6ea47e10-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:36:16+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6250bda4-5682-11ed-a84e-c6561d458770 | InvocationID=6250bfca-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:36:16+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=713ff668-5682-11ed-a84e-c6561d458770 | InvocationID=713ff8ca-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:36:16+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=713ff668-5682-11ed-a84e-c6561d458770 | InvocationID=713ff8ca-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:36:16+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=713ff668-5682-11ed-a84e-c6561d458770 | InvocationID=713ff8ca-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:36:36+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ea47adc-5682-11ed-a84e-c6561d458770 | InvocationID=6ea47e10-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:36:36+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6b291c-5682-11ed-a84e-c6561d458770 | InvocationID=7d6b2ae8-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:36:41+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=713ff668-5682-11ed-a84e-c6561d458770 | InvocationID=713ff8ca-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:36:41+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=802d5c60-5682-11ed-a84e-c6561d458770 | InvocationID=802d5e04-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:36:41+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=802d5c60-5682-11ed-a84e-c6561d458770 | InvocationID=802d5e04-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:36:41+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=802d5c60-5682-11ed-a84e-c6561d458770 | InvocationID=802d5e04-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:37:01+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d6b291c-5682-11ed-a84e-c6561d458770 | InvocationID=7d6b2ae8-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:37:01+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c2ebe8c-5682-11ed-a84e-c6561d458770 | InvocationID=8c2ec0da-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:37:06+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=802d5c60-5682-11ed-a84e-c6561d458770 | InvocationID=802d5e04-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:37:06+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1ac58c-5682-11ed-a84e-c6561d458770 | InvocationID=8f1ac73a-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:37:06+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1ac58c-5682-11ed-a84e-c6561d458770 | InvocationID=8f1ac73a-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:37:06+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f1ac58c-5682-11ed-a84e-c6561d458770 | InvocationID=8f1ac73a-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:37:26+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c2ebe8c-5682-11ed-a84e-c6561d458770 | InvocationID=8c2ec0da-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:37:26+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af393a2-5682-11ed-a84e-c6561d458770 | InvocationID=9af3956e-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:37:31+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f1ac58c-5682-11ed-a84e-c6561d458770 | InvocationID=8f1ac73a-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:37:31+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e08f2c6-5682-11ed-a84e-c6561d458770 | InvocationID=9e08f456-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:37:31+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e08f2c6-5682-11ed-a84e-c6561d458770 | InvocationID=9e08f456-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:37:31+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e08f2c6-5682-11ed-a84e-c6561d458770 | InvocationID=9e08f456-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:37:51+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9af393a2-5682-11ed-a84e-c6561d458770 | InvocationID=9af3956e-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:37:51+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9b9e472-5682-11ed-a84e-c6561d458770 | InvocationID=a9b9e71a-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:37:56+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e08f2c6-5682-11ed-a84e-c6561d458770 | InvocationID=9e08f456-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:37:56+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf6b494-5682-11ed-a84e-c6561d458770 | InvocationID=acf6b6ec-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:37:56+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf6b494-5682-11ed-a84e-c6561d458770 | InvocationID=acf6b6ec-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:37:56+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acf6b494-5682-11ed-a84e-c6561d458770 | InvocationID=acf6b6ec-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:38:15+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9b9e472-5682-11ed-a84e-c6561d458770 | InvocationID=a9b9e71a-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:38:15+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b87df9f8-5682-11ed-a84e-c6561d458770 | InvocationID=b87dfbf6-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:38:21+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acf6b494-5682-11ed-a84e-c6561d458770 | InvocationID=acf6b6ec-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:38:21+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe48e5e-5682-11ed-a84e-c6561d458770 | InvocationID=bbe4900c-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:38:21+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe48e5e-5682-11ed-a84e-c6561d458770 | InvocationID=bbe4900c-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:38:21+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe48e5e-5682-11ed-a84e-c6561d458770 | InvocationID=bbe4900c-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:38:40+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b87df9f8-5682-11ed-a84e-c6561d458770 | InvocationID=b87dfbf6-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:38:40+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c742b082-5682-11ed-a84e-c6561d458770 | InvocationID=c742b3ca-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:38:46+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe48e5e-5682-11ed-a84e-c6561d458770 | InvocationID=bbe4900c-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:38:46+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad2e3c0-5682-11ed-a84e-c6561d458770 | InvocationID=cad2e8fc-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:38:46+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad2e3c0-5682-11ed-a84e-c6561d458770 | InvocationID=cad2e8fc-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:38:46+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cad2e3c0-5682-11ed-a84e-c6561d458770 | InvocationID=cad2e8fc-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:39:05+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c742b082-5682-11ed-a84e-c6561d458770 | InvocationID=c742b3ca-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:39:05+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d607f082-5682-11ed-a84e-c6561d458770 | InvocationID=d607f3e8-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:39:11+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cad2e3c0-5682-11ed-a84e-c6561d458770 | InvocationID=cad2e8fc-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:39:11+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9c0d478-5682-11ed-a84e-c6561d458770 | InvocationID=d9c0d7c0-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:39:11+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9c0d478-5682-11ed-a84e-c6561d458770 | InvocationID=d9c0d7c0-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:39:11+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9c0d478-5682-11ed-a84e-c6561d458770 | InvocationID=d9c0d7c0-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:39:30+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d607f082-5682-11ed-a84e-c6561d458770 | InvocationID=d607f3e8-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:39:30+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4cb9bdc-5682-11ed-a84e-c6561d458770 | InvocationID=e4cb9e34-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:39:36+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9c0d478-5682-11ed-a84e-c6561d458770 | InvocationID=d9c0d7c0-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:39:36+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8af14ea-5682-11ed-a84e-c6561d458770 | InvocationID=e8af176a-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:39:36+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8af14ea-5682-11ed-a84e-c6561d458770 | InvocationID=e8af176a-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:39:36+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8af14ea-5682-11ed-a84e-c6561d458770 | InvocationID=e8af176a-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:39:55+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4cb9bdc-5682-11ed-a84e-c6561d458770 | InvocationID=e4cb9e34-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:39:55+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f38ecdd8-5682-11ed-a84e-c6561d458770 | InvocationID=f38ecf86-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:40:01+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8af14ea-5682-11ed-a84e-c6561d458770 | InvocationID=e8af176a-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:40:01+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f79d00f2-5682-11ed-a84e-c6561d458770 | InvocationID=f79d0340-5682-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:40:01+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f79d00f2-5682-11ed-a84e-c6561d458770 | InvocationID=f79d0340-5682-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:40:01+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f79d00f2-5682-11ed-a84e-c6561d458770 | InvocationID=f79d0340-5682-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:40:19+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f38ecdd8-5682-11ed-a84e-c6561d458770 | InvocationID=f38ecf86-5682-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:40:19+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0253d41c-5683-11ed-a84e-c6561d458770 | InvocationID=0253d69c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:40:26+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f79d00f2-5682-11ed-a84e-c6561d458770 | InvocationID=f79d0340-5682-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:40:26+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068aaa88-5683-11ed-a84e-c6561d458770 | InvocationID=068ab3de-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:40:26+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068aaa88-5683-11ed-a84e-c6561d458770 | InvocationID=068ab3de-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:40:26+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=068aaa88-5683-11ed-a84e-c6561d458770 | InvocationID=068ab3de-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:40:44+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0253d41c-5683-11ed-a84e-c6561d458770 | InvocationID=0253d69c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:40:44+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=111daba8-5683-11ed-a84e-c6561d458770 | InvocationID=111daf2c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:40:51+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=068aaa88-5683-11ed-a84e-c6561d458770 | InvocationID=068ab3de-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:40:51+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1578e37a-5683-11ed-a84e-c6561d458770 | InvocationID=1578e58c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:40:51+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1578e37a-5683-11ed-a84e-c6561d458770 | InvocationID=1578e58c-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:40:51+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1578e37a-5683-11ed-a84e-c6561d458770 | InvocationID=1578e58c-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:41:09+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=111daba8-5683-11ed-a84e-c6561d458770 | InvocationID=111daf2c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:41:09+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe1ce44-5683-11ed-a84e-c6561d458770 | InvocationID=1fe1d056-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:41:16+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1578e37a-5683-11ed-a84e-c6561d458770 | InvocationID=1578e58c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:41:16+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2466732a-5683-11ed-a84e-c6561d458770 | InvocationID=246675d2-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:41:17+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2466732a-5683-11ed-a84e-c6561d458770 | InvocationID=246675d2-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:41:17+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2466732a-5683-11ed-a84e-c6561d458770 | InvocationID=246675d2-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:41:34+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fe1ce44-5683-11ed-a84e-c6561d458770 | InvocationID=1fe1d056-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:41:34+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea4f8ac-5683-11ed-a84e-c6561d458770 | InvocationID=2ea4fabe-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:41:42+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2466732a-5683-11ed-a84e-c6561d458770 | InvocationID=246675d2-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:41:42+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=335487be-5683-11ed-a84e-c6561d458770 | InvocationID=335489f8-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:41:42+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=335487be-5683-11ed-a84e-c6561d458770 | InvocationID=335489f8-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:41:42+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=335487be-5683-11ed-a84e-c6561d458770 | InvocationID=335489f8-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:41:58+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ea4f8ac-5683-11ed-a84e-c6561d458770 | InvocationID=2ea4fabe-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:41:58+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6909aa-5683-11ed-a84e-c6561d458770 | InvocationID=3d690c34-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:42:07+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=335487be-5683-11ed-a84e-c6561d458770 | InvocationID=335489f8-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:42:07+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4243615a-5683-11ed-a84e-c6561d458770 | InvocationID=4243659c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:42:07+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4243615a-5683-11ed-a84e-c6561d458770 | InvocationID=4243659c-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:42:07+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4243615a-5683-11ed-a84e-c6561d458770 | InvocationID=4243659c-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:42:23+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d6909aa-5683-11ed-a84e-c6561d458770 | InvocationID=3d690c34-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:42:23+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c2c4970-5683-11ed-a84e-c6561d458770 | InvocationID=4c2c4b82-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:42:32+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4243615a-5683-11ed-a84e-c6561d458770 | InvocationID=4243659c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:42:32+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51335c6a-5683-11ed-a84e-c6561d458770 | InvocationID=51335e7c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:42:32+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51335c6a-5683-11ed-a84e-c6561d458770 | InvocationID=51335e7c-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:42:32+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51335c6a-5683-11ed-a84e-c6561d458770 | InvocationID=51335e7c-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:42:48+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c2c4970-5683-11ed-a84e-c6561d458770 | InvocationID=4c2c4b82-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:42:48+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af5ac26-5683-11ed-a84e-c6561d458770 | InvocationID=5af5ade8-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:42:57+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51335c6a-5683-11ed-a84e-c6561d458770 | InvocationID=51335e7c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:42:57+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6021787e-5683-11ed-a84e-c6561d458770 | InvocationID=60217a9a-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:42:57+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6021787e-5683-11ed-a84e-c6561d458770 | InvocationID=60217a9a-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:42:57+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6021787e-5683-11ed-a84e-c6561d458770 | InvocationID=60217a9a-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:43:13+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5af5ac26-5683-11ed-a84e-c6561d458770 | InvocationID=5af5ade8-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:43:13+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69bb6a16-5683-11ed-a84e-c6561d458770 | InvocationID=69bb6cc8-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:43:22+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6021787e-5683-11ed-a84e-c6561d458770 | InvocationID=60217a9a-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:43:22+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f10cc22-5683-11ed-a84e-c6561d458770 | InvocationID=6f10ce7a-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:43:22+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f10cc22-5683-11ed-a84e-c6561d458770 | InvocationID=6f10ce7a-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:43:22+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f10cc22-5683-11ed-a84e-c6561d458770 | InvocationID=6f10ce7a-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:43:38+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69bb6a16-5683-11ed-a84e-c6561d458770 | InvocationID=69bb6cc8-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:43:38+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=787f8afa-5683-11ed-a84e-c6561d458770 | InvocationID=787f8d16-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:43:47+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f10cc22-5683-11ed-a84e-c6561d458770 | InvocationID=6f10ce7a-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:43:47+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e02cf0a-5683-11ed-a84e-c6561d458770 | InvocationID=7e02d1f8-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:43:47+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e02cf0a-5683-11ed-a84e-c6561d458770 | InvocationID=7e02d1f8-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:43:47+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e02cf0a-5683-11ed-a84e-c6561d458770 | InvocationID=7e02d1f8-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:44:02+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=787f8afa-5683-11ed-a84e-c6561d458770 | InvocationID=787f8d16-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:44:02+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=874a540c-5683-11ed-a84e-c6561d458770 | InvocationID=874a5628-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:44:12+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e02cf0a-5683-11ed-a84e-c6561d458770 | InvocationID=7e02d1f8-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:44:12+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf10734-5683-11ed-a84e-c6561d458770 | InvocationID=8cf1165c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:44:12+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf10734-5683-11ed-a84e-c6561d458770 | InvocationID=8cf1165c-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:44:12+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cf10734-5683-11ed-a84e-c6561d458770 | InvocationID=8cf1165c-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:44:27+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=874a540c-5683-11ed-a84e-c6561d458770 | InvocationID=874a5628-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:44:27+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=960e752c-5683-11ed-a84e-c6561d458770 | InvocationID=960e773e-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:44:37+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cf10734-5683-11ed-a84e-c6561d458770 | InvocationID=8cf1165c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:44:37+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bdf5b92-5683-11ed-a84e-c6561d458770 | InvocationID=9bdf5d4a-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:44:37+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bdf5b92-5683-11ed-a84e-c6561d458770 | InvocationID=9bdf5d4a-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:44:37+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bdf5b92-5683-11ed-a84e-c6561d458770 | InvocationID=9bdf5d4a-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:44:52+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=960e752c-5683-11ed-a84e-c6561d458770 | InvocationID=960e773e-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:44:52+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d1cf64-5683-11ed-a84e-c6561d458770 | InvocationID=a4d1d16c-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:45:02+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bdf5b92-5683-11ed-a84e-c6561d458770 | InvocationID=9bdf5d4a-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:45:02+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aace84c0-5683-11ed-a84e-c6561d458770 | InvocationID=aace86d2-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:45:02+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aace84c0-5683-11ed-a84e-c6561d458770 | InvocationID=aace86d2-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:45:02+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aace84c0-5683-11ed-a84e-c6561d458770 | InvocationID=aace86d2-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:45:17+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4d1cf64-5683-11ed-a84e-c6561d458770 | InvocationID=a4d1d16c-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:45:17+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3953176-5683-11ed-a84e-c6561d458770 | InvocationID=b395332e-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:45:27+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aace84c0-5683-11ed-a84e-c6561d458770 | InvocationID=aace86d2-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:45:27+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bcc596-5683-11ed-a84e-c6561d458770 | InvocationID=b9bcc8ac-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:45:27+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bcc596-5683-11ed-a84e-c6561d458770 | InvocationID=b9bcc8ac-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:45:27+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9bcc596-5683-11ed-a84e-c6561d458770 | InvocationID=b9bcc8ac-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:45:41+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3953176-5683-11ed-a84e-c6561d458770 | InvocationID=b395332e-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:45:41+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2584d4c-5683-11ed-a84e-c6561d458770 | InvocationID=c2585184-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:45:52+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9bcc596-5683-11ed-a84e-c6561d458770 | InvocationID=b9bcc8ac-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:45:52+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ab264c-5683-11ed-a84e-c6561d458770 | InvocationID=c8ab2944-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:45:52+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ab264c-5683-11ed-a84e-c6561d458770 | InvocationID=c8ab2944-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:45:52+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8ab264c-5683-11ed-a84e-c6561d458770 | InvocationID=c8ab2944-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:46:06+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2584d4c-5683-11ed-a84e-c6561d458770 | InvocationID=c2585184-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:46:06+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d11d0d9a-5683-11ed-a84e-c6561d458770 | InvocationID=d11d0fca-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:46:17+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8ab264c-5683-11ed-a84e-c6561d458770 | InvocationID=c8ab2944-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:46:17+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d79935ae-5683-11ed-a84e-c6561d458770 | InvocationID=d79937ca-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:46:17+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d79935ae-5683-11ed-a84e-c6561d458770 | InvocationID=d79937ca-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:46:17+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d79935ae-5683-11ed-a84e-c6561d458770 | InvocationID=d79937ca-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:46:31+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d11d0d9a-5683-11ed-a84e-c6561d458770 | InvocationID=d11d0fca-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:46:31+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe30e06-5683-11ed-a84e-c6561d458770 | InvocationID=dfe3114e-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:46:42+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d79935ae-5683-11ed-a84e-c6561d458770 | InvocationID=d79937ca-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:46:42+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6872e36-5683-11ed-a84e-c6561d458770 | InvocationID=e68730e8-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:46:42+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6872e36-5683-11ed-a84e-c6561d458770 | InvocationID=e68730e8-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:46:42+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6872e36-5683-11ed-a84e-c6561d458770 | InvocationID=e68730e8-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:46:56+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfe30e06-5683-11ed-a84e-c6561d458770 | InvocationID=dfe3114e-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:46:56+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea70988-5683-11ed-a84e-c6561d458770 | InvocationID=eea70b86-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:47:07+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6872e36-5683-11ed-a84e-c6561d458770 | InvocationID=e68730e8-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:47:07+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f575bf84-5683-11ed-a84e-c6561d458770 | InvocationID=f575c2a4-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:47:07+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f575bf84-5683-11ed-a84e-c6561d458770 | InvocationID=f575c2a4-5683-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:47:07+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f575bf84-5683-11ed-a84e-c6561d458770 | InvocationID=f575c2a4-5683-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:47:21+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eea70988-5683-11ed-a84e-c6561d458770 | InvocationID=eea70b86-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:47:21+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd6afeca-5683-11ed-a84e-c6561d458770 | InvocationID=fd6b00e6-5683-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:47:32+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f575bf84-5683-11ed-a84e-c6561d458770 | InvocationID=f575c2a4-5683-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:47:32+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0465068a-5684-11ed-a84e-c6561d458770 | InvocationID=04650842-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:47:32+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0465068a-5684-11ed-a84e-c6561d458770 | InvocationID=04650842-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:47:32+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0465068a-5684-11ed-a84e-c6561d458770 | InvocationID=04650842-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:47:45+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd6afeca-5683-11ed-a84e-c6561d458770 | InvocationID=fd6b00e6-5683-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:47:45+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2e8d14-5684-11ed-a84e-c6561d458770 | InvocationID=0c2e8f58-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:47:57+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0465068a-5684-11ed-a84e-c6561d458770 | InvocationID=04650842-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:47:57+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135370b4-5684-11ed-a84e-c6561d458770 | InvocationID=135372da-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:47:57+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135370b4-5684-11ed-a84e-c6561d458770 | InvocationID=135372da-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:47:57+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135370b4-5684-11ed-a84e-c6561d458770 | InvocationID=135372da-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:48:10+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c2e8d14-5684-11ed-a84e-c6561d458770 | InvocationID=0c2e8f58-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:48:10+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1af413e6-5684-11ed-a84e-c6561d458770 | InvocationID=1af416a2-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:48:22+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135370b4-5684-11ed-a84e-c6561d458770 | InvocationID=135372da-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:48:22+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2245eec6-5684-11ed-a84e-c6561d458770 | InvocationID=2245f088-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:48:22+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2245eec6-5684-11ed-a84e-c6561d458770 | InvocationID=2245f088-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:48:22+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2245eec6-5684-11ed-a84e-c6561d458770 | InvocationID=2245f088-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:48:35+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1af413e6-5684-11ed-a84e-c6561d458770 | InvocationID=1af416a2-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:48:35+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b7cb2a-5684-11ed-a84e-c6561d458770 | InvocationID=29b7cd78-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:48:47+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2245eec6-5684-11ed-a84e-c6561d458770 | InvocationID=2245f088-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:48:47+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3133dd26-5684-11ed-a84e-c6561d458770 | InvocationID=3133def2-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:48:48+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3133dd26-5684-11ed-a84e-c6561d458770 | InvocationID=3133def2-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:48:48+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3133dd26-5684-11ed-a84e-c6561d458770 | InvocationID=3133def2-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:49:00+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29b7cb2a-5684-11ed-a84e-c6561d458770 | InvocationID=29b7cd78-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:49:00+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=387c476c-5684-11ed-a84e-c6561d458770 | InvocationID=387c4af0-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:49:13+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3133dd26-5684-11ed-a84e-c6561d458770 | InvocationID=3133def2-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:49:13+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40237936-5684-11ed-a84e-c6561d458770 | InvocationID=40237b52-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:49:13+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40237936-5684-11ed-a84e-c6561d458770 | InvocationID=40237b52-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:49:13+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40237936-5684-11ed-a84e-c6561d458770 | InvocationID=40237b52-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:49:24+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=387c476c-5684-11ed-a84e-c6561d458770 | InvocationID=387c4af0-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:49:24+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4741586e-5684-11ed-a84e-c6561d458770 | InvocationID=47415c10-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:49:38+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40237936-5684-11ed-a84e-c6561d458770 | InvocationID=40237b52-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:49:38+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f192eae-5684-11ed-a84e-c6561d458770 | InvocationID=4f1936ce-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:49:38+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f192eae-5684-11ed-a84e-c6561d458770 | InvocationID=4f1936ce-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:49:38+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f192eae-5684-11ed-a84e-c6561d458770 | InvocationID=4f1936ce-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:49:49+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4741586e-5684-11ed-a84e-c6561d458770 | InvocationID=47415c10-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:49:49+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56059a04-5684-11ed-a84e-c6561d458770 | InvocationID=56059c02-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:50:03+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f192eae-5684-11ed-a84e-c6561d458770 | InvocationID=4f1936ce-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:50:03+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e07e068-5684-11ed-a84e-c6561d458770 | InvocationID=5e07e2e8-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:50:03+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e07e068-5684-11ed-a84e-c6561d458770 | InvocationID=5e07e2e8-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:50:03+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e07e068-5684-11ed-a84e-c6561d458770 | InvocationID=5e07e2e8-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:50:14+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56059a04-5684-11ed-a84e-c6561d458770 | InvocationID=56059c02-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:50:14+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c9ad14-5684-11ed-a84e-c6561d458770 | InvocationID=64c9b728-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:50:28+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e07e068-5684-11ed-a84e-c6561d458770 | InvocationID=5e07e2e8-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:50:28+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf88960-5684-11ed-a84e-c6561d458770 | InvocationID=6cf88bc2-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:50:28+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf88960-5684-11ed-a84e-c6561d458770 | InvocationID=6cf88bc2-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:50:28+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cf88960-5684-11ed-a84e-c6561d458770 | InvocationID=6cf88bc2-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:50:39+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64c9ad14-5684-11ed-a84e-c6561d458770 | InvocationID=64c9b728-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:50:39+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738dedb0-5684-11ed-a84e-c6561d458770 | InvocationID=738def68-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:50:53+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cf88960-5684-11ed-a84e-c6561d458770 | InvocationID=6cf88bc2-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:50:53+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7be74f38-5684-11ed-a84e-c6561d458770 | InvocationID=7be752da-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:50:53+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7be74f38-5684-11ed-a84e-c6561d458770 | InvocationID=7be752da-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:50:53+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7be74f38-5684-11ed-a84e-c6561d458770 | InvocationID=7be752da-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:51:04+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=738dedb0-5684-11ed-a84e-c6561d458770 | InvocationID=738def68-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:51:04+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8251a576-5684-11ed-a84e-c6561d458770 | InvocationID=8251a788-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:51:18+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7be74f38-5684-11ed-a84e-c6561d458770 | InvocationID=7be752da-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:51:18+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad55436-5684-11ed-a84e-c6561d458770 | InvocationID=8ad55602-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:51:18+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad55436-5684-11ed-a84e-c6561d458770 | InvocationID=8ad55602-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:51:18+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ad55436-5684-11ed-a84e-c6561d458770 | InvocationID=8ad55602-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:51:28+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8251a576-5684-11ed-a84e-c6561d458770 | InvocationID=8251a788-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:51:28+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9115c0ec-5684-11ed-a84e-c6561d458770 | InvocationID=9115c376-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:51:43+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ad55436-5684-11ed-a84e-c6561d458770 | InvocationID=8ad55602-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:51:43+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c3c4dc-5684-11ed-a84e-c6561d458770 | InvocationID=99c3c6f8-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:51:43+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c3c4dc-5684-11ed-a84e-c6561d458770 | InvocationID=99c3c6f8-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:51:43+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99c3c4dc-5684-11ed-a84e-c6561d458770 | InvocationID=99c3c6f8-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:51:53+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9115c0ec-5684-11ed-a84e-c6561d458770 | InvocationID=9115c376-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:51:53+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd9dc80-5684-11ed-a84e-c6561d458770 | InvocationID=9fd9de92-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:52:08+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99c3c4dc-5684-11ed-a84e-c6561d458770 | InvocationID=99c3c6f8-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:52:08+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b31556-5684-11ed-a84e-c6561d458770 | InvocationID=a8b3170e-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:52:08+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b31556-5684-11ed-a84e-c6561d458770 | InvocationID=a8b3170e-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:52:08+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8b31556-5684-11ed-a84e-c6561d458770 | InvocationID=a8b3170e-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:52:18+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fd9dc80-5684-11ed-a84e-c6561d458770 | InvocationID=9fd9de92-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:52:18+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae9df198-5684-11ed-a84e-c6561d458770 | InvocationID=ae9df9cc-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:52:33+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8b31556-5684-11ed-a84e-c6561d458770 | InvocationID=a8b3170e-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:52:33+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a11040-5684-11ed-a84e-c6561d458770 | InvocationID=b7a111f8-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:52:33+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a11040-5684-11ed-a84e-c6561d458770 | InvocationID=b7a111f8-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:52:33+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7a11040-5684-11ed-a84e-c6561d458770 | InvocationID=b7a111f8-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:52:43+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae9df198-5684-11ed-a84e-c6561d458770 | InvocationID=ae9df9cc-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:52:43+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd63ddb4-5684-11ed-a84e-c6561d458770 | InvocationID=bd63df76-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:52:58+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7a11040-5684-11ed-a84e-c6561d458770 | InvocationID=b7a111f8-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:52:58+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68f6b6a-5684-11ed-a84e-c6561d458770 | InvocationID=c68f6d7c-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:52:58+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68f6b6a-5684-11ed-a84e-c6561d458770 | InvocationID=c68f6d7c-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:52:58+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c68f6b6a-5684-11ed-a84e-c6561d458770 | InvocationID=c68f6d7c-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:53:07+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd63ddb4-5684-11ed-a84e-c6561d458770 | InvocationID=bd63df76-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:53:07+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc2703f8-5684-11ed-a84e-c6561d458770 | InvocationID=cc2710dc-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:53:23+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c68f6b6a-5684-11ed-a84e-c6561d458770 | InvocationID=c68f6d7c-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:53:23+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57d5d58-5684-11ed-a84e-c6561d458770 | InvocationID=d57d5fd8-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:53:23+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57d5d58-5684-11ed-a84e-c6561d458770 | InvocationID=d57d5fd8-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:53:23+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d57d5d58-5684-11ed-a84e-c6561d458770 | InvocationID=d57d5fd8-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:53:32+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc2703f8-5684-11ed-a84e-c6561d458770 | InvocationID=cc2710dc-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:53:32+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf0b118-5684-11ed-a84e-c6561d458770 | InvocationID=daf0b2c6-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:53:48+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d57d5d58-5684-11ed-a84e-c6561d458770 | InvocationID=d57d5fd8-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:53:48+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46e2568-5684-11ed-a84e-c6561d458770 | InvocationID=e46e2716-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:53:48+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46e2568-5684-11ed-a84e-c6561d458770 | InvocationID=e46e2716-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:53:48+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46e2568-5684-11ed-a84e-c6561d458770 | InvocationID=e46e2716-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:53:57+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf0b118-5684-11ed-a84e-c6561d458770 | InvocationID=daf0b2c6-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:53:57+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b3fc6e-5684-11ed-a84e-c6561d458770 | InvocationID=e9b3ff3e-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:54:13+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46e2568-5684-11ed-a84e-c6561d458770 | InvocationID=e46e2716-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:54:13+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35ca0f4-5684-11ed-a84e-c6561d458770 | InvocationID=f35ca2c0-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:54:13+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35ca0f4-5684-11ed-a84e-c6561d458770 | InvocationID=f35ca2c0-5684-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:54:13+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35ca0f4-5684-11ed-a84e-c6561d458770 | InvocationID=f35ca2c0-5684-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:54:22+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b3fc6e-5684-11ed-a84e-c6561d458770 | InvocationID=e9b3ff3e-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:54:22+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f877aaf2-5684-11ed-a84e-c6561d458770 | InvocationID=f877ad4a-5684-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:54:38+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35ca0f4-5684-11ed-a84e-c6561d458770 | InvocationID=f35ca2c0-5684-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:54:38+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024ad19e-5685-11ed-a84e-c6561d458770 | InvocationID=024ad3ce-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:54:38+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024ad19e-5685-11ed-a84e-c6561d458770 | InvocationID=024ad3ce-5685-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:54:38+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024ad19e-5685-11ed-a84e-c6561d458770 | InvocationID=024ad3ce-5685-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:54:47+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f877aaf2-5684-11ed-a84e-c6561d458770 | InvocationID=f877ad4a-5684-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:54:47+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073d9786-5685-11ed-a84e-c6561d458770 | InvocationID=073d9998-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:55:03+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024ad19e-5685-11ed-a84e-c6561d458770 | InvocationID=024ad3ce-5685-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:55:03+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1138ab36-5685-11ed-a84e-c6561d458770 | InvocationID=1138acee-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:55:03+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1138ab36-5685-11ed-a84e-c6561d458770 | InvocationID=1138acee-5685-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:55:03+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1138ab36-5685-11ed-a84e-c6561d458770 | InvocationID=1138acee-5685-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:55:11+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=073d9786-5685-11ed-a84e-c6561d458770 | InvocationID=073d9998-5685-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:55:11+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1601de80-5685-11ed-a84e-c6561d458770 | InvocationID=1601e092-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:55:28+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1138ab36-5685-11ed-a84e-c6561d458770 | InvocationID=1138acee-5685-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:55:28+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20269c20-5685-11ed-a84e-c6561d458770 | InvocationID=20269e6e-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:55:28+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20269c20-5685-11ed-a84e-c6561d458770 | InvocationID=20269e6e-5685-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:55:28+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20269c20-5685-11ed-a84e-c6561d458770 | InvocationID=20269e6e-5685-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:55:36+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1601de80-5685-11ed-a84e-c6561d458770 | InvocationID=1601e092-5685-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:55:36+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c58980-5685-11ed-a84e-c6561d458770 | InvocationID=24c58bec-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:55:53+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20269c20-5685-11ed-a84e-c6561d458770 | InvocationID=20269e6e-5685-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:55:53+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f150fb4-5685-11ed-a84e-c6561d458770 | InvocationID=2f151180-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:55:53+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f150fb4-5685-11ed-a84e-c6561d458770 | InvocationID=2f151180-5685-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:55:53+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f150fb4-5685-11ed-a84e-c6561d458770 | InvocationID=2f151180-5685-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:56:01+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24c58980-5685-11ed-a84e-c6561d458770 | InvocationID=24c58bec-5685-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:56:01+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338925f8-5685-11ed-a84e-c6561d458770 | InvocationID=33892aa8-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:56:18+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f150fb4-5685-11ed-a84e-c6561d458770 | InvocationID=2f151180-5685-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:56:18+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e03821c-5685-11ed-a84e-c6561d458770 | InvocationID=3e038438-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:56:18+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e03821c-5685-11ed-a84e-c6561d458770 | InvocationID=3e038438-5685-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:56:18+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e03821c-5685-11ed-a84e-c6561d458770 | InvocationID=3e038438-5685-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:56:26+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338925f8-5685-11ed-a84e-c6561d458770 | InvocationID=33892aa8-5685-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:56:26+0000 | aai_event_thread | 140324283181856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424c8a8a-5685-11ed-a84e-c6561d458770 | InvocationID=424c8c9c-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-28T05:56:43+0000 | policy_event_thread | 140324284242720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e03821c-5685-11ed-a84e-c6561d458770 | InvocationID=3e038438-5685-11ed-a84e-c6561d458770 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-28T05:56:43+0000 | policy_event_thread | 140324284242720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf15dc6-5685-11ed-a84e-c6561d458770 | InvocationID=4cf15f92-5685-11ed-a84e-c6561d458770 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-28T05:56:44+0000 | policy_event_thread | 140324284242720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf15dc6-5685-11ed-a84e-c6561d458770 | InvocationID=4cf15f92-5685-11ed-a84e-c6561d458770 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:56:44+0000 | policy_event_thread | 140324284242720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cf15dc6-5685-11ed-a84e-c6561d458770 | InvocationID=4cf15f92-5685-11ed-a84e-c6561d458770 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-28T05:56:50+0000 | aai_event_thread | 140324283181856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=424c8a8a-5685-11ed-a84e-c6561d458770 | InvocationID=424c8c9c-5685-11ed-a84e-c6561d458770 | Polling MR for XNF AAI events.[0m 2022-10-28T05:56:50+0000 | aai_event_thread