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-10T04:48:41+0000 | MainThread | 139730923945288 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-10-10T04:48:41+0000 | MainThread | 139730923945288 | 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-10T04:48:41+0000 | MainThread | 139730923945288 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-10-10T04:48:41+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:48:41+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-10-10T04:48:41+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d04f9fee-4856-11ed-bdbf-825409792e5b | InvocationID=d04fa282-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:48:41+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0508fee-4856-11ed-bdbf-825409792e5b | InvocationID=d0509732-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:48:41+0000 | MainThread | 139730923945288 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-10-10T04:48:42+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d04f9fee-4856-11ed-bdbf-825409792e5b | InvocationID=d04fa282-4856-11ed-bdbf-825409792e5b | 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-10T04:48:42+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0508fee-4856-11ed-bdbf-825409792e5b | InvocationID=d0509732-4856-11ed-bdbf-825409792e5b | 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-10T04:48:42+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d04f9fee-4856-11ed-bdbf-825409792e5b | InvocationID=d04fa282-4856-11ed-bdbf-825409792e5b | 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-10T04:48:42+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0508fee-4856-11ed-bdbf-825409792e5b | InvocationID=d0509732-4856-11ed-bdbf-825409792e5b | 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-10T04:49:02+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0508fee-4856-11ed-bdbf-825409792e5b | InvocationID=d0509732-4856-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:49:02+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce6b81e-4856-11ed-bdbf-825409792e5b | InvocationID=dce6babc-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:49:03+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce6b81e-4856-11ed-bdbf-825409792e5b | InvocationID=dce6babc-4856-11ed-bdbf-825409792e5b | 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-10T04:49:03+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dce6b81e-4856-11ed-bdbf-825409792e5b | InvocationID=dce6babc-4856-11ed-bdbf-825409792e5b | 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-10T04:49:07+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d04f9fee-4856-11ed-bdbf-825409792e5b | InvocationID=d04fa282-4856-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:49:07+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe184fe-4856-11ed-bdbf-825409792e5b | InvocationID=dfe186b6-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:49:08+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe184fe-4856-11ed-bdbf-825409792e5b | InvocationID=dfe186b6-4856-11ed-bdbf-825409792e5b | 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-10T04:49:08+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfe184fe-4856-11ed-bdbf-825409792e5b | InvocationID=dfe186b6-4856-11ed-bdbf-825409792e5b | 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-10T04:49:23+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dce6b81e-4856-11ed-bdbf-825409792e5b | InvocationID=dce6babc-4856-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:49:23+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e972a32c-4856-11ed-bdbf-825409792e5b | InvocationID=e972a714-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:49:24+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e972a32c-4856-11ed-bdbf-825409792e5b | InvocationID=e972a714-4856-11ed-bdbf-825409792e5b | 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-10T04:49:24+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e972a32c-4856-11ed-bdbf-825409792e5b | InvocationID=e972a714-4856-11ed-bdbf-825409792e5b | 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-10T04:49:33+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfe184fe-4856-11ed-bdbf-825409792e5b | InvocationID=dfe186b6-4856-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:49:33+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6750de-4856-11ed-bdbf-825409792e5b | InvocationID=ef675336-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:49:34+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6750de-4856-11ed-bdbf-825409792e5b | InvocationID=ef675336-4856-11ed-bdbf-825409792e5b | 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-10T04:49:34+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6750de-4856-11ed-bdbf-825409792e5b | InvocationID=ef675336-4856-11ed-bdbf-825409792e5b | 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-10T04:49:44+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e972a32c-4856-11ed-bdbf-825409792e5b | InvocationID=e972a714-4856-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:49:44+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ffd4f2-4856-11ed-bdbf-825409792e5b | InvocationID=f5ffd704-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:49:46+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ffd4f2-4856-11ed-bdbf-825409792e5b | InvocationID=f5ffd704-4856-11ed-bdbf-825409792e5b | 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-10T04:49:46+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ffd4f2-4856-11ed-bdbf-825409792e5b | InvocationID=f5ffd704-4856-11ed-bdbf-825409792e5b | 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-10T04:49:59+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6750de-4856-11ed-bdbf-825409792e5b | InvocationID=ef675336-4856-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:49:59+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feedf6e8-4856-11ed-bdbf-825409792e5b | InvocationID=feedf8be-4856-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:50:01+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feedf6e8-4856-11ed-bdbf-825409792e5b | InvocationID=feedf8be-4856-11ed-bdbf-825409792e5b | 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-10T04:50:01+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feedf6e8-4856-11ed-bdbf-825409792e5b | InvocationID=feedf8be-4856-11ed-bdbf-825409792e5b | 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-10T04:50:06+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ffd4f2-4856-11ed-bdbf-825409792e5b | InvocationID=f5ffd704-4856-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:50:06+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028c2464-4857-11ed-bdbf-825409792e5b | InvocationID=028c2630-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:50:07+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028c2464-4857-11ed-bdbf-825409792e5b | InvocationID=028c2630-4857-11ed-bdbf-825409792e5b | 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-10T04:50:07+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=028c2464-4857-11ed-bdbf-825409792e5b | InvocationID=028c2630-4857-11ed-bdbf-825409792e5b | 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-10T04:50:26+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feedf6e8-4856-11ed-bdbf-825409792e5b | InvocationID=feedf8be-4856-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:50:26+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e746d22-4857-11ed-bdbf-825409792e5b | InvocationID=0e746f98-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:50:27+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=028c2464-4857-11ed-bdbf-825409792e5b | InvocationID=028c2630-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:50:27+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f14ab8e-4857-11ed-bdbf-825409792e5b | InvocationID=0f14b5e8-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:50:27+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e746d22-4857-11ed-bdbf-825409792e5b | InvocationID=0e746f98-4857-11ed-bdbf-825409792e5b | 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-10T04:50:27+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e746d22-4857-11ed-bdbf-825409792e5b | InvocationID=0e746f98-4857-11ed-bdbf-825409792e5b | 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-10T04:50:28+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f14ab8e-4857-11ed-bdbf-825409792e5b | InvocationID=0f14b5e8-4857-11ed-bdbf-825409792e5b | 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-10T04:50:28+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f14ab8e-4857-11ed-bdbf-825409792e5b | InvocationID=0f14b5e8-4857-11ed-bdbf-825409792e5b | 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-10T04:50:48+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f14ab8e-4857-11ed-bdbf-825409792e5b | InvocationID=0f14b5e8-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:50:48+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba1157c-4857-11ed-bdbf-825409792e5b | InvocationID=1ba118f6-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:50:49+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba1157c-4857-11ed-bdbf-825409792e5b | InvocationID=1ba118f6-4857-11ed-bdbf-825409792e5b | 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-10T04:50:49+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba1157c-4857-11ed-bdbf-825409792e5b | InvocationID=1ba118f6-4857-11ed-bdbf-825409792e5b | 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-10T04:50:52+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e746d22-4857-11ed-bdbf-825409792e5b | InvocationID=0e746f98-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:50:52+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dfffcac-4857-11ed-bdbf-825409792e5b | InvocationID=1dffff0e-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:50:53+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dfffcac-4857-11ed-bdbf-825409792e5b | InvocationID=1dffff0e-4857-11ed-bdbf-825409792e5b | 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-10T04:50:53+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dfffcac-4857-11ed-bdbf-825409792e5b | InvocationID=1dffff0e-4857-11ed-bdbf-825409792e5b | 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-10T04:51:09+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba1157c-4857-11ed-bdbf-825409792e5b | InvocationID=1ba118f6-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:51:09+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28297e10-4857-11ed-bdbf-825409792e5b | InvocationID=28298054-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:51:09+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28297e10-4857-11ed-bdbf-825409792e5b | InvocationID=28298054-4857-11ed-bdbf-825409792e5b | 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-10T04:51:09+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28297e10-4857-11ed-bdbf-825409792e5b | InvocationID=28298054-4857-11ed-bdbf-825409792e5b | 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-10T04:51:18+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dfffcac-4857-11ed-bdbf-825409792e5b | InvocationID=1dffff0e-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:51:18+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d872d9e-4857-11ed-bdbf-825409792e5b | InvocationID=2d8765ca-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:51:18+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d872d9e-4857-11ed-bdbf-825409792e5b | InvocationID=2d8765ca-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:51:18+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d872d9e-4857-11ed-bdbf-825409792e5b | InvocationID=2d8765ca-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:51:29+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28297e10-4857-11ed-bdbf-825409792e5b | InvocationID=28298054-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:51:29+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344b7018-4857-11ed-bdbf-825409792e5b | InvocationID=344b7360-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:51:29+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344b7018-4857-11ed-bdbf-825409792e5b | InvocationID=344b7360-4857-11ed-bdbf-825409792e5b | 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-10T04:51:29+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=344b7018-4857-11ed-bdbf-825409792e5b | InvocationID=344b7360-4857-11ed-bdbf-825409792e5b | 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-10T04:51:43+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d872d9e-4857-11ed-bdbf-825409792e5b | InvocationID=2d8765ca-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:51:43+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c78f2e2-4857-11ed-bdbf-825409792e5b | InvocationID=3c78f4b8-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:51:43+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c78f2e2-4857-11ed-bdbf-825409792e5b | InvocationID=3c78f4b8-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:51:43+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c78f2e2-4857-11ed-bdbf-825409792e5b | InvocationID=3c78f4b8-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:51:49+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=344b7018-4857-11ed-bdbf-825409792e5b | InvocationID=344b7360-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:51:49+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40437a6e-4857-11ed-bdbf-825409792e5b | InvocationID=40437c94-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:51:49+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40437a6e-4857-11ed-bdbf-825409792e5b | InvocationID=40437c94-4857-11ed-bdbf-825409792e5b | 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-10T04:51:49+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40437a6e-4857-11ed-bdbf-825409792e5b | InvocationID=40437c94-4857-11ed-bdbf-825409792e5b | 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-10T04:52:08+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c78f2e2-4857-11ed-bdbf-825409792e5b | InvocationID=3c78f4b8-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:52:08+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6ba51a-4857-11ed-bdbf-825409792e5b | InvocationID=4b6ba970-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:52:08+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6ba51a-4857-11ed-bdbf-825409792e5b | InvocationID=4b6ba970-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:52:08+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6ba51a-4857-11ed-bdbf-825409792e5b | InvocationID=4b6ba970-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:52:09+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40437a6e-4857-11ed-bdbf-825409792e5b | InvocationID=40437c94-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:52:09+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c3971ca-4857-11ed-bdbf-825409792e5b | InvocationID=4c3973a0-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:52:09+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c3971ca-4857-11ed-bdbf-825409792e5b | InvocationID=4c3973a0-4857-11ed-bdbf-825409792e5b | 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-10T04:52:09+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c3971ca-4857-11ed-bdbf-825409792e5b | InvocationID=4c3973a0-4857-11ed-bdbf-825409792e5b | 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-10T04:52:29+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c3971ca-4857-11ed-bdbf-825409792e5b | InvocationID=4c3973a0-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:52:29+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=582f259c-4857-11ed-bdbf-825409792e5b | InvocationID=582f27ea-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:52:29+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=582f259c-4857-11ed-bdbf-825409792e5b | InvocationID=582f27ea-4857-11ed-bdbf-825409792e5b | 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-10T04:52:29+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=582f259c-4857-11ed-bdbf-825409792e5b | InvocationID=582f27ea-4857-11ed-bdbf-825409792e5b | 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-10T04:52:33+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6ba51a-4857-11ed-bdbf-825409792e5b | InvocationID=4b6ba970-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:52:33+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5bd13a-4857-11ed-bdbf-825409792e5b | InvocationID=5a5bd388-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:52:33+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5bd13a-4857-11ed-bdbf-825409792e5b | InvocationID=5a5bd388-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:52:33+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a5bd13a-4857-11ed-bdbf-825409792e5b | InvocationID=5a5bd388-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:52:49+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=582f259c-4857-11ed-bdbf-825409792e5b | InvocationID=582f27ea-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:52:49+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=643d782a-4857-11ed-bdbf-825409792e5b | InvocationID=643d7a14-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:52:49+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=643d782a-4857-11ed-bdbf-825409792e5b | InvocationID=643d7a14-4857-11ed-bdbf-825409792e5b | 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-10T04:52:49+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=643d782a-4857-11ed-bdbf-825409792e5b | InvocationID=643d7a14-4857-11ed-bdbf-825409792e5b | 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-10T04:52:58+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a5bd13a-4857-11ed-bdbf-825409792e5b | InvocationID=5a5bd388-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:52:58+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694a2d68-4857-11ed-bdbf-825409792e5b | InvocationID=694a2f5c-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:52:58+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694a2d68-4857-11ed-bdbf-825409792e5b | InvocationID=694a2f5c-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:52:58+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=694a2d68-4857-11ed-bdbf-825409792e5b | InvocationID=694a2f5c-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:53:09+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=643d782a-4857-11ed-bdbf-825409792e5b | InvocationID=643d7a14-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:53:09+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7030ba16-4857-11ed-bdbf-825409792e5b | InvocationID=7030bc96-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:53:10+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7030ba16-4857-11ed-bdbf-825409792e5b | InvocationID=7030bc96-4857-11ed-bdbf-825409792e5b | 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-10T04:53:10+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7030ba16-4857-11ed-bdbf-825409792e5b | InvocationID=7030bc96-4857-11ed-bdbf-825409792e5b | 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-10T04:53:23+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=694a2d68-4857-11ed-bdbf-825409792e5b | InvocationID=694a2f5c-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:53:23+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783c50da-4857-11ed-bdbf-825409792e5b | InvocationID=783c52b0-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:53:23+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783c50da-4857-11ed-bdbf-825409792e5b | InvocationID=783c52b0-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:53:23+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=783c50da-4857-11ed-bdbf-825409792e5b | InvocationID=783c52b0-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:53:30+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7030ba16-4857-11ed-bdbf-825409792e5b | InvocationID=7030bc96-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:53:30+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c234dde-4857-11ed-bdbf-825409792e5b | InvocationID=7c234fb4-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:53:30+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c234dde-4857-11ed-bdbf-825409792e5b | InvocationID=7c234fb4-4857-11ed-bdbf-825409792e5b | 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-10T04:53:30+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c234dde-4857-11ed-bdbf-825409792e5b | InvocationID=7c234fb4-4857-11ed-bdbf-825409792e5b | 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-10T04:53:48+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=783c50da-4857-11ed-bdbf-825409792e5b | InvocationID=783c52b0-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:53:48+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872adef4-4857-11ed-bdbf-825409792e5b | InvocationID=872ae142-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:53:48+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872adef4-4857-11ed-bdbf-825409792e5b | InvocationID=872ae142-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:53:48+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=872adef4-4857-11ed-bdbf-825409792e5b | InvocationID=872ae142-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:53:50+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c234dde-4857-11ed-bdbf-825409792e5b | InvocationID=7c234fb4-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:53:50+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88169204-4857-11ed-bdbf-825409792e5b | InvocationID=8816947a-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:53:50+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88169204-4857-11ed-bdbf-825409792e5b | InvocationID=8816947a-4857-11ed-bdbf-825409792e5b | 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-10T04:53:50+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88169204-4857-11ed-bdbf-825409792e5b | InvocationID=8816947a-4857-11ed-bdbf-825409792e5b | 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-10T04:54:10+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88169204-4857-11ed-bdbf-825409792e5b | InvocationID=8816947a-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:54:10+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9409beec-4857-11ed-bdbf-825409792e5b | InvocationID=9409c0e0-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:54:10+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9409beec-4857-11ed-bdbf-825409792e5b | InvocationID=9409c0e0-4857-11ed-bdbf-825409792e5b | 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-10T04:54:10+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9409beec-4857-11ed-bdbf-825409792e5b | InvocationID=9409c0e0-4857-11ed-bdbf-825409792e5b | 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-10T04:54:13+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=872adef4-4857-11ed-bdbf-825409792e5b | InvocationID=872ae142-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:54:13+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96191dea-4857-11ed-bdbf-825409792e5b | InvocationID=9619204c-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:54:13+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96191dea-4857-11ed-bdbf-825409792e5b | InvocationID=9619204c-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:54:13+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96191dea-4857-11ed-bdbf-825409792e5b | InvocationID=9619204c-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:54:30+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9409beec-4857-11ed-bdbf-825409792e5b | InvocationID=9409c0e0-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:54:30+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ffe6c48-4857-11ed-bdbf-825409792e5b | InvocationID=9ffe6e3c-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:54:30+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ffe6c48-4857-11ed-bdbf-825409792e5b | InvocationID=9ffe6e3c-4857-11ed-bdbf-825409792e5b | 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-10T04:54:30+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ffe6c48-4857-11ed-bdbf-825409792e5b | InvocationID=9ffe6e3c-4857-11ed-bdbf-825409792e5b | 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-10T04:54:38+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96191dea-4857-11ed-bdbf-825409792e5b | InvocationID=9619204c-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:54:38+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a508d5a2-4857-11ed-bdbf-825409792e5b | InvocationID=a508d76e-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:54:38+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a508d5a2-4857-11ed-bdbf-825409792e5b | InvocationID=a508d76e-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:54:38+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a508d5a2-4857-11ed-bdbf-825409792e5b | InvocationID=a508d76e-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:54:50+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ffe6c48-4857-11ed-bdbf-825409792e5b | InvocationID=9ffe6e3c-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:54:50+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf3d3bc-4857-11ed-bdbf-825409792e5b | InvocationID=abf3d5b0-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:54:50+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf3d3bc-4857-11ed-bdbf-825409792e5b | InvocationID=abf3d5b0-4857-11ed-bdbf-825409792e5b | 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-10T04:54:50+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abf3d3bc-4857-11ed-bdbf-825409792e5b | InvocationID=abf3d5b0-4857-11ed-bdbf-825409792e5b | 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-10T04:55:03+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a508d5a2-4857-11ed-bdbf-825409792e5b | InvocationID=a508d76e-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:55:03+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f6f4fe-4857-11ed-bdbf-825409792e5b | InvocationID=b3f6fc10-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:55:03+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f6f4fe-4857-11ed-bdbf-825409792e5b | InvocationID=b3f6fc10-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:55:03+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3f6f4fe-4857-11ed-bdbf-825409792e5b | InvocationID=b3f6fc10-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:55:10+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abf3d3bc-4857-11ed-bdbf-825409792e5b | InvocationID=abf3d5b0-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:55:10+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e7f202-4857-11ed-bdbf-825409792e5b | InvocationID=b7e7f4dc-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:55:10+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e7f202-4857-11ed-bdbf-825409792e5b | InvocationID=b7e7f4dc-4857-11ed-bdbf-825409792e5b | 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-10T04:55:10+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7e7f202-4857-11ed-bdbf-825409792e5b | InvocationID=b7e7f4dc-4857-11ed-bdbf-825409792e5b | 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-10T04:55:28+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3f6f4fe-4857-11ed-bdbf-825409792e5b | InvocationID=b3f6fc10-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:55:28+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2e55a96-4857-11ed-bdbf-825409792e5b | InvocationID=c2e55cb2-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:55:28+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2e55a96-4857-11ed-bdbf-825409792e5b | InvocationID=c2e55cb2-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:55:28+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2e55a96-4857-11ed-bdbf-825409792e5b | InvocationID=c2e55cb2-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:55:30+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7e7f202-4857-11ed-bdbf-825409792e5b | InvocationID=b7e7f4dc-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:55:30+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e29710-4857-11ed-bdbf-825409792e5b | InvocationID=c3e298f0-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:55:30+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e29710-4857-11ed-bdbf-825409792e5b | InvocationID=c3e298f0-4857-11ed-bdbf-825409792e5b | 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-10T04:55:30+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e29710-4857-11ed-bdbf-825409792e5b | InvocationID=c3e298f0-4857-11ed-bdbf-825409792e5b | 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-10T04:55:50+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e29710-4857-11ed-bdbf-825409792e5b | InvocationID=c3e298f0-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:55:50+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd67dd4-4857-11ed-bdbf-825409792e5b | InvocationID=cfd67ffa-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:55:50+0000 | aai_event_thread | 139730873207584 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd67dd4-4857-11ed-bdbf-825409792e5b | InvocationID=cfd67ffa-4857-11ed-bdbf-825409792e5b | 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-10T04:55:50+0000 | aai_event_thread | 139730873207584 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfd67dd4-4857-11ed-bdbf-825409792e5b | InvocationID=cfd67ffa-4857-11ed-bdbf-825409792e5b | 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-10T04:55:53+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2e55a96-4857-11ed-bdbf-825409792e5b | InvocationID=c2e55cb2-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:55:53+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d58954-4857-11ed-bdbf-825409792e5b | InvocationID=d1d58b3e-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:55:53+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d58954-4857-11ed-bdbf-825409792e5b | InvocationID=d1d58b3e-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:55:53+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1d58954-4857-11ed-bdbf-825409792e5b | InvocationID=d1d58b3e-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:56:10+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfd67dd4-4857-11ed-bdbf-825409792e5b | InvocationID=cfd67ffa-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:56:10+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc9bc0a-4857-11ed-bdbf-825409792e5b | InvocationID=dbc9bf3e-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:56:18+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1d58954-4857-11ed-bdbf-825409792e5b | InvocationID=d1d58b3e-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:56:18+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c5d310-4857-11ed-bdbf-825409792e5b | InvocationID=e0c5d5c2-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:56:18+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c5d310-4857-11ed-bdbf-825409792e5b | InvocationID=e0c5d5c2-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:56:18+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0c5d310-4857-11ed-bdbf-825409792e5b | InvocationID=e0c5d5c2-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:56:34+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbc9bc0a-4857-11ed-bdbf-825409792e5b | InvocationID=dbc9bf3e-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:56:34+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea41368c-4857-11ed-bdbf-825409792e5b | InvocationID=ea413862-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:56:43+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0c5d310-4857-11ed-bdbf-825409792e5b | InvocationID=e0c5d5c2-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:56:43+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb8b09a-4857-11ed-bdbf-825409792e5b | InvocationID=efb8b338-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:56:44+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb8b09a-4857-11ed-bdbf-825409792e5b | InvocationID=efb8b338-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:56:44+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efb8b09a-4857-11ed-bdbf-825409792e5b | InvocationID=efb8b338-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:56:54+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea41368c-4857-11ed-bdbf-825409792e5b | InvocationID=ea413862-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:56:54+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f636cc7c-4857-11ed-bdbf-825409792e5b | InvocationID=f636ce52-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:57:09+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efb8b09a-4857-11ed-bdbf-825409792e5b | InvocationID=efb8b338-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:57:09+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fea70836-4857-11ed-bdbf-825409792e5b | InvocationID=fea70a0c-4857-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:57:09+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fea70836-4857-11ed-bdbf-825409792e5b | InvocationID=fea70a0c-4857-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:57:09+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fea70836-4857-11ed-bdbf-825409792e5b | InvocationID=fea70a0c-4857-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:57:14+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f636cc7c-4857-11ed-bdbf-825409792e5b | InvocationID=f636ce52-4857-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:57:14+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02319322-4858-11ed-bdbf-825409792e5b | InvocationID=0231950c-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:57:34+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fea70836-4857-11ed-bdbf-825409792e5b | InvocationID=fea70a0c-4857-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:57:34+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d951784-4858-11ed-bdbf-825409792e5b | InvocationID=0d9519c8-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:57:34+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d951784-4858-11ed-bdbf-825409792e5b | InvocationID=0d9519c8-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:57:34+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d951784-4858-11ed-bdbf-825409792e5b | InvocationID=0d9519c8-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:57:35+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02319322-4858-11ed-bdbf-825409792e5b | InvocationID=0231950c-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:57:35+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e39f56a-4858-11ed-bdbf-825409792e5b | InvocationID=0e39f844-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:57:55+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e39f56a-4858-11ed-bdbf-825409792e5b | InvocationID=0e39f844-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:57:55+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7bb23c-4858-11ed-bdbf-825409792e5b | InvocationID=1a7bb4ee-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:57:59+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d951784-4858-11ed-bdbf-825409792e5b | InvocationID=0d9519c8-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:57:59+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c835f80-4858-11ed-bdbf-825409792e5b | InvocationID=1c83655c-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:57:59+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c835f80-4858-11ed-bdbf-825409792e5b | InvocationID=1c83655c-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:57:59+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c835f80-4858-11ed-bdbf-825409792e5b | InvocationID=1c83655c-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:58:20+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a7bb23c-4858-11ed-bdbf-825409792e5b | InvocationID=1a7bb4ee-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:58:20+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2941a5ec-4858-11ed-bdbf-825409792e5b | InvocationID=2941a7cc-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:58:24+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c835f80-4858-11ed-bdbf-825409792e5b | InvocationID=1c83655c-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:58:24+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b7171ee-4858-11ed-bdbf-825409792e5b | InvocationID=2b71764e-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:58:24+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b7171ee-4858-11ed-bdbf-825409792e5b | InvocationID=2b71764e-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:58:24+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b7171ee-4858-11ed-bdbf-825409792e5b | InvocationID=2b71764e-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:58:45+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2941a5ec-4858-11ed-bdbf-825409792e5b | InvocationID=2941a7cc-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:58:45+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3805982c-4858-11ed-bdbf-825409792e5b | InvocationID=38059b6a-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:58:49+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b7171ee-4858-11ed-bdbf-825409792e5b | InvocationID=2b71764e-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:58:49+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5f0acc-4858-11ed-bdbf-825409792e5b | InvocationID=3a5f0e82-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:58:49+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5f0acc-4858-11ed-bdbf-825409792e5b | InvocationID=3a5f0e82-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:58:49+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a5f0acc-4858-11ed-bdbf-825409792e5b | InvocationID=3a5f0e82-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:59:10+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3805982c-4858-11ed-bdbf-825409792e5b | InvocationID=38059b6a-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:59:10+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46ca6310-4858-11ed-bdbf-825409792e5b | InvocationID=46ca6540-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:59:14+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a5f0acc-4858-11ed-bdbf-825409792e5b | InvocationID=3a5f0e82-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:59:14+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=494d570a-4858-11ed-bdbf-825409792e5b | InvocationID=494d5962-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:59:14+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=494d570a-4858-11ed-bdbf-825409792e5b | InvocationID=494d5962-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:59:14+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=494d570a-4858-11ed-bdbf-825409792e5b | InvocationID=494d5962-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:59:34+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46ca6310-4858-11ed-bdbf-825409792e5b | InvocationID=46ca6540-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:59:34+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=558d82ba-4858-11ed-bdbf-825409792e5b | InvocationID=558d8544-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T04:59:39+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=494d570a-4858-11ed-bdbf-825409792e5b | InvocationID=494d5962-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T04:59:39+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=583b02b2-4858-11ed-bdbf-825409792e5b | InvocationID=583b0582-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T04:59:39+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=583b02b2-4858-11ed-bdbf-825409792e5b | InvocationID=583b0582-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:59:39+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=583b02b2-4858-11ed-bdbf-825409792e5b | InvocationID=583b0582-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T04:59:59+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=558d82ba-4858-11ed-bdbf-825409792e5b | InvocationID=558d8544-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T04:59:59+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64528d0e-4858-11ed-bdbf-825409792e5b | InvocationID=64528f66-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:00:04+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=583b02b2-4858-11ed-bdbf-825409792e5b | InvocationID=583b0582-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:00:04+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=672857ca-4858-11ed-bdbf-825409792e5b | InvocationID=672859aa-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:00:04+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=672857ca-4858-11ed-bdbf-825409792e5b | InvocationID=672859aa-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:00:04+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=672857ca-4858-11ed-bdbf-825409792e5b | InvocationID=672859aa-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:00:24+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64528d0e-4858-11ed-bdbf-825409792e5b | InvocationID=64528f66-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:00:24+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=732a49c0-4858-11ed-bdbf-825409792e5b | InvocationID=732a4c0e-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:00:29+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=672857ca-4858-11ed-bdbf-825409792e5b | InvocationID=672859aa-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:00:29+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7616ada4-4858-11ed-bdbf-825409792e5b | InvocationID=7616b07e-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:00:29+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7616ada4-4858-11ed-bdbf-825409792e5b | InvocationID=7616b07e-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:00:29+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7616ada4-4858-11ed-bdbf-825409792e5b | InvocationID=7616b07e-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:00:49+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=732a49c0-4858-11ed-bdbf-825409792e5b | InvocationID=732a4c0e-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:00:49+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81ee89bc-4858-11ed-bdbf-825409792e5b | InvocationID=81ee8c64-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:00:54+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7616ada4-4858-11ed-bdbf-825409792e5b | InvocationID=7616b07e-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:00:54+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8506bc14-4858-11ed-bdbf-825409792e5b | InvocationID=8506be3a-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:00:54+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8506bc14-4858-11ed-bdbf-825409792e5b | InvocationID=8506be3a-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:00:54+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8506bc14-4858-11ed-bdbf-825409792e5b | InvocationID=8506be3a-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:01:14+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81ee89bc-4858-11ed-bdbf-825409792e5b | InvocationID=81ee8c64-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:01:14+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b5b0ce-4858-11ed-bdbf-825409792e5b | InvocationID=90b5b2a4-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:01:19+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8506bc14-4858-11ed-bdbf-825409792e5b | InvocationID=8506be3a-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:01:19+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f67ff2-4858-11ed-bdbf-825409792e5b | InvocationID=93f681d2-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:01:19+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f67ff2-4858-11ed-bdbf-825409792e5b | InvocationID=93f681d2-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:01:19+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f67ff2-4858-11ed-bdbf-825409792e5b | InvocationID=93f681d2-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:01:38+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90b5b0ce-4858-11ed-bdbf-825409792e5b | InvocationID=90b5b2a4-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:01:38+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7d3e10-4858-11ed-bdbf-825409792e5b | InvocationID=9f7d4054-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:01:44+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f67ff2-4858-11ed-bdbf-825409792e5b | InvocationID=93f681d2-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:01:44+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e4c32a-4858-11ed-bdbf-825409792e5b | InvocationID=a2e4c65e-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:01:44+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e4c32a-4858-11ed-bdbf-825409792e5b | InvocationID=a2e4c65e-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:01:44+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2e4c32a-4858-11ed-bdbf-825409792e5b | InvocationID=a2e4c65e-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:02:03+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f7d3e10-4858-11ed-bdbf-825409792e5b | InvocationID=9f7d4054-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:02:03+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae44bfae-4858-11ed-bdbf-825409792e5b | InvocationID=ae44c832-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:02:09+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2e4c32a-4858-11ed-bdbf-825409792e5b | InvocationID=a2e4c65e-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:02:09+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1d47876-4858-11ed-bdbf-825409792e5b | InvocationID=b1d47ace-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:02:09+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1d47876-4858-11ed-bdbf-825409792e5b | InvocationID=b1d47ace-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:02:09+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1d47876-4858-11ed-bdbf-825409792e5b | InvocationID=b1d47ace-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:02:28+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae44bfae-4858-11ed-bdbf-825409792e5b | InvocationID=ae44c832-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:02:28+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd11e638-4858-11ed-bdbf-825409792e5b | InvocationID=bd11ebce-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:02:34+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1d47876-4858-11ed-bdbf-825409792e5b | InvocationID=b1d47ace-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:02:34+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0c67d66-4858-11ed-bdbf-825409792e5b | InvocationID=c0c67fbe-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:02:34+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0c67d66-4858-11ed-bdbf-825409792e5b | InvocationID=c0c67fbe-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:02:34+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0c67d66-4858-11ed-bdbf-825409792e5b | InvocationID=c0c67fbe-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:02:53+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd11e638-4858-11ed-bdbf-825409792e5b | InvocationID=bd11ebce-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:02:53+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbddec66-4858-11ed-bdbf-825409792e5b | InvocationID=cbddef4a-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:02:59+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0c67d66-4858-11ed-bdbf-825409792e5b | InvocationID=c0c67fbe-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:02:59+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb479a4-4858-11ed-bdbf-825409792e5b | InvocationID=cfb47b66-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:02:59+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb479a4-4858-11ed-bdbf-825409792e5b | InvocationID=cfb47b66-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:02:59+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfb479a4-4858-11ed-bdbf-825409792e5b | InvocationID=cfb47b66-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:03:18+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbddec66-4858-11ed-bdbf-825409792e5b | InvocationID=cbddef4a-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:03:18+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa650d0-4858-11ed-bdbf-825409792e5b | InvocationID=daa652a6-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:03:24+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfb479a4-4858-11ed-bdbf-825409792e5b | InvocationID=cfb47b66-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:03:24+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea53d22-4858-11ed-bdbf-825409792e5b | InvocationID=dea53eee-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:03:25+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea53d22-4858-11ed-bdbf-825409792e5b | InvocationID=dea53eee-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:03:25+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dea53d22-4858-11ed-bdbf-825409792e5b | InvocationID=dea53eee-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:03:43+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daa650d0-4858-11ed-bdbf-825409792e5b | InvocationID=daa652a6-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:03:43+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e98cfebe-4858-11ed-bdbf-825409792e5b | InvocationID=e98d00d0-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:03:50+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dea53d22-4858-11ed-bdbf-825409792e5b | InvocationID=dea53eee-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:03:50+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb12c2c-4858-11ed-bdbf-825409792e5b | InvocationID=edb12e0c-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:03:50+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb12c2c-4858-11ed-bdbf-825409792e5b | InvocationID=edb12e0c-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:03:50+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb12c2c-4858-11ed-bdbf-825409792e5b | InvocationID=edb12e0c-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:04:08+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e98cfebe-4858-11ed-bdbf-825409792e5b | InvocationID=e98d00d0-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:04:08+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8792e0c-4858-11ed-bdbf-825409792e5b | InvocationID=f8793046-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:04:15+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb12c2c-4858-11ed-bdbf-825409792e5b | InvocationID=edb12e0c-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:04:15+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb94434-4858-11ed-bdbf-825409792e5b | InvocationID=fcb9460a-4858-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:04:15+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb94434-4858-11ed-bdbf-825409792e5b | InvocationID=fcb9460a-4858-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:04:15+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcb94434-4858-11ed-bdbf-825409792e5b | InvocationID=fcb9460a-4858-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:04:32+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8792e0c-4858-11ed-bdbf-825409792e5b | InvocationID=f8793046-4858-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:04:32+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073f50a6-4859-11ed-bdbf-825409792e5b | InvocationID=073f52f4-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:04:40+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcb94434-4858-11ed-bdbf-825409792e5b | InvocationID=fcb9460a-4858-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:04:40+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba8e846-4859-11ed-bdbf-825409792e5b | InvocationID=0ba8ebfc-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:04:40+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba8e846-4859-11ed-bdbf-825409792e5b | InvocationID=0ba8ebfc-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:04:40+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ba8e846-4859-11ed-bdbf-825409792e5b | InvocationID=0ba8ebfc-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:04:57+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=073f50a6-4859-11ed-bdbf-825409792e5b | InvocationID=073f52f4-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:04:57+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16045c58-4859-11ed-bdbf-825409792e5b | InvocationID=16045f5a-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:05:05+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ba8e846-4859-11ed-bdbf-825409792e5b | InvocationID=0ba8ebfc-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:05:05+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a9a15be-4859-11ed-bdbf-825409792e5b | InvocationID=1a9a17f8-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:05:05+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a9a15be-4859-11ed-bdbf-825409792e5b | InvocationID=1a9a17f8-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:05:05+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a9a15be-4859-11ed-bdbf-825409792e5b | InvocationID=1a9a17f8-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:05:22+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16045c58-4859-11ed-bdbf-825409792e5b | InvocationID=16045f5a-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:05:22+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c8d598-4859-11ed-bdbf-825409792e5b | InvocationID=24c8d7e6-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:05:30+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a9a15be-4859-11ed-bdbf-825409792e5b | InvocationID=1a9a17f8-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:05:30+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=298994e6-4859-11ed-bdbf-825409792e5b | InvocationID=29899716-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:05:30+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=298994e6-4859-11ed-bdbf-825409792e5b | InvocationID=29899716-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:05:30+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=298994e6-4859-11ed-bdbf-825409792e5b | InvocationID=29899716-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:05:47+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24c8d598-4859-11ed-bdbf-825409792e5b | InvocationID=24c8d7e6-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:05:47+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33919876-4859-11ed-bdbf-825409792e5b | InvocationID=33919a56-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:05:55+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=298994e6-4859-11ed-bdbf-825409792e5b | InvocationID=29899716-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:05:55+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=387e951e-4859-11ed-bdbf-825409792e5b | InvocationID=387ec1c4-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:05:55+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=387e951e-4859-11ed-bdbf-825409792e5b | InvocationID=387ec1c4-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:05:55+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=387e951e-4859-11ed-bdbf-825409792e5b | InvocationID=387ec1c4-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:06:12+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33919876-4859-11ed-bdbf-825409792e5b | InvocationID=33919a56-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:06:12+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4255d55c-4859-11ed-bdbf-825409792e5b | InvocationID=4255d7fa-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:06:20+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=387e951e-4859-11ed-bdbf-825409792e5b | InvocationID=387ec1c4-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:06:20+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476ef988-4859-11ed-bdbf-825409792e5b | InvocationID=476efb72-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:06:20+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476ef988-4859-11ed-bdbf-825409792e5b | InvocationID=476efb72-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:06:20+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=476ef988-4859-11ed-bdbf-825409792e5b | InvocationID=476efb72-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:06:36+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4255d55c-4859-11ed-bdbf-825409792e5b | InvocationID=4255d7fa-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:06:36+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=511f01ee-4859-11ed-bdbf-825409792e5b | InvocationID=511f03ba-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:06:45+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=476ef988-4859-11ed-bdbf-825409792e5b | InvocationID=476efb72-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:06:45+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56600cca-4859-11ed-bdbf-825409792e5b | InvocationID=566013e6-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:06:45+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56600cca-4859-11ed-bdbf-825409792e5b | InvocationID=566013e6-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:06:45+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56600cca-4859-11ed-bdbf-825409792e5b | InvocationID=566013e6-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:07:01+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=511f01ee-4859-11ed-bdbf-825409792e5b | InvocationID=511f03ba-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:07:01+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ff3b58e-4859-11ed-bdbf-825409792e5b | InvocationID=5ff3b8fe-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:07:10+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56600cca-4859-11ed-bdbf-825409792e5b | InvocationID=566013e6-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:07:10+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654feb7e-4859-11ed-bdbf-825409792e5b | InvocationID=654fed4a-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:07:10+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654feb7e-4859-11ed-bdbf-825409792e5b | InvocationID=654fed4a-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:07:10+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=654feb7e-4859-11ed-bdbf-825409792e5b | InvocationID=654fed4a-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:07:26+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ff3b58e-4859-11ed-bdbf-825409792e5b | InvocationID=5ff3b8fe-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:07:26+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eb9edb8-4859-11ed-bdbf-825409792e5b | InvocationID=6eb9f0d8-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:07:35+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=654feb7e-4859-11ed-bdbf-825409792e5b | InvocationID=654fed4a-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:07:35+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74429e6a-4859-11ed-bdbf-825409792e5b | InvocationID=7442a040-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:07:35+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74429e6a-4859-11ed-bdbf-825409792e5b | InvocationID=7442a040-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:07:35+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74429e6a-4859-11ed-bdbf-825409792e5b | InvocationID=7442a040-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:07:51+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6eb9edb8-4859-11ed-bdbf-825409792e5b | InvocationID=6eb9f0d8-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:07:51+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d821bfe-4859-11ed-bdbf-825409792e5b | InvocationID=7d821e56-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:08:00+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74429e6a-4859-11ed-bdbf-825409792e5b | InvocationID=7442a040-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:08:00+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8330aa5c-4859-11ed-bdbf-825409792e5b | InvocationID=8330ac46-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:08:01+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8330aa5c-4859-11ed-bdbf-825409792e5b | InvocationID=8330ac46-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:08:01+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8330aa5c-4859-11ed-bdbf-825409792e5b | InvocationID=8330ac46-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:08:16+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d821bfe-4859-11ed-bdbf-825409792e5b | InvocationID=7d821e56-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:08:16+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4f3e5a-4859-11ed-bdbf-825409792e5b | InvocationID=8c4f4026-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:08:26+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8330aa5c-4859-11ed-bdbf-825409792e5b | InvocationID=8330ac46-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:08:26+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922c73d8-4859-11ed-bdbf-825409792e5b | InvocationID=922c75b8-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:08:26+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922c73d8-4859-11ed-bdbf-825409792e5b | InvocationID=922c75b8-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:08:26+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=922c73d8-4859-11ed-bdbf-825409792e5b | InvocationID=922c75b8-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:08:41+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c4f3e5a-4859-11ed-bdbf-825409792e5b | InvocationID=8c4f4026-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:08:41+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b32c81a-4859-11ed-bdbf-825409792e5b | InvocationID=9b32cd42-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:08:51+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=922c73d8-4859-11ed-bdbf-825409792e5b | InvocationID=922c75b8-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:08:51+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1363c60-4859-11ed-bdbf-825409792e5b | InvocationID=a1363eae-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:08:51+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1363c60-4859-11ed-bdbf-825409792e5b | InvocationID=a1363eae-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:08:51+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1363c60-4859-11ed-bdbf-825409792e5b | InvocationID=a1363eae-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:09:05+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b32c81a-4859-11ed-bdbf-825409792e5b | InvocationID=9b32cd42-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:09:05+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa01ce40-4859-11ed-bdbf-825409792e5b | InvocationID=aa01d08e-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:09:16+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1363c60-4859-11ed-bdbf-825409792e5b | InvocationID=a1363eae-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:09:16+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0348ff0-4859-11ed-bdbf-825409792e5b | InvocationID=b03491da-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:09:16+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0348ff0-4859-11ed-bdbf-825409792e5b | InvocationID=b03491da-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:09:16+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0348ff0-4859-11ed-bdbf-825409792e5b | InvocationID=b03491da-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:09:30+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa01ce40-4859-11ed-bdbf-825409792e5b | InvocationID=aa01d08e-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:09:30+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d62aec-4859-11ed-bdbf-825409792e5b | InvocationID=b8d62cb8-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:09:41+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0348ff0-4859-11ed-bdbf-825409792e5b | InvocationID=b03491da-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:09:41+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf273396-4859-11ed-bdbf-825409792e5b | InvocationID=bf27356c-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:09:41+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf273396-4859-11ed-bdbf-825409792e5b | InvocationID=bf27356c-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:09:41+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf273396-4859-11ed-bdbf-825409792e5b | InvocationID=bf27356c-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:09:55+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8d62aec-4859-11ed-bdbf-825409792e5b | InvocationID=b8d62cb8-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:09:55+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b50132-4859-11ed-bdbf-825409792e5b | InvocationID=c7b503e4-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:10:06+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf273396-4859-11ed-bdbf-825409792e5b | InvocationID=bf27356c-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:10:06+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce19495c-4859-11ed-bdbf-825409792e5b | InvocationID=ce194b28-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:10:06+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce19495c-4859-11ed-bdbf-825409792e5b | InvocationID=ce194b28-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:10:06+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce19495c-4859-11ed-bdbf-825409792e5b | InvocationID=ce194b28-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:10:20+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7b50132-4859-11ed-bdbf-825409792e5b | InvocationID=c7b503e4-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:10:20+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d696250a-4859-11ed-bdbf-825409792e5b | InvocationID=d696273a-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:10:31+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce19495c-4859-11ed-bdbf-825409792e5b | InvocationID=ce194b28-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:10:31+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd07658e-4859-11ed-bdbf-825409792e5b | InvocationID=dd076778-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:10:31+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd07658e-4859-11ed-bdbf-825409792e5b | InvocationID=dd076778-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:10:31+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd07658e-4859-11ed-bdbf-825409792e5b | InvocationID=dd076778-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:10:45+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d696250a-4859-11ed-bdbf-825409792e5b | InvocationID=d696273a-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:10:45+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5611356-4859-11ed-bdbf-825409792e5b | InvocationID=e5611536-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:10:56+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd07658e-4859-11ed-bdbf-825409792e5b | InvocationID=dd076778-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:10:56+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf5cafe-4859-11ed-bdbf-825409792e5b | InvocationID=ebf5d3c8-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:10:56+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf5cafe-4859-11ed-bdbf-825409792e5b | InvocationID=ebf5d3c8-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:10:56+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf5cafe-4859-11ed-bdbf-825409792e5b | InvocationID=ebf5d3c8-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:11:10+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5611356-4859-11ed-bdbf-825409792e5b | InvocationID=e5611536-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:11:10+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4245bd2-4859-11ed-bdbf-825409792e5b | InvocationID=f4245e7a-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:11:21+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf5cafe-4859-11ed-bdbf-825409792e5b | InvocationID=ebf5d3c8-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:11:21+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faea00ca-4859-11ed-bdbf-825409792e5b | InvocationID=faea032c-4859-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:11:21+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faea00ca-4859-11ed-bdbf-825409792e5b | InvocationID=faea032c-4859-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:11:21+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faea00ca-4859-11ed-bdbf-825409792e5b | InvocationID=faea032c-4859-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:11:35+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4245bd2-4859-11ed-bdbf-825409792e5b | InvocationID=f4245e7a-4859-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:11:35+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ea8ce0-485a-11ed-bdbf-825409792e5b | InvocationID=02ea9d98-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:11:46+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faea00ca-4859-11ed-bdbf-825409792e5b | InvocationID=faea032c-4859-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:11:46+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09deb97c-485a-11ed-bdbf-825409792e5b | InvocationID=09debc74-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:11:46+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09deb97c-485a-11ed-bdbf-825409792e5b | InvocationID=09debc74-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:11:46+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09deb97c-485a-11ed-bdbf-825409792e5b | InvocationID=09debc74-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:11:59+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02ea8ce0-485a-11ed-bdbf-825409792e5b | InvocationID=02ea9d98-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:11:59+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aefb1c-485a-11ed-bdbf-825409792e5b | InvocationID=11aefe14-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:12:11+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09deb97c-485a-11ed-bdbf-825409792e5b | InvocationID=09debc74-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:12:11+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18cdfb8c-485a-11ed-bdbf-825409792e5b | InvocationID=18cdfec0-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:12:11+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18cdfb8c-485a-11ed-bdbf-825409792e5b | InvocationID=18cdfec0-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:12:11+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18cdfb8c-485a-11ed-bdbf-825409792e5b | InvocationID=18cdfec0-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:12:24+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11aefb1c-485a-11ed-bdbf-825409792e5b | InvocationID=11aefe14-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:12:24+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2073d2b2-485a-11ed-bdbf-825409792e5b | InvocationID=2073d488-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:12:36+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18cdfb8c-485a-11ed-bdbf-825409792e5b | InvocationID=18cdfec0-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:12:36+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27be2cf2-485a-11ed-bdbf-825409792e5b | InvocationID=27be2f9a-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:12:36+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27be2cf2-485a-11ed-bdbf-825409792e5b | InvocationID=27be2f9a-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:12:36+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27be2cf2-485a-11ed-bdbf-825409792e5b | InvocationID=27be2f9a-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:12:49+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2073d2b2-485a-11ed-bdbf-825409792e5b | InvocationID=2073d488-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:12:49+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f37899c-485a-11ed-bdbf-825409792e5b | InvocationID=2f378b7c-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:13:01+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27be2cf2-485a-11ed-bdbf-825409792e5b | InvocationID=27be2f9a-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:13:01+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36abc242-485a-11ed-bdbf-825409792e5b | InvocationID=36abc468-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:13:02+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36abc242-485a-11ed-bdbf-825409792e5b | InvocationID=36abc468-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:13:02+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36abc242-485a-11ed-bdbf-825409792e5b | InvocationID=36abc468-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:13:14+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f37899c-485a-11ed-bdbf-825409792e5b | InvocationID=2f378b7c-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:13:14+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfaabbc-485a-11ed-bdbf-825409792e5b | InvocationID=3dfaadb0-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:13:27+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36abc242-485a-11ed-bdbf-825409792e5b | InvocationID=36abc468-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:13:27+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4599af44-485a-11ed-bdbf-825409792e5b | InvocationID=4599b12e-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:13:27+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4599af44-485a-11ed-bdbf-825409792e5b | InvocationID=4599b12e-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:13:27+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4599af44-485a-11ed-bdbf-825409792e5b | InvocationID=4599b12e-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:13:39+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dfaabbc-485a-11ed-bdbf-825409792e5b | InvocationID=3dfaadb0-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:13:39+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cbd1018-485a-11ed-bdbf-825409792e5b | InvocationID=4cbd125c-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:13:52+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4599af44-485a-11ed-bdbf-825409792e5b | InvocationID=4599b12e-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:13:52+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54881590-485a-11ed-bdbf-825409792e5b | InvocationID=548818ce-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:13:52+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54881590-485a-11ed-bdbf-825409792e5b | InvocationID=548818ce-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:13:52+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54881590-485a-11ed-bdbf-825409792e5b | InvocationID=548818ce-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:14:03+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cbd1018-485a-11ed-bdbf-825409792e5b | InvocationID=4cbd125c-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:14:03+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b806b72-485a-11ed-bdbf-825409792e5b | InvocationID=5b806d5c-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:14:17+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54881590-485a-11ed-bdbf-825409792e5b | InvocationID=548818ce-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:14:17+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6375cd22-485a-11ed-bdbf-825409792e5b | InvocationID=6375cf5c-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:14:17+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6375cd22-485a-11ed-bdbf-825409792e5b | InvocationID=6375cf5c-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:14:17+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6375cd22-485a-11ed-bdbf-825409792e5b | InvocationID=6375cf5c-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:14:28+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b806b72-485a-11ed-bdbf-825409792e5b | InvocationID=5b806d5c-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:14:28+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a429bd0-485a-11ed-bdbf-825409792e5b | InvocationID=6a429e50-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:14:42+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6375cd22-485a-11ed-bdbf-825409792e5b | InvocationID=6375cf5c-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:14:42+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72635bce-485a-11ed-bdbf-825409792e5b | InvocationID=72635f20-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:14:42+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72635bce-485a-11ed-bdbf-825409792e5b | InvocationID=72635f20-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:14:42+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72635bce-485a-11ed-bdbf-825409792e5b | InvocationID=72635f20-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:14:53+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a429bd0-485a-11ed-bdbf-825409792e5b | InvocationID=6a429e50-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:14:53+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7906c164-485a-11ed-bdbf-825409792e5b | InvocationID=7906c42a-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:15:07+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72635bce-485a-11ed-bdbf-825409792e5b | InvocationID=72635f20-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:15:07+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81525b62-485a-11ed-bdbf-825409792e5b | InvocationID=81526396-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:15:07+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81525b62-485a-11ed-bdbf-825409792e5b | InvocationID=81526396-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:15:07+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81525b62-485a-11ed-bdbf-825409792e5b | InvocationID=81526396-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:15:18+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7906c164-485a-11ed-bdbf-825409792e5b | InvocationID=7906c42a-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:15:18+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87ccc0b8-485a-11ed-bdbf-825409792e5b | InvocationID=87ccc324-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:15:32+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81525b62-485a-11ed-bdbf-825409792e5b | InvocationID=81526396-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:15:32+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90415d62-485a-11ed-bdbf-825409792e5b | InvocationID=90415f7e-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:15:32+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90415d62-485a-11ed-bdbf-825409792e5b | InvocationID=90415f7e-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:15:32+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90415d62-485a-11ed-bdbf-825409792e5b | InvocationID=90415f7e-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:15:42+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87ccc0b8-485a-11ed-bdbf-825409792e5b | InvocationID=87ccc324-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:15:42+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96911c2a-485a-11ed-bdbf-825409792e5b | InvocationID=9691221a-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:15:57+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90415d62-485a-11ed-bdbf-825409792e5b | InvocationID=90415f7e-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:15:57+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f313018-485a-11ed-bdbf-825409792e5b | InvocationID=9f313388-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:15:57+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f313018-485a-11ed-bdbf-825409792e5b | InvocationID=9f313388-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:15:57+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f313018-485a-11ed-bdbf-825409792e5b | InvocationID=9f313388-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:16:07+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96911c2a-485a-11ed-bdbf-825409792e5b | InvocationID=9691221a-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:16:07+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a55798c4-485a-11ed-bdbf-825409792e5b | InvocationID=a5579cca-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:16:22+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f313018-485a-11ed-bdbf-825409792e5b | InvocationID=9f313388-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:16:22+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae2033ee-485a-11ed-bdbf-825409792e5b | InvocationID=ae2036d2-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:16:22+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae2033ee-485a-11ed-bdbf-825409792e5b | InvocationID=ae2036d2-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:16:22+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae2033ee-485a-11ed-bdbf-825409792e5b | InvocationID=ae2036d2-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:16:32+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a55798c4-485a-11ed-bdbf-825409792e5b | InvocationID=a5579cca-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:16:32+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41a63e6-485a-11ed-bdbf-825409792e5b | InvocationID=b41a65f8-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:16:47+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae2033ee-485a-11ed-bdbf-825409792e5b | InvocationID=ae2036d2-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:16:47+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0d8064-485a-11ed-bdbf-825409792e5b | InvocationID=bd0d829e-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:16:47+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0d8064-485a-11ed-bdbf-825409792e5b | InvocationID=bd0d829e-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:16:47+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0d8064-485a-11ed-bdbf-825409792e5b | InvocationID=bd0d829e-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:16:57+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b41a63e6-485a-11ed-bdbf-825409792e5b | InvocationID=b41a65f8-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:16:57+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2df29fc-485a-11ed-bdbf-825409792e5b | InvocationID=c2df2bdc-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:17:12+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0d8064-485a-11ed-bdbf-825409792e5b | InvocationID=bd0d829e-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:17:12+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfafa20-485a-11ed-bdbf-825409792e5b | InvocationID=cbfafc1e-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:17:12+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfafa20-485a-11ed-bdbf-825409792e5b | InvocationID=cbfafc1e-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:17:12+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbfafa20-485a-11ed-bdbf-825409792e5b | InvocationID=cbfafc1e-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:17:21+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2df29fc-485a-11ed-bdbf-825409792e5b | InvocationID=c2df2bdc-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:17:21+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a2118e-485a-11ed-bdbf-825409792e5b | InvocationID=d1a21436-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:17:37+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbfafa20-485a-11ed-bdbf-825409792e5b | InvocationID=cbfafc1e-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:17:37+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae8a3fc-485a-11ed-bdbf-825409792e5b | InvocationID=dae8a5dc-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:17:37+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae8a3fc-485a-11ed-bdbf-825409792e5b | InvocationID=dae8a5dc-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:17:37+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae8a3fc-485a-11ed-bdbf-825409792e5b | InvocationID=dae8a5dc-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:17:46+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1a2118e-485a-11ed-bdbf-825409792e5b | InvocationID=d1a21436-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:17:46+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e065e2fe-485a-11ed-bdbf-825409792e5b | InvocationID=e065e4f2-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:18:02+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae8a3fc-485a-11ed-bdbf-825409792e5b | InvocationID=dae8a5dc-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:18:02+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d612fa-485a-11ed-bdbf-825409792e5b | InvocationID=e9d6155c-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:18:02+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d612fa-485a-11ed-bdbf-825409792e5b | InvocationID=e9d6155c-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:18:02+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d612fa-485a-11ed-bdbf-825409792e5b | InvocationID=e9d6155c-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:18:11+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e065e2fe-485a-11ed-bdbf-825409792e5b | InvocationID=e065e4f2-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:18:11+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2a76ba-485a-11ed-bdbf-825409792e5b | InvocationID=ef2a789a-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:18:27+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d612fa-485a-11ed-bdbf-825409792e5b | InvocationID=e9d6155c-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:18:27+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c43f9e-485a-11ed-bdbf-825409792e5b | InvocationID=f8c441ba-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:18:27+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c43f9e-485a-11ed-bdbf-825409792e5b | InvocationID=f8c441ba-485a-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:18:27+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8c43f9e-485a-11ed-bdbf-825409792e5b | InvocationID=f8c441ba-485a-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:18:36+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef2a76ba-485a-11ed-bdbf-825409792e5b | InvocationID=ef2a789a-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:18:36+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdee825e-485a-11ed-bdbf-825409792e5b | InvocationID=fdee843e-485a-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:18:52+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8c43f9e-485a-11ed-bdbf-825409792e5b | InvocationID=f8c441ba-485a-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:18:52+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b1ce2c-485b-11ed-bdbf-825409792e5b | InvocationID=07b1d0d4-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:18:52+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b1ce2c-485b-11ed-bdbf-825409792e5b | InvocationID=07b1d0d4-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:18:52+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b1ce2c-485b-11ed-bdbf-825409792e5b | InvocationID=07b1d0d4-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:19:01+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdee825e-485a-11ed-bdbf-825409792e5b | InvocationID=fdee843e-485a-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:19:01+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cb647e0-485b-11ed-bdbf-825409792e5b | InvocationID=0cb64a2e-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:19:17+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b1ce2c-485b-11ed-bdbf-825409792e5b | InvocationID=07b1d0d4-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:19:17+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=169f84ce-485b-11ed-bdbf-825409792e5b | InvocationID=169f86ae-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:19:17+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=169f84ce-485b-11ed-bdbf-825409792e5b | InvocationID=169f86ae-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:19:17+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=169f84ce-485b-11ed-bdbf-825409792e5b | InvocationID=169f86ae-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:19:25+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cb647e0-485b-11ed-bdbf-825409792e5b | InvocationID=0cb64a2e-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:19:25+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b792842-485b-11ed-bdbf-825409792e5b | InvocationID=1b792c52-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:19:42+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=169f84ce-485b-11ed-bdbf-825409792e5b | InvocationID=169f86ae-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:19:42+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258d06fa-485b-11ed-bdbf-825409792e5b | InvocationID=258d08d0-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:19:42+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258d06fa-485b-11ed-bdbf-825409792e5b | InvocationID=258d08d0-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:19:42+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=258d06fa-485b-11ed-bdbf-825409792e5b | InvocationID=258d08d0-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:19:50+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b792842-485b-11ed-bdbf-825409792e5b | InvocationID=1b792c52-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:19:50+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3c1b64-485b-11ed-bdbf-825409792e5b | InvocationID=2a3c1d44-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:20:07+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=258d06fa-485b-11ed-bdbf-825409792e5b | InvocationID=258d08d0-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:20:07+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347acfb2-485b-11ed-bdbf-825409792e5b | InvocationID=347ad188-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:20:07+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347acfb2-485b-11ed-bdbf-825409792e5b | InvocationID=347ad188-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:20:07+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=347acfb2-485b-11ed-bdbf-825409792e5b | InvocationID=347ad188-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:20:15+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a3c1b64-485b-11ed-bdbf-825409792e5b | InvocationID=2a3c1d44-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:20:15+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3903cdae-485b-11ed-bdbf-825409792e5b | InvocationID=3903d506-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:20:32+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=347acfb2-485b-11ed-bdbf-825409792e5b | InvocationID=347ad188-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:20:32+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4368457c-485b-11ed-bdbf-825409792e5b | InvocationID=43684900-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:20:32+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4368457c-485b-11ed-bdbf-825409792e5b | InvocationID=43684900-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:20:32+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4368457c-485b-11ed-bdbf-825409792e5b | InvocationID=43684900-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:20:40+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3903cdae-485b-11ed-bdbf-825409792e5b | InvocationID=3903d506-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:20:40+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47ccb9b8-485b-11ed-bdbf-825409792e5b | InvocationID=47ccbbca-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:20:57+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4368457c-485b-11ed-bdbf-825409792e5b | InvocationID=43684900-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:20:57+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52566f6e-485b-11ed-bdbf-825409792e5b | InvocationID=52567158-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:20:57+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52566f6e-485b-11ed-bdbf-825409792e5b | InvocationID=52567158-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:20:57+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52566f6e-485b-11ed-bdbf-825409792e5b | InvocationID=52567158-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:21:04+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47ccb9b8-485b-11ed-bdbf-825409792e5b | InvocationID=47ccbbca-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:21:04+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=569153aa-485b-11ed-bdbf-825409792e5b | InvocationID=56915594-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:21:22+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52566f6e-485b-11ed-bdbf-825409792e5b | InvocationID=52567158-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:21:22+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61442e9e-485b-11ed-bdbf-825409792e5b | InvocationID=61443074-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:21:23+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61442e9e-485b-11ed-bdbf-825409792e5b | InvocationID=61443074-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:21:23+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61442e9e-485b-11ed-bdbf-825409792e5b | InvocationID=61443074-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:21:29+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=569153aa-485b-11ed-bdbf-825409792e5b | InvocationID=56915594-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:21:29+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6556bdda-485b-11ed-bdbf-825409792e5b | InvocationID=6556bfba-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:21:48+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61442e9e-485b-11ed-bdbf-825409792e5b | InvocationID=61443074-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:21:48+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70340abe-485b-11ed-bdbf-825409792e5b | InvocationID=70340c8a-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:21:48+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70340abe-485b-11ed-bdbf-825409792e5b | InvocationID=70340c8a-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:21:48+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70340abe-485b-11ed-bdbf-825409792e5b | InvocationID=70340c8a-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:21:54+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6556bdda-485b-11ed-bdbf-825409792e5b | InvocationID=6556bfba-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:21:54+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=741b254a-485b-11ed-bdbf-825409792e5b | InvocationID=741b277a-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:22:13+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70340abe-485b-11ed-bdbf-825409792e5b | InvocationID=70340c8a-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:22:13+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2171a6-485b-11ed-bdbf-825409792e5b | InvocationID=7f21743a-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:22:13+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2171a6-485b-11ed-bdbf-825409792e5b | InvocationID=7f21743a-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:22:13+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2171a6-485b-11ed-bdbf-825409792e5b | InvocationID=7f21743a-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:22:19+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=741b254a-485b-11ed-bdbf-825409792e5b | InvocationID=741b277a-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:22:19+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e48f80-485b-11ed-bdbf-825409792e5b | InvocationID=82e49188-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:22:38+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2171a6-485b-11ed-bdbf-825409792e5b | InvocationID=7f21743a-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:22:38+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e10e264-485b-11ed-bdbf-825409792e5b | InvocationID=8e10e4b2-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:22:38+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e10e264-485b-11ed-bdbf-825409792e5b | InvocationID=8e10e4b2-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:22:38+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e10e264-485b-11ed-bdbf-825409792e5b | InvocationID=8e10e4b2-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:22:44+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82e48f80-485b-11ed-bdbf-825409792e5b | InvocationID=82e49188-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:22:44+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a81dd4-485b-11ed-bdbf-825409792e5b | InvocationID=91a81fd2-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:23:03+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e10e264-485b-11ed-bdbf-825409792e5b | InvocationID=8e10e4b2-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:23:03+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfea4f0-485b-11ed-bdbf-825409792e5b | InvocationID=9cfea6d0-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:23:03+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfea4f0-485b-11ed-bdbf-825409792e5b | InvocationID=9cfea6d0-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:23:03+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cfea4f0-485b-11ed-bdbf-825409792e5b | InvocationID=9cfea6d0-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:23:08+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91a81dd4-485b-11ed-bdbf-825409792e5b | InvocationID=91a81fd2-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:23:08+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a06d8b24-485b-11ed-bdbf-825409792e5b | InvocationID=a06d8d36-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:23:28+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cfea4f0-485b-11ed-bdbf-825409792e5b | InvocationID=9cfea6d0-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:23:28+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abec3afe-485b-11ed-bdbf-825409792e5b | InvocationID=abec3e64-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:23:28+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abec3afe-485b-11ed-bdbf-825409792e5b | InvocationID=abec3e64-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:23:28+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abec3afe-485b-11ed-bdbf-825409792e5b | InvocationID=abec3e64-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:23:33+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a06d8b24-485b-11ed-bdbf-825409792e5b | InvocationID=a06d8d36-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:23:33+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af317bde-485b-11ed-bdbf-825409792e5b | InvocationID=af317e2c-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:23:53+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abec3afe-485b-11ed-bdbf-825409792e5b | InvocationID=abec3e64-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:23:53+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bada3584-485b-11ed-bdbf-825409792e5b | InvocationID=bada3764-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:23:53+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bada3584-485b-11ed-bdbf-825409792e5b | InvocationID=bada3764-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:23:53+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bada3584-485b-11ed-bdbf-825409792e5b | InvocationID=bada3764-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:23:58+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af317bde-485b-11ed-bdbf-825409792e5b | InvocationID=af317e2c-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:23:58+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdf7de38-485b-11ed-bdbf-825409792e5b | InvocationID=bdf7e022-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:24:18+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bada3584-485b-11ed-bdbf-825409792e5b | InvocationID=bada3764-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:24:18+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c7c462-485b-11ed-bdbf-825409792e5b | InvocationID=c9c7c782-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:24:18+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c7c462-485b-11ed-bdbf-825409792e5b | InvocationID=c9c7c782-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:24:18+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9c7c462-485b-11ed-bdbf-825409792e5b | InvocationID=c9c7c782-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:24:23+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdf7de38-485b-11ed-bdbf-825409792e5b | InvocationID=bdf7e022-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:24:23+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbc09da-485b-11ed-bdbf-825409792e5b | InvocationID=ccbc0c50-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:24:43+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9c7c462-485b-11ed-bdbf-825409792e5b | InvocationID=c9c7c782-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:24:43+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b7d3c2-485b-11ed-bdbf-825409792e5b | InvocationID=d8b7d642-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:24:43+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b7d3c2-485b-11ed-bdbf-825409792e5b | InvocationID=d8b7d642-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:24:43+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8b7d3c2-485b-11ed-bdbf-825409792e5b | InvocationID=d8b7d642-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:24:48+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccbc09da-485b-11ed-bdbf-825409792e5b | InvocationID=ccbc0c50-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:24:48+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db811a28-485b-11ed-bdbf-825409792e5b | InvocationID=db811be0-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:25:08+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8b7d3c2-485b-11ed-bdbf-825409792e5b | InvocationID=d8b7d642-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:25:08+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a54fea-485b-11ed-bdbf-825409792e5b | InvocationID=e7a554b8-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:25:08+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a54fea-485b-11ed-bdbf-825409792e5b | InvocationID=e7a554b8-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:25:08+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7a54fea-485b-11ed-bdbf-825409792e5b | InvocationID=e7a554b8-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:25:12+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db811a28-485b-11ed-bdbf-825409792e5b | InvocationID=db811be0-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:25:12+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea467076-485b-11ed-bdbf-825409792e5b | InvocationID=ea467314-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:25:33+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7a54fea-485b-11ed-bdbf-825409792e5b | InvocationID=e7a554b8-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:25:33+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f694406a-485b-11ed-bdbf-825409792e5b | InvocationID=f694427c-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:25:33+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f694406a-485b-11ed-bdbf-825409792e5b | InvocationID=f694427c-485b-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:25:33+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f694406a-485b-11ed-bdbf-825409792e5b | InvocationID=f694427c-485b-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:25:37+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea467076-485b-11ed-bdbf-825409792e5b | InvocationID=ea467314-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:25:37+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9096b7c-485b-11ed-bdbf-825409792e5b | InvocationID=f9096d5c-485b-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:25:58+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f694406a-485b-11ed-bdbf-825409792e5b | InvocationID=f694427c-485b-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:25:58+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0581c23c-485c-11ed-bdbf-825409792e5b | InvocationID=0581c458-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:25:58+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0581c23c-485c-11ed-bdbf-825409792e5b | InvocationID=0581c458-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:25:58+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0581c23c-485c-11ed-bdbf-825409792e5b | InvocationID=0581c458-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:26:02+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9096b7c-485b-11ed-bdbf-825409792e5b | InvocationID=f9096d5c-485b-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:26:02+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07cf3b82-485c-11ed-bdbf-825409792e5b | InvocationID=07cf3d80-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:26:23+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0581c23c-485c-11ed-bdbf-825409792e5b | InvocationID=0581c458-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:26:23+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1472f84c-485c-11ed-bdbf-825409792e5b | InvocationID=1472fa18-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:26:23+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1472f84c-485c-11ed-bdbf-825409792e5b | InvocationID=1472fa18-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:26:23+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1472f84c-485c-11ed-bdbf-825409792e5b | InvocationID=1472fa18-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:26:27+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07cf3b82-485c-11ed-bdbf-825409792e5b | InvocationID=07cf3d80-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:26:27+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1694b610-485c-11ed-bdbf-825409792e5b | InvocationID=1694b7fa-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:26:48+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1472f84c-485c-11ed-bdbf-825409792e5b | InvocationID=1472fa18-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:26:48+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=236047ec-485c-11ed-bdbf-825409792e5b | InvocationID=2360564c-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:26:48+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=236047ec-485c-11ed-bdbf-825409792e5b | InvocationID=2360564c-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:26:48+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=236047ec-485c-11ed-bdbf-825409792e5b | InvocationID=2360564c-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:26:51+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1694b610-485c-11ed-bdbf-825409792e5b | InvocationID=1694b7fa-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:26:51+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25578204-485c-11ed-bdbf-825409792e5b | InvocationID=255783e4-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:27:13+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=236047ec-485c-11ed-bdbf-825409792e5b | InvocationID=2360564c-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:27:13+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324db492-485c-11ed-bdbf-825409792e5b | InvocationID=324db672-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:27:13+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324db492-485c-11ed-bdbf-825409792e5b | InvocationID=324db672-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:27:13+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=324db492-485c-11ed-bdbf-825409792e5b | InvocationID=324db672-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:27:16+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25578204-485c-11ed-bdbf-825409792e5b | InvocationID=255783e4-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:27:16+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=341b8f2e-485c-11ed-bdbf-825409792e5b | InvocationID=341b9c8a-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:27:38+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=324db492-485c-11ed-bdbf-825409792e5b | InvocationID=324db672-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:27:38+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=413bcc50-485c-11ed-bdbf-825409792e5b | InvocationID=413bce30-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:27:38+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=413bcc50-485c-11ed-bdbf-825409792e5b | InvocationID=413bce30-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:27:38+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=413bcc50-485c-11ed-bdbf-825409792e5b | InvocationID=413bce30-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:27:41+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=341b8f2e-485c-11ed-bdbf-825409792e5b | InvocationID=341b9c8a-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:27:41+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e05828-485c-11ed-bdbf-825409792e5b | InvocationID=42e05a4e-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:28:03+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=413bcc50-485c-11ed-bdbf-825409792e5b | InvocationID=413bce30-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:28:03+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502983ec-485c-11ed-bdbf-825409792e5b | InvocationID=50299422-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:28:03+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502983ec-485c-11ed-bdbf-825409792e5b | InvocationID=50299422-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:28:03+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=502983ec-485c-11ed-bdbf-825409792e5b | InvocationID=50299422-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:28:06+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42e05828-485c-11ed-bdbf-825409792e5b | InvocationID=42e05a4e-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:28:06+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a34e60-485c-11ed-bdbf-825409792e5b | InvocationID=51a3504a-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:28:28+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=502983ec-485c-11ed-bdbf-825409792e5b | InvocationID=50299422-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:28:28+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f17977c-485c-11ed-bdbf-825409792e5b | InvocationID=5f179952-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:28:28+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f17977c-485c-11ed-bdbf-825409792e5b | InvocationID=5f179952-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:28:28+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f17977c-485c-11ed-bdbf-825409792e5b | InvocationID=5f179952-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:28:31+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51a34e60-485c-11ed-bdbf-825409792e5b | InvocationID=51a3504a-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:28:31+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=606c1b7a-485c-11ed-bdbf-825409792e5b | InvocationID=606c1d5a-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:28:53+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f17977c-485c-11ed-bdbf-825409792e5b | InvocationID=5f179952-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:28:53+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e04f3d8-485c-11ed-bdbf-825409792e5b | InvocationID=6e04f824-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:28:53+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e04f3d8-485c-11ed-bdbf-825409792e5b | InvocationID=6e04f824-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:28:53+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e04f3d8-485c-11ed-bdbf-825409792e5b | InvocationID=6e04f824-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:28:55+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=606c1b7a-485c-11ed-bdbf-825409792e5b | InvocationID=606c1d5a-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:28:55+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2ed990-485c-11ed-bdbf-825409792e5b | InvocationID=6f2edb8e-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:29:18+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e04f3d8-485c-11ed-bdbf-825409792e5b | InvocationID=6e04f824-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:29:18+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf408ca-485c-11ed-bdbf-825409792e5b | InvocationID=7cf40ad2-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:29:18+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf408ca-485c-11ed-bdbf-825409792e5b | InvocationID=7cf40ad2-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:29:18+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cf408ca-485c-11ed-bdbf-825409792e5b | InvocationID=7cf40ad2-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:29:20+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f2ed990-485c-11ed-bdbf-825409792e5b | InvocationID=6f2edb8e-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:29:20+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df6ef58-485c-11ed-bdbf-825409792e5b | InvocationID=7df6f1f6-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:29:43+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cf408ca-485c-11ed-bdbf-825409792e5b | InvocationID=7cf40ad2-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:29:43+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be14e38-485c-11ed-bdbf-825409792e5b | InvocationID=8be15284-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:29:43+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be14e38-485c-11ed-bdbf-825409792e5b | InvocationID=8be15284-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:29:43+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8be14e38-485c-11ed-bdbf-825409792e5b | InvocationID=8be15284-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:29:45+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7df6ef58-485c-11ed-bdbf-825409792e5b | InvocationID=7df6f1f6-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:29:45+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cbbf75e-485c-11ed-bdbf-825409792e5b | InvocationID=8cbc0bea-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:30:08+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8be14e38-485c-11ed-bdbf-825409792e5b | InvocationID=8be15284-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:30:08+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9acf6b14-485c-11ed-bdbf-825409792e5b | InvocationID=9acf6d76-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:30:09+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9acf6b14-485c-11ed-bdbf-825409792e5b | InvocationID=9acf6d76-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:30:09+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9acf6b14-485c-11ed-bdbf-825409792e5b | InvocationID=9acf6d76-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:30:10+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cbbf75e-485c-11ed-bdbf-825409792e5b | InvocationID=8cbc0bea-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:30:10+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b811698-485c-11ed-bdbf-825409792e5b | InvocationID=9b8118be-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:30:34+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9acf6b14-485c-11ed-bdbf-825409792e5b | InvocationID=9acf6d76-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:30:34+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9bf95fe-485c-11ed-bdbf-825409792e5b | InvocationID=a9bf97ca-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:30:34+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9bf95fe-485c-11ed-bdbf-825409792e5b | InvocationID=a9bf97ca-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:30:34+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9bf95fe-485c-11ed-bdbf-825409792e5b | InvocationID=a9bf97ca-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:30:34+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b811698-485c-11ed-bdbf-825409792e5b | InvocationID=9b8118be-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:30:34+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa462808-485c-11ed-bdbf-825409792e5b | InvocationID=aa463190-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:30:59+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9bf95fe-485c-11ed-bdbf-825409792e5b | InvocationID=a9bf97ca-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:30:59+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8acd13a-485c-11ed-bdbf-825409792e5b | InvocationID=b8acd31a-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:30:59+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8acd13a-485c-11ed-bdbf-825409792e5b | InvocationID=b8acd31a-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:30:59+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8acd13a-485c-11ed-bdbf-825409792e5b | InvocationID=b8acd31a-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:30:59+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa462808-485c-11ed-bdbf-825409792e5b | InvocationID=aa463190-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:30:59+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b909753e-485c-11ed-bdbf-825409792e5b | InvocationID=b9098380-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:31:24+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8acd13a-485c-11ed-bdbf-825409792e5b | InvocationID=b8acd31a-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:31:24+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c799cebe-485c-11ed-bdbf-825409792e5b | InvocationID=c799d12a-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:31:24+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c799cebe-485c-11ed-bdbf-825409792e5b | InvocationID=c799d12a-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:31:24+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c799cebe-485c-11ed-bdbf-825409792e5b | InvocationID=c799d12a-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:31:24+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b909753e-485c-11ed-bdbf-825409792e5b | InvocationID=b9098380-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:31:24+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7cf9e68-485c-11ed-bdbf-825409792e5b | InvocationID=c7cfa034-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:31:49+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c799cebe-485c-11ed-bdbf-825409792e5b | InvocationID=c799d12a-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:31:49+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6899828-485c-11ed-bdbf-825409792e5b | InvocationID=d68999ea-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:31:49+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6899828-485c-11ed-bdbf-825409792e5b | InvocationID=d68999ea-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:31:49+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6899828-485c-11ed-bdbf-825409792e5b | InvocationID=d68999ea-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:31:49+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7cf9e68-485c-11ed-bdbf-825409792e5b | InvocationID=c7cfa034-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:31:49+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6928b2c-485c-11ed-bdbf-825409792e5b | InvocationID=d6928cee-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:32:14+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6928b2c-485c-11ed-bdbf-825409792e5b | InvocationID=d6928cee-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:32:14+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55767a4-485c-11ed-bdbf-825409792e5b | InvocationID=e5576970-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:32:14+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6899828-485c-11ed-bdbf-825409792e5b | InvocationID=d68999ea-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:32:14+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57728e6-485c-11ed-bdbf-825409792e5b | InvocationID=e5772aa8-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:32:14+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57728e6-485c-11ed-bdbf-825409792e5b | InvocationID=e5772aa8-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:32:14+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57728e6-485c-11ed-bdbf-825409792e5b | InvocationID=e5772aa8-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:32:38+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e55767a4-485c-11ed-bdbf-825409792e5b | InvocationID=e5576970-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:32:38+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41c17c6-485c-11ed-bdbf-825409792e5b | InvocationID=f41c19d8-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:32:39+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57728e6-485c-11ed-bdbf-825409792e5b | InvocationID=e5772aa8-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:32:39+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4647ad4-485c-11ed-bdbf-825409792e5b | InvocationID=f4647ca0-485c-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:32:39+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4647ad4-485c-11ed-bdbf-825409792e5b | InvocationID=f4647ca0-485c-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:32:39+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4647ad4-485c-11ed-bdbf-825409792e5b | InvocationID=f4647ca0-485c-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:33:03+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f41c17c6-485c-11ed-bdbf-825409792e5b | InvocationID=f41c19d8-485c-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:33:03+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e1bf7c-485d-11ed-bdbf-825409792e5b | InvocationID=02e1c166-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:33:04+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4647ad4-485c-11ed-bdbf-825409792e5b | InvocationID=f4647ca0-485c-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:33:04+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03528432-485d-11ed-bdbf-825409792e5b | InvocationID=035288c4-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:33:04+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03528432-485d-11ed-bdbf-825409792e5b | InvocationID=035288c4-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:33:04+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03528432-485d-11ed-bdbf-825409792e5b | InvocationID=035288c4-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:33:28+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02e1bf7c-485d-11ed-bdbf-825409792e5b | InvocationID=02e1c166-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:33:28+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a8eeb8-485d-11ed-bdbf-825409792e5b | InvocationID=11a8f0fc-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:33:29+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03528432-485d-11ed-bdbf-825409792e5b | InvocationID=035288c4-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:33:29+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=124009ba-485d-11ed-bdbf-825409792e5b | InvocationID=12400ba4-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:33:29+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=124009ba-485d-11ed-bdbf-825409792e5b | InvocationID=12400ba4-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:33:29+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=124009ba-485d-11ed-bdbf-825409792e5b | InvocationID=12400ba4-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:33:53+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11a8eeb8-485d-11ed-bdbf-825409792e5b | InvocationID=11a8f0fc-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:33:53+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=206ff36a-485d-11ed-bdbf-825409792e5b | InvocationID=206ff5fe-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:33:54+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=124009ba-485d-11ed-bdbf-825409792e5b | InvocationID=12400ba4-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:33:54+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=212e4f54-485d-11ed-bdbf-825409792e5b | InvocationID=212e5116-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:33:54+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=212e4f54-485d-11ed-bdbf-825409792e5b | InvocationID=212e5116-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:33:54+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=212e4f54-485d-11ed-bdbf-825409792e5b | InvocationID=212e5116-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:34:17+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=206ff36a-485d-11ed-bdbf-825409792e5b | InvocationID=206ff5fe-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:34:17+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f34a53a-485d-11ed-bdbf-825409792e5b | InvocationID=2f34a922-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:34:19+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=212e4f54-485d-11ed-bdbf-825409792e5b | InvocationID=212e5116-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:34:19+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=301fab16-485d-11ed-bdbf-825409792e5b | InvocationID=301face2-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:34:19+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=301fab16-485d-11ed-bdbf-825409792e5b | InvocationID=301face2-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:34:19+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=301fab16-485d-11ed-bdbf-825409792e5b | InvocationID=301face2-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:34:42+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f34a53a-485d-11ed-bdbf-825409792e5b | InvocationID=2f34a922-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:34:42+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df85418-485d-11ed-bdbf-825409792e5b | InvocationID=3df859c2-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:34:44+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=301fab16-485d-11ed-bdbf-825409792e5b | InvocationID=301face2-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:34:44+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f0dbafa-485d-11ed-bdbf-825409792e5b | InvocationID=3f0dbcc6-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:34:44+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f0dbafa-485d-11ed-bdbf-825409792e5b | InvocationID=3f0dbcc6-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:34:44+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f0dbafa-485d-11ed-bdbf-825409792e5b | InvocationID=3f0dbcc6-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:35:07+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3df85418-485d-11ed-bdbf-825409792e5b | InvocationID=3df859c2-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:35:07+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cbff62c-485d-11ed-bdbf-825409792e5b | InvocationID=4cbff898-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:35:09+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f0dbafa-485d-11ed-bdbf-825409792e5b | InvocationID=3f0dbcc6-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:35:09+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dfcd7bc-485d-11ed-bdbf-825409792e5b | InvocationID=4dfcd992-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:35:09+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dfcd7bc-485d-11ed-bdbf-825409792e5b | InvocationID=4dfcd992-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:35:09+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dfcd7bc-485d-11ed-bdbf-825409792e5b | InvocationID=4dfcd992-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:35:32+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cbff62c-485d-11ed-bdbf-825409792e5b | InvocationID=4cbff898-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:35:32+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b88dd7c-485d-11ed-bdbf-825409792e5b | InvocationID=5b88df70-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:35:34+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dfcd7bc-485d-11ed-bdbf-825409792e5b | InvocationID=4dfcd992-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:35:34+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cea54f2-485d-11ed-bdbf-825409792e5b | InvocationID=5cea577c-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:35:34+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cea54f2-485d-11ed-bdbf-825409792e5b | InvocationID=5cea577c-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:35:34+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cea54f2-485d-11ed-bdbf-825409792e5b | InvocationID=5cea577c-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:35:57+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b88dd7c-485d-11ed-bdbf-825409792e5b | InvocationID=5b88df70-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:35:57+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a4cdeb2-485d-11ed-bdbf-825409792e5b | InvocationID=6a4ce15a-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:35:59+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cea54f2-485d-11ed-bdbf-825409792e5b | InvocationID=5cea577c-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:35:59+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bd79560-485d-11ed-bdbf-825409792e5b | InvocationID=6bd7979a-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:35:59+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bd79560-485d-11ed-bdbf-825409792e5b | InvocationID=6bd7979a-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:35:59+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bd79560-485d-11ed-bdbf-825409792e5b | InvocationID=6bd7979a-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:36:21+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a4cdeb2-485d-11ed-bdbf-825409792e5b | InvocationID=6a4ce15a-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:36:21+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79132758-485d-11ed-bdbf-825409792e5b | InvocationID=79132c08-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:36:24+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bd79560-485d-11ed-bdbf-825409792e5b | InvocationID=6bd7979a-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:36:24+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac5ad46-485d-11ed-bdbf-825409792e5b | InvocationID=7ac5af30-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:36:24+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac5ad46-485d-11ed-bdbf-825409792e5b | InvocationID=7ac5af30-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:36:24+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ac5ad46-485d-11ed-bdbf-825409792e5b | InvocationID=7ac5af30-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:36:46+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79132758-485d-11ed-bdbf-825409792e5b | InvocationID=79132c08-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:36:46+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d680a0-485d-11ed-bdbf-825409792e5b | InvocationID=87d6860e-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:36:49+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ac5ad46-485d-11ed-bdbf-825409792e5b | InvocationID=7ac5af30-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:36:49+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b36bc2-485d-11ed-bdbf-825409792e5b | InvocationID=89b36e2e-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:36:49+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b36bc2-485d-11ed-bdbf-825409792e5b | InvocationID=89b36e2e-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:36:49+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b36bc2-485d-11ed-bdbf-825409792e5b | InvocationID=89b36e2e-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:37:11+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87d680a0-485d-11ed-bdbf-825409792e5b | InvocationID=87d6860e-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:37:11+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96995824-485d-11ed-bdbf-825409792e5b | InvocationID=96995a22-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:37:14+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b36bc2-485d-11ed-bdbf-825409792e5b | InvocationID=89b36e2e-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:37:14+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a2077e-485d-11ed-bdbf-825409792e5b | InvocationID=98a2094a-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:37:14+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a2077e-485d-11ed-bdbf-825409792e5b | InvocationID=98a2094a-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:37:14+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a2077e-485d-11ed-bdbf-825409792e5b | InvocationID=98a2094a-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:37:36+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96995824-485d-11ed-bdbf-825409792e5b | InvocationID=96995a22-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:37:36+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a55cf794-485d-11ed-bdbf-825409792e5b | InvocationID=a55cf988-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:37:39+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a2077e-485d-11ed-bdbf-825409792e5b | InvocationID=98a2094a-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:37:39+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78f7b2c-485d-11ed-bdbf-825409792e5b | InvocationID=a78f7d0c-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:37:39+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78f7b2c-485d-11ed-bdbf-825409792e5b | InvocationID=a78f7d0c-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:37:39+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a78f7b2c-485d-11ed-bdbf-825409792e5b | InvocationID=a78f7d0c-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:38:00+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a55cf794-485d-11ed-bdbf-825409792e5b | InvocationID=a55cf988-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:38:00+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b42472b6-485d-11ed-bdbf-825409792e5b | InvocationID=b42474a0-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:38:04+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a78f7b2c-485d-11ed-bdbf-825409792e5b | InvocationID=a78f7d0c-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:38:04+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67cfae2-485d-11ed-bdbf-825409792e5b | InvocationID=b67cfcae-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:38:04+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67cfae2-485d-11ed-bdbf-825409792e5b | InvocationID=b67cfcae-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:38:04+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b67cfae2-485d-11ed-bdbf-825409792e5b | InvocationID=b67cfcae-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:38:25+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b42472b6-485d-11ed-bdbf-825409792e5b | InvocationID=b42474a0-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:38:25+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2ec17d6-485d-11ed-bdbf-825409792e5b | InvocationID=c2ec1a4c-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:38:29+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b67cfae2-485d-11ed-bdbf-825409792e5b | InvocationID=b67cfcae-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:38:29+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56a1558-485d-11ed-bdbf-825409792e5b | InvocationID=c56a172e-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:38:30+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56a1558-485d-11ed-bdbf-825409792e5b | InvocationID=c56a172e-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:38:30+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c56a1558-485d-11ed-bdbf-825409792e5b | InvocationID=c56a172e-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:38:50+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2ec17d6-485d-11ed-bdbf-825409792e5b | InvocationID=c2ec1a4c-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:38:50+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1affc74-485d-11ed-bdbf-825409792e5b | InvocationID=d1b00142-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:38:55+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c56a1558-485d-11ed-bdbf-825409792e5b | InvocationID=c56a172e-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:38:55+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4599548-485d-11ed-bdbf-825409792e5b | InvocationID=d45998cc-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:38:55+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4599548-485d-11ed-bdbf-825409792e5b | InvocationID=d45998cc-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:38:55+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4599548-485d-11ed-bdbf-825409792e5b | InvocationID=d45998cc-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:39:15+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1affc74-485d-11ed-bdbf-825409792e5b | InvocationID=d1b00142-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:39:15+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0756b86-485d-11ed-bdbf-825409792e5b | InvocationID=e0756eba-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:39:20+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4599548-485d-11ed-bdbf-825409792e5b | InvocationID=d45998cc-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:39:20+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3484f22-485d-11ed-bdbf-825409792e5b | InvocationID=e34850ee-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:39:20+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3484f22-485d-11ed-bdbf-825409792e5b | InvocationID=e34850ee-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:39:20+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3484f22-485d-11ed-bdbf-825409792e5b | InvocationID=e34850ee-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:39:40+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0756b86-485d-11ed-bdbf-825409792e5b | InvocationID=e0756eba-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:39:40+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3b41cc-485d-11ed-bdbf-825409792e5b | InvocationID=ef3b43ac-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:39:45+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3484f22-485d-11ed-bdbf-825409792e5b | InvocationID=e34850ee-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:39:45+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f235aaca-485d-11ed-bdbf-825409792e5b | InvocationID=f235ac8c-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:39:45+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f235aaca-485d-11ed-bdbf-825409792e5b | InvocationID=f235ac8c-485d-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:39:45+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f235aaca-485d-11ed-bdbf-825409792e5b | InvocationID=f235ac8c-485d-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:40:04+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3b41cc-485d-11ed-bdbf-825409792e5b | InvocationID=ef3b43ac-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:40:04+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe004cf2-485d-11ed-bdbf-825409792e5b | InvocationID=fe004f68-485d-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:40:10+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f235aaca-485d-11ed-bdbf-825409792e5b | InvocationID=f235ac8c-485d-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:40:10+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01230622-485e-11ed-bdbf-825409792e5b | InvocationID=012307f8-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:40:10+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01230622-485e-11ed-bdbf-825409792e5b | InvocationID=012307f8-485e-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:40:10+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01230622-485e-11ed-bdbf-825409792e5b | InvocationID=012307f8-485e-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:40:29+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe004cf2-485d-11ed-bdbf-825409792e5b | InvocationID=fe004f68-485d-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:40:29+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cc4d910-485e-11ed-bdbf-825409792e5b | InvocationID=0cc4db72-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:40:35+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01230622-485e-11ed-bdbf-825409792e5b | InvocationID=012307f8-485e-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:40:35+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101151d4-485e-11ed-bdbf-825409792e5b | InvocationID=101153e6-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:40:35+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101151d4-485e-11ed-bdbf-825409792e5b | InvocationID=101153e6-485e-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:40:35+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=101151d4-485e-11ed-bdbf-825409792e5b | InvocationID=101153e6-485e-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:40:54+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cc4d910-485e-11ed-bdbf-825409792e5b | InvocationID=0cc4db72-485e-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:40:54+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b8827b8-485e-11ed-bdbf-825409792e5b | InvocationID=1b88298e-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:41:00+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=101151d4-485e-11ed-bdbf-825409792e5b | InvocationID=101153e6-485e-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:41:00+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1efe495e-485e-11ed-bdbf-825409792e5b | InvocationID=1efe4b34-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:41:00+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1efe495e-485e-11ed-bdbf-825409792e5b | InvocationID=1efe4b34-485e-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:41:00+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1efe495e-485e-11ed-bdbf-825409792e5b | InvocationID=1efe4b34-485e-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:41:19+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b8827b8-485e-11ed-bdbf-825409792e5b | InvocationID=1b88298e-485e-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:41:19+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4df322-485e-11ed-bdbf-825409792e5b | InvocationID=2a4df50c-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:41:25+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1efe495e-485e-11ed-bdbf-825409792e5b | InvocationID=1efe4b34-485e-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:41:25+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2deeb76e-485e-11ed-bdbf-825409792e5b | InvocationID=2deebbb0-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:41:25+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2deeb76e-485e-11ed-bdbf-825409792e5b | InvocationID=2deebbb0-485e-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:41:25+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2deeb76e-485e-11ed-bdbf-825409792e5b | InvocationID=2deebbb0-485e-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:41:43+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a4df322-485e-11ed-bdbf-825409792e5b | InvocationID=2a4df50c-485e-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:41:43+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3911002a-485e-11ed-bdbf-825409792e5b | InvocationID=39110232-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:41:50+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2deeb76e-485e-11ed-bdbf-825409792e5b | InvocationID=2deebbb0-485e-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:41:50+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ce0c334-485e-11ed-bdbf-825409792e5b | InvocationID=3ce0c5e6-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:41:50+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ce0c334-485e-11ed-bdbf-825409792e5b | InvocationID=3ce0c5e6-485e-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:41:50+0000 | policy_event_thread | 139730874268448 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ce0c334-485e-11ed-bdbf-825409792e5b | InvocationID=3ce0c5e6-485e-11ed-bdbf-825409792e5b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-10T05:42:08+0000 | aai_event_thread | 139730873207584 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3911002a-485e-11ed-bdbf-825409792e5b | InvocationID=39110232-485e-11ed-bdbf-825409792e5b | Polling MR for XNF AAI events.[0m 2022-10-10T05:42:08+0000 | aai_event_thread | 139730873207584 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47d4d744-485e-11ed-bdbf-825409792e5b | InvocationID=47d4d924-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-10T05:42:15+0000 | policy_event_thread | 139730874268448 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ce0c334-485e-11ed-bdbf-825409792e5b | InvocationID=3ce0c5e6-485e-11ed-bdbf-825409792e5b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-10T05:42:15+0000 | policy_event_thread | 139730874268448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcf7c82-485e-11ed-bdbf-825409792e5b | InvocationID=4bcf7ef8-485e-11ed-bdbf-825409792e5b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-10T05:42:15+0000 | policy_event_thread | 139730874268448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcf7c82-485e-11ed-bdbf-825409792e5b | InvocationID=4bcf7ef8-485e-11ed-bdbf-825409792e5b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): F