By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-08-08T05:21:40+0000 | MainThread | 140329324232008 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-08-08T05:21:40+0000 | MainThread | 140329324232008 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-08-08T05:21:40+0000 | MainThread | 140329324232008 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-08-08T05:21:40+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:21:40+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-08-08T05:21:40+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb926d70-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb926f8c-16d9-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:21:40+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb92cfe0-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb92d148-16d9-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:21:40+0000 | MainThread | 140329324232008 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-08-08T05:21:41+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb92cfe0-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb92d148-16d9-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:21:41+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb926d70-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb926f8c-16d9-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:21:41+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb926d70-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb926f8c-16d9-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:21:41+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb926d70-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb926f8c-16d9-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:01+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb92cfe0-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb92d148-16d9-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:22:01+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0826d99a-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0826dc1a-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:22:02+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0826d99a-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0826dc1a-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:02+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0826d99a-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0826dc1a-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:06+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb926d70-16d9-11ed-8d87-32f1adf0f5f8 | InvocationID=fb926f8c-16d9-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:22:06+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b21e176-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0b21e34c-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:22:07+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b21e176-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0b21e34c-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:07+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b21e176-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0b21e34c-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:22+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0826d99a-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0826dc1a-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:22:22+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b9ae4e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=14b9afe8-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:22:23+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b9ae4e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=14b9afe8-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:23+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14b9ae4e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=14b9afe8-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:32+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b21e176-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=0b21e34c-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:22:32+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa6b536-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=1aa6b72a-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:22:33+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa6b536-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=1aa6b72a-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:33+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aa6b536-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=1aa6b72a-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:43+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14b9ae4e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=14b9afe8-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:22:43+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21438d10-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=21438eaa-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:22:44+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21438d10-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=21438eaa-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:44+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21438d10-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=21438eaa-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:58+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aa6b536-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=1aa6b72a-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:22:58+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a2d1996-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2a2d1b30-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:22:59+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a2d1996-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2a2d1b30-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:22:59+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a2d1996-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2a2d1b30-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:04+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21438d10-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=21438eaa-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:23:04+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd07106-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2dd07282-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:23:05+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd07106-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2dd07282-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:05+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dd07106-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2dd07282-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:24+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a2d1996-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2a2d1b30-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:23:24+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b781a8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=39b783e2-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:23:25+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b781a8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=39b783e2-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:25+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b781a8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=39b783e2-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:25+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dd07106-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=2dd07282-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:23:25+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a587f90-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=3a5880e4-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:23:26+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a587f90-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=3a5880e4-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:26+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a587f90-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=3a5880e4-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:46+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a587f90-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=3a5880e4-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:23:46+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e07272-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=46e07470-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:23:47+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e07272-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=46e07470-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:47+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46e07272-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=46e07470-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:23:50+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b781a8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=39b783e2-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:23:50+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=493f6b36-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=493f6ef6-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:24:07+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46e07272-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=46e07470-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:24:07+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5368af3c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5368b0c2-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:24:07+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5368af3c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5368b0c2-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:24:07+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5368af3c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5368b0c2-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:24:27+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5368af3c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5368b0c2-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:24:27+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f752260-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5f752404-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:24:27+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f752260-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5f752404-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:24:27+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f752260-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5f752404-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:24:47+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f752260-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=5f752404-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:24:47+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b6aa022-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=6b6aa4dc-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:24:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b6aa022-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=6b6aa4dc-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:24:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b6aa022-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=6b6aa4dc-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:25:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b6aa022-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=6b6aa4dc-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:25:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77648230-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=776484b0-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:25:08+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77648230-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=776484b0-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:25:08+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77648230-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=776484b0-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:25:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77648230-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=776484b0-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:25:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8358d3ac-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8358d820-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:25:28+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8358d3ac-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8358d820-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:25:28+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8358d3ac-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8358d820-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:25:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8358d3ac-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8358d820-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:25:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f4c8294-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8f4c84ce-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:25:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f4c8294-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8f4c84ce-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:25:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f4c8294-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8f4c84ce-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:00+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=493f6b36-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=493f6ef6-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:26:00+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=493f6b36-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=493f6ef6-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-08T05:26:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f4c8294-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=8f4c84ce-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:26:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b41b132-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=9b41b38a-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:26:08+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b41b132-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=9b41b38a-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:08+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b41b132-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=9b41b38a-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:25+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=493f6b36-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=493f6ef6-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:26:25+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5811e6c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a5812132-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:26:25+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5811e6c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a5812132-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:26:25+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5811e6c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a5812132-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:26:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b41b132-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=9b41b38a-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:26:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73877f0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a7387994-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:26:28+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73877f0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a7387994-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:28+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a73877f0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a7387994-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a73877f0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a7387994-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:26:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32bf1e0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b32bf564-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:26:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32bf1e0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b32bf564-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b32bf1e0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b32bf564-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:26:50+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5811e6c-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=a5812132-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:26:50+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b46f5dbc-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b46f60b4-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:26:50+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b46f5dbc-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b46f60b4-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:26:50+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b46f5dbc-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b46f60b4-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:27:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b32bf1e0-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b32bf564-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:27:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1f4754-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=bf1f48f8-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:27:08+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1f4754-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=bf1f48f8-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:27:08+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf1f4754-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=bf1f48f8-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:27:15+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b46f5dbc-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=b46f60b4-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:27:15+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35d56f8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=c35d5950-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:27:15+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35d56f8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=c35d5950-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:27:15+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c35d56f8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=c35d5950-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:27:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf1f4754-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=bf1f48f8-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:27:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb12ba00-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=cb12bba4-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:27:28+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb12ba00-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=cb12bba4-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:27:28+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb12ba00-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=cb12bba4-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:27:40+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c35d56f8-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=c35d5950-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:27:40+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24bdc34-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d24bde46-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:27:40+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24bdc34-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d24bde46-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:27:40+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24bdc34-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d24bde46-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:27:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb12ba00-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=cb12bba4-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:27:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7061e60-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d706200e-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:27:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7061e60-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d706200e-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:27:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7061e60-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d706200e-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:05+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24bdc34-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d24bde46-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:28:05+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13e1df6-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e13e1fa4-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:28:05+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13e1df6-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e13e1fa4-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:28:05+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13e1df6-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e13e1fa4-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:28:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7061e60-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=d706200e-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:28:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2f8df78-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e2f8e108-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:28:08+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2f8df78-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e2f8e108-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:08+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2f8df78-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e2f8e108-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2f8df78-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e2f8e108-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:28:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeed1812-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=eeed19b6-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:28:28+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeed1812-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=eeed19b6-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:28+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeed1812-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=eeed19b6-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:30+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13e1df6-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=e13e1fa4-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:28:30+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02c8794-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=f02c892e-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:28:30+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02c8794-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=f02c892e-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:28:30+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02c8794-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=f02c892e-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:28:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeed1812-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=eeed19b6-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:28:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fadfe316-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=fadfebd6-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:28:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fadfe316-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=fadfebd6-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fadfe316-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=fadfebd6-16da-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:28:55+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02c8794-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=f02c892e-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:28:55+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1a6f6e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=ff1a7680-16da-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:28:55+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1a6f6e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=ff1a7680-16da-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:28:55+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1a6f6e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=ff1a7680-16da-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:29:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fadfe316-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=fadfebd6-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:29:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d3881c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=06d38a42-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:29:08+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d3881c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=06d38a42-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:29:08+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06d3881c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=06d38a42-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:29:20+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1a6f6e-16da-11ed-8d87-32f1adf0f5f8 | InvocationID=ff1a7680-16da-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:29:20+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e09cb8c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=0e09cdf8-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:29:20+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e09cb8c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=0e09cdf8-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:29:20+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e09cb8c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=0e09cdf8-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:29:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06d3881c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=06d38a42-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:29:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c67904-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=12c67aa8-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:29:28+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c67904-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=12c67aa8-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:29:28+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c67904-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=12c67aa8-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:29:45+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e09cb8c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=0e09cdf8-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:29:45+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf87530-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1cf877ce-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:29:45+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf87530-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1cf877ce-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:29:45+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf87530-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1cf877ce-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:29:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c67904-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=12c67aa8-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:29:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eba1400-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1eba2094-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:29:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eba1400-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1eba2094-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:29:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eba1400-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1eba2094-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:30:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eba1400-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1eba2094-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:30:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aad65a0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2aad6802-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:30:08+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aad65a0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2aad6802-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:30:08+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aad65a0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2aad6802-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:30:10+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf87530-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=1cf877ce-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:30:10+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bec7992-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2bec7b36-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:30:10+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bec7992-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2bec7b36-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:30:10+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bec7992-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2bec7b36-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:30:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aad65a0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2aad6802-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:30:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a11690-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=36a11820-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:30:28+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a11690-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=36a11820-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:30:28+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36a11690-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=36a11820-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:30:35+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bec7992-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=2bec7b36-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:30:35+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adae8e4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=3adaf4f6-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:30:36+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adae8e4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=3adaf4f6-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:30:36+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3adae8e4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=3adaf4f6-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:30:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36a11690-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=36a11820-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:30:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42954ca0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=42954e3a-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:30:48+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42954ca0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=42954e3a-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:30:48+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42954ca0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=42954e3a-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:01+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3adae8e4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=3adaf4f6-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:31:01+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49cb5b7c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=49cb5d20-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:31:01+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49cb5b7c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=49cb5d20-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:31:01+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49cb5b7c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=49cb5d20-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:31:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42954ca0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=42954e3a-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:31:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e8884c8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=4e888ed2-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:31:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e8884c8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=4e888ed2-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e8884c8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=4e888ed2-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:26+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49cb5b7c-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=49cb5d20-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:31:26+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b965c0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=58b96750-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:31:26+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b965c0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=58b96750-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:31:26+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58b965c0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=58b96750-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:31:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e8884c8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=4e888ed2-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:31:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7df286-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=5a7df42a-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:31:29+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7df286-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=5a7df42a-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:29+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7df286-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=5a7df42a-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:49+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7df286-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=5a7df42a-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:31:49+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6670d23e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=6670e15c-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:31:49+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6670d23e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=6670e15c-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:49+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6670d23e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=6670e15c-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:31:51+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58b965c0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=58b96750-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:31:51+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67a70eca-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=67a71064-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:31:51+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67a70eca-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=67a71064-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:31:51+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67a70eca-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=67a71064-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:32:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6670d23e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=6670e15c-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:32:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7264125e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7264184e-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:32:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7264125e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7264184e-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:32:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7264125e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7264184e-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:32:16+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67a70eca-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=67a71064-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:32:16+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769c87e8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=769c8a2c-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:32:16+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769c87e8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=769c8a2c-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:32:16+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=769c87e8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=769c8a2c-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:32:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7264125e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7264184e-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:32:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e57865e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7e57880c-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:32:29+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e57865e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7e57880c-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:32:29+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e57865e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7e57880c-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:32:41+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=769c87e8-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=769c8a2c-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:32:41+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858b9e92-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=858ba216-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:32:41+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858b9e92-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=858ba216-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:32:41+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=858b9e92-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=858ba216-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:32:49+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e57865e-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=7e57880c-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:32:49+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a4a72b4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=8a4a7458-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:32:49+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a4a72b4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=8a4a7458-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:32:49+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a4a72b4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=8a4a7458-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:06+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=858b9e92-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=858ba216-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:33:06+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947a2806-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=947a2d6a-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:33:06+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947a2806-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=947a2d6a-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:33:06+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=947a2806-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=947a2d6a-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:33:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a4a72b4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=8a4a7458-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:33:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=963f0fee-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=963f11ba-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:33:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=963f0fee-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=963f11ba-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=963f0fee-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=963f11ba-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=963f0fee-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=963f11ba-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:33:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a231b2d4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a231b810-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:33:29+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a231b2d4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a231b810-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:29+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a231b2d4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a231b810-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:31+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=947a2806-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=947a2d6a-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:33:31+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3689bae-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a3689d20-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:33:31+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3689bae-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a3689d20-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:33:31+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3689bae-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a3689d20-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:33:49+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a231b2d4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a231b810-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:33:49+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae2515cc-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ae251874-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:33:49+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae2515cc-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ae251874-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:49+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae2515cc-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ae251874-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:33:56+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3689bae-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=a3689d20-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:33:56+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2579a98-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=b2579c3c-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:33:56+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2579a98-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=b2579c3c-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:33:56+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2579a98-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=b2579c3c-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:34:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae2515cc-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ae251874-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:34:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba17813a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ba1782d4-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:34:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba17813a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ba1782d4-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:34:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba17813a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ba1782d4-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:34:21+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2579a98-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=b2579c3c-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:34:21+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c144bd88-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c144bf2c-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:34:21+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c144bd88-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c144bf2c-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:34:21+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c144bd88-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c144bf2c-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:34:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba17813a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ba1782d4-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:34:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60cab5a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c60cacf4-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:34:29+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60cab5a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c60cacf4-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:34:29+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c60cab5a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c60cacf4-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:34:46+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c144bd88-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c144bf2c-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:34:46+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d03350ac-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d03352be-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:34:46+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d03350ac-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d03352be-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:34:46+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d03350ac-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d03352be-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:34:49+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c60cab5a-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=c60cacf4-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:34:49+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ffdbd0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d1ffdd7e-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:34:49+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ffdbd0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d1ffdd7e-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:34:49+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ffdbd0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d1ffdd7e-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:35:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ffdbd0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d1ffdd7e-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:35:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf33cc0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ddf33ebe-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:35:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf33cc0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ddf33ebe-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:35:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddf33cc0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ddf33ebe-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:35:11+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d03350ac-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=d03352be-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:35:11+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df232100-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=df232380-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:35:11+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df232100-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=df232380-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:35:11+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df232100-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=df232380-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:35:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddf33cc0-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ddf33ebe-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:35:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e61368-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=e9e61502-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:35:29+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e61368-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=e9e61502-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:35:29+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9e61368-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=e9e61502-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:35:36+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df232100-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=df232380-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:35:36+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee1100c4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ee11025e-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:35:36+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee1100c4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ee11025e-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:35:36+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee1100c4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ee11025e-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:35:49+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9e61368-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=e9e61502-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:35:49+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d8f8f2-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=f5d8fc08-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:35:49+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d8f8f2-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=f5d8fc08-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:35:49+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5d8f8f2-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=f5d8fc08-16db-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:01+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee1100c4-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=ee11025e-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:36:01+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcfef9ec-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=fcfefc4e-16db-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:36:01+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcfef9ec-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=fcfefc4e-16db-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:36:01+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcfef9ec-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=fcfefc4e-16db-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:36:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5d8f8f2-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=f5d8fc08-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:36:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ce79fc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=01ce7bbe-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:36:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ce79fc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=01ce7bbe-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01ce79fc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=01ce7bbe-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:26+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcfef9ec-16db-11ed-8d87-32f1adf0f5f8 | InvocationID=fcfefc4e-16db-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:36:26+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bedfb24-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0bee0718-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:36:26+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bedfb24-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0bee0718-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:36:26+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bedfb24-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0bee0718-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:36:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01ce79fc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=01ce7bbe-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:36:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc10022-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0dc1023e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:36:29+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc10022-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0dc1023e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:29+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc10022-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0dc1023e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:49+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc10022-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0dc1023e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:36:49+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19b43ae8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=19b44736-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:36:49+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19b43ae8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=19b44736-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:49+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19b43ae8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=19b44736-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:36:51+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bedfb24-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=0bee0718-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:36:51+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1adb87fa-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=1adb91c8-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:36:51+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1adb87fa-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=1adb91c8-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:36:51+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1adb87fa-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=1adb91c8-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:37:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19b43ae8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=19b44736-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:37:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a83fb6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=25a8436c-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:37:09+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a83fb6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=25a8436c-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:37:09+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25a83fb6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=25a8436c-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:37:16+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1adb87fa-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=1adb91c8-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:37:16+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ca7a00-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=29ca7bcc-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:37:16+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ca7a00-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=29ca7bcc-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:37:16+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ca7a00-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=29ca7bcc-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:37:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25a83fb6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=25a8436c-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:37:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319c9592-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=319c97b8-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:37:30+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319c9592-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=319c97b8-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:37:30+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=319c9592-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=319c97b8-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:37:41+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ca7a00-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=29ca7bcc-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:37:41+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b8d52a-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=38b8d822-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:37:41+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b8d52a-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=38b8d822-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:37:41+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38b8d52a-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=38b8d822-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:37:50+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=319c9592-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=319c97b8-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:37:50+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d933e32-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=3d933fe0-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:37:50+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d933e32-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=3d933fe0-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:37:50+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d933e32-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=3d933fe0-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:06+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38b8d52a-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=38b8d822-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:38:06+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a73522-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=47a736e4-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:38:06+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a73522-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=47a736e4-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:38:06+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a73522-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=47a736e4-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:38:10+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d933e32-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=3d933fe0-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:38:10+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4986ffa8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=49870192-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:38:10+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4986ffa8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=49870192-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:10+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4986ffa8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=49870192-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:30+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4986ffa8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=49870192-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:38:30+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55795360-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=557955cc-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:38:30+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55795360-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=557955cc-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:30+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55795360-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=557955cc-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:31+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a73522-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=47a736e4-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:38:31+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5695b1ee-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=5695b52c-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:38:32+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5695b1ee-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=5695b52c-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:38:32+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5695b1ee-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=5695b52c-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:38:50+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55795360-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=557955cc-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:38:50+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616d0e1e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=616d11e8-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:38:50+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616d0e1e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=616d11e8-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:50+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=616d0e1e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=616d11e8-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:38:57+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5695b1ee-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=5695b52c-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:38:57+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65861acc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=65861c8e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:38:57+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65861acc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=65861c8e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:38:57+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65861acc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=65861c8e-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:39:10+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=616d0e1e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=616d11e8-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:39:10+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d60ef60-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=6d60f0e6-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:39:10+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d60ef60-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=6d60f0e6-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:39:10+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d60ef60-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=6d60f0e6-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:39:22+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65861acc-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=65861c8e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:39:22+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747500b6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7475035e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:39:22+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747500b6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7475035e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:39:22+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=747500b6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7475035e-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:39:30+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d60ef60-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=6d60f0e6-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:39:30+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7953e46c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7953e67e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:39:30+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7953e46c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7953e67e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:39:30+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7953e46c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7953e67e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:39:47+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=747500b6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7475035e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:39:47+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8364480c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=83644a3c-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:39:47+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8364480c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=83644a3c-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:39:47+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8364480c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=83644a3c-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:39:50+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7953e46c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=7953e67e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:39:50+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85480870-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=85480c12-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:39:50+0000 | aai_event_thread | 140329273477920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85480870-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=85480c12-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:39:50+0000 | aai_event_thread | 140329273477920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85480870-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=85480c12-16dc-11ed-8d87-32f1adf0f5f8 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-08T05:40:10+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85480870-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=85480c12-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:40:10+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=913aa8a4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=913aab92-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:40:12+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8364480c-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=83644a3c-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:40:12+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9251ceac-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=9251d2c6-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:40:12+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9251ceac-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=9251d2c6-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:40:12+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9251ceac-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=9251d2c6-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:40:35+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=913aa8a4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=913aab92-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:40:35+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ff96272-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=9ff96484-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:40:37+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9251ceac-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=9251d2c6-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:40:37+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a13f83c8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=a13f8576-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:40:37+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a13f83c8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=a13f8576-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:40:37+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a13f83c8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=a13f8576-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:40:55+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ff96272-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=9ff96484-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:40:55+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf09eb0-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=abf0a04a-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:41:02+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a13f83c8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=a13f8576-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:41:02+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02d0df6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=b02d1008-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:41:02+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02d0df6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=b02d1008-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:41:02+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02d0df6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=b02d1008-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:41:15+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abf09eb0-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=abf0a04a-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:41:15+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e80cf8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=b7e80ee2-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:41:27+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02d0df6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=b02d1008-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:41:27+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2152f4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=bf215f42-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:41:27+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2152f4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=bf215f42-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:41:27+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf2152f4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=bf215f42-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:41:35+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7e80cf8-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=b7e80ee2-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:41:35+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3df32b6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=c3df354a-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:41:52+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf2152f4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=bf215f42-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:41:52+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce1054c2-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ce10572e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:41:52+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce1054c2-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ce10572e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:41:52+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce1054c2-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ce10572e-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:41:55+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3df32b6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=c3df354a-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:41:55+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd88d6a-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=cfd88f04-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:42:15+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfd88d6a-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=cfd88f04-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:42:15+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd4e244-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=dbd4e3e8-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:42:17+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce1054c2-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ce10572e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:42:17+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcff93e4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=dcff961e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:42:17+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcff93e4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=dcff961e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:42:17+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcff93e4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=dcff961e-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:42:35+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbd4e244-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=dbd4e3e8-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:42:35+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7d968b2-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=e7d96a4c-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:42:42+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcff93e4-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=dcff961e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:42:42+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf2c0a6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ebf2c2ea-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:42:42+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf2c0a6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ebf2c2ea-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:42:42+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf2c0a6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ebf2c2ea-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:42:55+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7d968b2-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=e7d96a4c-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:42:55+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d691da-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=f3d693ce-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:43:07+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf2c0a6-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=ebf2c2ea-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:43:07+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae2d61e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=fae2d84e-16dc-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:43:07+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae2d61e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=fae2d84e-16dc-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:43:07+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fae2d61e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=fae2d84e-16dc-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:43:16+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d691da-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=f3d693ce-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:43:16+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001e9992-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=001e9b40-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:43:32+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fae2d61e-16dc-11ed-8d87-32f1adf0f5f8 | InvocationID=fae2d84e-16dc-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:43:32+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d0e5ee-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=09d0ed82-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:43:32+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d0e5ee-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=09d0ed82-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:43:32+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09d0e5ee-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=09d0ed82-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:43:41+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=001e9992-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=001e9b40-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:43:41+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee3af6c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=0ee3b110-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:43:57+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09d0e5ee-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=09d0ed82-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:43:57+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18bfeeec-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=18bff0ea-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:43:57+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18bfeeec-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=18bff0ea-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:43:57+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18bfeeec-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=18bff0ea-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:44:05+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ee3af6c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=0ee3b110-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:44:05+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da9feb6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=1daa03b6-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:44:22+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18bfeeec-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=18bff0ea-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:44:22+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b4fcb2-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=27b4fef6-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:44:22+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b4fcb2-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=27b4fef6-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:44:22+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b4fcb2-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=27b4fef6-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:44:30+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1da9feb6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=1daa03b6-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:44:30+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6e62ac-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=2c6e643c-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:44:47+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b4fcb2-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=27b4fef6-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:44:47+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ad6e5c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=36ad700a-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:44:47+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ad6e5c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=36ad700a-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:44:47+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36ad6e5c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=36ad700a-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:44:55+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c6e62ac-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=2c6e643c-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:44:55+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b32b9be-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=3b32bbc6-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:45:12+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36ad6e5c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=36ad700a-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:45:12+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459b1d10-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=459b1ec8-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:45:13+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459b1d10-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=459b1ec8-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:45:13+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459b1d10-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=459b1ec8-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:45:20+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b32b9be-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=3b32bbc6-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:45:20+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f6de3a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=49f6e006-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:45:38+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459b1d10-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=459b1ec8-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:45:38+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54894dba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=54894fd6-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:45:38+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54894dba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=54894fd6-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:45:38+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54894dba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=54894fd6-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:45:45+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49f6de3a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=49f6e006-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:45:45+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58beee58-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=58bef150-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:46:03+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54894dba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=54894fd6-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:46:03+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6379333a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=637934d4-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:46:03+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6379333a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=637934d4-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:46:03+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6379333a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=637934d4-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:46:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58beee58-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=58bef150-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:46:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67848cd6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=67848f6a-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:46:28+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6379333a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=637934d4-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:46:28+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7266961c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=72669856-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:46:28+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7266961c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=72669856-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:46:28+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7266961c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=72669856-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:46:34+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67848cd6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=67848f6a-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:46:34+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764889f2-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=76488b8c-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:46:53+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7266961c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=72669856-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:46:53+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8153f35e-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=8153f4f8-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:46:53+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8153f35e-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=8153f4f8-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:46:53+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8153f35e-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=8153f4f8-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:46:59+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=764889f2-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=76488b8c-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:46:59+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850c1788-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=850c1990-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:47:18+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8153f35e-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=8153f4f8-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:47:18+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9041663a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=90416982-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:47:18+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9041663a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=90416982-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:47:18+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9041663a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=90416982-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:47:24+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=850c1788-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=850c1990-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:47:24+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93d39fd4-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=93d3a84e-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:47:43+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9041663a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=90416982-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:47:43+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2fc04c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=9f2fc1f0-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:47:43+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2fc04c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=9f2fc1f0-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:47:43+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f2fc04c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=9f2fc1f0-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:47:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93d39fd4-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=93d3a84e-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:47:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a298164e-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=a29817de-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:48:08+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f2fc04c-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=9f2fc1f0-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:48:08+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1e64aa-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=ae1e6644-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:48:08+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1e64aa-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=ae1e6644-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:48:08+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1e64aa-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=ae1e6644-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:48:13+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a298164e-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=a29817de-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:48:13+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15c0b90-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=b15c0fbe-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:48:33+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1e64aa-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=ae1e6644-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:48:33+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0c7966-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=bd0c7e52-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:48:33+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0c7966-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=bd0c7e52-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:48:33+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0c7966-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=bd0c7e52-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:48:38+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b15c0b90-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=b15c0fbe-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:48:38+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01feae8-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=c01fedc2-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:48:58+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0c7966-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=bd0c7e52-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:48:58+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfaffba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=cbfb032a-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:48:58+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfaffba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=cbfb032a-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:48:58+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbfaffba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=cbfb032a-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:49:03+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c01feae8-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=c01fedc2-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:49:03+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee3b32a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=cee3b4ce-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:49:23+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbfaffba-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=cbfb032a-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:49:23+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daebd5a8-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=daebd864-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:49:23+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daebd5a8-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=daebd864-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:49:23+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daebd5a8-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=daebd864-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:49:28+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cee3b32a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=cee3b4ce-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:49:28+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda6f25a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=dda6f44e-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:49:48+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daebd5a8-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=daebd864-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:49:48+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d987d6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=e9d98a06-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:49:48+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d987d6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=e9d98a06-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:49:48+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d987d6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=e9d98a06-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:49:52+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dda6f25a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=dda6f44e-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:49:52+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec6c0e92-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=ec6c1040-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:50:13+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d987d6-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=e9d98a06-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:50:13+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c84a7a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=f8c84cc8-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:50:13+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c84a7a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=f8c84cc8-16dd-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:50:13+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8c84a7a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=f8c84cc8-16dd-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:50:17+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec6c0e92-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=ec6c1040-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:50:17+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb30b31a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=fb30b4dc-16dd-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:50:38+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8c84a7a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=f8c84cc8-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:50:38+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b8b3a8-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=07b8b556-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:50:38+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b8b3a8-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=07b8b556-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:50:38+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b8b3a8-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=07b8b556-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:50:42+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb30b31a-16dd-11ed-8d87-32f1adf0f5f8 | InvocationID=fb30b4dc-16dd-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:50:42+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f99268-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=09f9947a-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:51:03+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b8b3a8-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=07b8b556-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:51:03+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a63962-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=16a63b2e-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:51:03+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a63962-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=16a63b2e-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:51:03+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a63962-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=16a63b2e-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:51:07+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f99268-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=09f9947a-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:51:07+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18bcbc58-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=18bcbee2-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:51:28+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a63962-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=16a63b2e-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:51:28+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2593b18e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=2593b328-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:51:28+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2593b18e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=2593b328-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:51:28+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2593b18e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=2593b328-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:51:31+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18bcbc58-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=18bcbee2-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:51:31+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2781b252-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=2781b482-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:51:53+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2593b18e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=2593b328-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:51:53+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348176d6-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=34817988-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:51:53+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348176d6-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=34817988-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:51:53+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348176d6-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=34817988-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:51:56+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2781b252-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=2781b482-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:51:56+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36452166-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=36452300-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:52:18+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348176d6-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=34817988-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:52:18+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43717740-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=437179a2-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:52:18+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43717740-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=437179a2-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:52:18+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43717740-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=437179a2-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:52:21+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36452166-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=36452300-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:52:21+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450d0948-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=450d0b3c-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:52:43+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43717740-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=437179a2-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:52:43+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5260736e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=5260759e-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:52:43+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5260736e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=5260759e-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:52:43+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5260736e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=5260759e-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:52:46+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450d0948-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=450d0b3c-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:52:46+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53cfbc8c-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=53cfbe26-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:53:08+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5260736e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=5260759e-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:53:08+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614e8b36-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=614e8ce4-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:53:08+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614e8b36-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=614e8ce4-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:53:08+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=614e8b36-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=614e8ce4-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:53:11+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53cfbc8c-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=53cfbe26-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:53:11+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6297fe14-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=629800c6-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:53:33+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=614e8b36-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=614e8ce4-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:53:33+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703c1f82-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=703c21c6-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:53:34+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703c1f82-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=703c21c6-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:53:34+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=703c1f82-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=703c21c6-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:53:35+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6297fe14-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=629800c6-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:53:35+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715b7ec6-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=715b8056-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:53:59+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=703c1f82-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=703c21c6-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:53:59+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f29998e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=7f299b3c-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:53:59+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f29998e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=7f299b3c-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:53:59+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f29998e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=7f299b3c-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:54:00+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=715b7ec6-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=715b8056-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:54:00+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=801f270a-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=801f28ae-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:54:24+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f29998e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=7f299b3c-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:54:24+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1805ac-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=8e18080e-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:54:24+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1805ac-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=8e18080e-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:54:24+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e1805ac-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=8e18080e-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:54:25+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=801f270a-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=801f28ae-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:54:25+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ee2bbda-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=8ee2bd7e-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:54:49+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e1805ac-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=8e18080e-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:54:49+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0dc2c2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=9d0dc88a-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:54:49+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0dc2c2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=9d0dc88a-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:54:49+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0dc2c2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=9d0dc88a-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:54:50+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ee2bbda-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=8ee2bd7e-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:54:50+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da699ac-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=9da69c2c-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:55:14+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0dc2c2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=9d0dc88a-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:55:14+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfb9a7a-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=abfb9d0e-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:55:14+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfb9a7a-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=abfb9d0e-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:55:14+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfb9a7a-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=abfb9d0e-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:55:14+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9da699ac-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=9da69c2c-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:55:14+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac69fa92-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=ac69fc2c-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:55:39+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfb9a7a-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=abfb9d0e-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:55:39+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae9618e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=bae963a0-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:55:39+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae9618e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=bae963a0-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:55:39+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae9618e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=bae963a0-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:55:39+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac69fa92-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=ac69fc2c-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:55:39+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2ff950-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=bb2fff4a-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:56:04+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae9618e-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=bae963a0-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:56:04+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d6b188-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=c9d6b32c-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:56:04+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d6b188-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=c9d6b32c-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:56:04+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d6b188-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=c9d6b32c-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:56:04+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb2ff950-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=bb2fff4a-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:56:04+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f6cebe-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=c9f6d06c-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:56:29+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9f6cebe-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=c9f6d06c-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:56:29+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ba31e8-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=d8ba3404-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:56:29+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d6b188-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=c9d6b32c-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:56:29+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c415f0-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=d8c41730-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:56:29+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c415f0-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=d8c41730-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:56:29+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c415f0-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=d8c41730-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:56:54+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8ba31e8-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=d8ba3404-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:56:54+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77dd9dc-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=e77ddc52-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:56:54+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c415f0-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=d8c41730-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:56:54+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b15532-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=e7b15730-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:56:54+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b15532-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=e7b15730-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:56:54+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b15532-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=e7b15730-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:57:18+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e77dd9dc-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=e77ddc52-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:57:18+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64c1776-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=f64c1910-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:57:19+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b15532-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=e7b15730-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:57:19+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69e83b2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=f69e85ba-16de-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:57:19+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69e83b2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=f69e85ba-16de-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:57:19+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f69e83b2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=f69e85ba-16de-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:57:43+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f64c1776-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=f64c1910-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:57:43+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0511f064-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=0511f212-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:57:44+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f69e83b2-16de-11ed-8d87-32f1adf0f5f8 | InvocationID=f69e85ba-16de-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:57:44+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058c1858-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=058c1a9c-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:57:44+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058c1858-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=058c1a9c-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:57:44+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058c1858-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=058c1a9c-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:58:08+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0511f064-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=0511f212-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:58:08+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d5ced6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=13d5d1ce-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:58:09+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058c1858-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=058c1a9c-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:58:09+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1479734c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=14797982-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:58:09+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1479734c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=14797982-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:58:09+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1479734c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=14797982-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:58:33+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13d5ced6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=13d5d1ce-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:58:33+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=229dc0d6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=229dc2de-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:58:34+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1479734c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=14797982-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:58:34+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23670086-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=23670220-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:58:34+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23670086-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=23670220-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:58:34+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23670086-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=23670220-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:58:58+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=229dc0d6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=229dc2de-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:58:58+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3162ba72-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=3162bc16-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:58:59+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23670086-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=23670220-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:58:59+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32546638-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=325469f8-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:58:59+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32546638-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=325469f8-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:58:59+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32546638-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=325469f8-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:59:22+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3162ba72-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=3162bc16-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:59:22+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40287be6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=402887c6-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:59:24+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32546638-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=325469f8-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:59:24+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41422c16-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=41422e28-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:59:24+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41422c16-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=41422e28-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:59:24+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41422c16-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=41422e28-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:59:47+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40287be6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=402887c6-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T05:59:47+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eeba220-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=4eeba3ce-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T05:59:49+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41422c16-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=41422e28-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T05:59:49+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502f783c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=502f79cc-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T05:59:49+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502f783c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=502f79cc-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T05:59:49+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=502f783c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=502f79cc-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:00:12+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eeba220-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=4eeba3ce-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:00:12+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db0e9fa-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=5db0ec2a-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:00:14+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=502f783c-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=502f79cc-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:00:14+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1c9dca-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=5f1ca194-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:00:14+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1c9dca-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=5f1ca194-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:00:14+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1c9dca-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=5f1ca194-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:00:37+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5db0e9fa-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=5db0ec2a-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:00:37+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c7621e4-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=6c76275c-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:00:39+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1c9dca-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=5f1ca194-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:00:39+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e09c5a6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=6e09c79a-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:00:39+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e09c5a6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=6e09c79a-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:00:39+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e09c5a6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=6e09c79a-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:01:01+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c7621e4-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=6c76275c-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:01:01+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b3a6050-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=7b3a62f8-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:01:04+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e09c5a6-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=6e09c79a-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:01:04+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cfab142-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=7cfab34a-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:01:04+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cfab142-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=7cfab34a-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:01:04+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cfab142-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=7cfab34a-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:01:26+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b3a6050-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=7b3a62f8-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:01:26+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ff53de-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=89ff5604-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:01:29+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cfab142-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=7cfab34a-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:01:29+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be93f20-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=8be94114-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:01:29+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be93f20-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=8be94114-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:01:29+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8be93f20-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=8be94114-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:01:51+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89ff53de-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=89ff5604-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:01:51+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c22fea-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=98c231fc-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:01:54+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8be93f20-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=8be94114-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:01:54+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad70fbc-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=9ad7112e-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:01:55+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad70fbc-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=9ad7112e-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:01:55+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ad70fbc-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=9ad7112e-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:02:16+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98c22fea-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=98c231fc-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:02:16+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7852b9a-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=a7852ece-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:02:20+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ad70fbc-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=9ad7112e-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:02:20+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c662c0-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=a9c664dc-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:02:20+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c662c0-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=a9c664dc-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:02:20+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c662c0-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=a9c664dc-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:02:41+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7852b9a-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=a7852ece-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:02:41+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6485742-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=b64858d2-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:02:45+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c662c0-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=a9c664dc-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:02:45+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8b48708-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=b8b488fc-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:02:45+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8b48708-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=b8b488fc-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:02:45+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8b48708-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=b8b488fc-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:03:05+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6485742-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=b64858d2-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:03:05+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c50b5ec8-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=c50b606c-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:03:10+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8b48708-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=b8b488fc-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:03:10+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a1a656-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=c7a1a7fa-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:03:10+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a1a656-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=c7a1a7fa-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:03:10+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7a1a656-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=c7a1a7fa-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:03:30+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c50b5ec8-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=c50b606c-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:03:30+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ceb64e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=d3ceba54-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:03:35+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7a1a656-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=c7a1a7fa-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:03:35+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68fdf7a-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=d68fe128-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:03:35+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68fdf7a-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=d68fe128-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:03:35+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d68fdf7a-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=d68fe128-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:03:55+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3ceb64e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=d3ceba54-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:03:55+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2928fde-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=e2929182-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:04:00+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d68fdf7a-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=d68fe128-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:04:00+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57e030e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=e57e05b6-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:04:00+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57e030e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=e57e05b6-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:04:00+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57e030e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=e57e05b6-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:04:20+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2928fde-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=e2929182-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:04:20+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f155746e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=f1557612-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:04:25+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57e030e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=e57e05b6-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:04:25+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47020fe-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=f470227a-16df-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:04:25+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47020fe-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=f470227a-16df-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:04:25+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f47020fe-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=f470227a-16df-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:04:44+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f155746e-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=f1557612-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:04:44+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001b25ca-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=001b2778-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:04:50+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f47020fe-16df-11ed-8d87-32f1adf0f5f8 | InvocationID=f470227a-16df-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:04:50+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0366bd2a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=0366bf5a-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:04:50+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0366bd2a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=0366bf5a-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:04:50+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0366bd2a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=0366bf5a-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:05:09+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=001b25ca-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=001b2778-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:05:09+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0edde2c8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=0edde46c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:05:15+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0366bd2a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=0366bf5a-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:05:15+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12543614-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=125437ae-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:05:15+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12543614-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=125437ae-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:05:15+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12543614-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=125437ae-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:05:34+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0edde2c8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=0edde46c-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:05:34+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da2e8e4-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=1da2ea88-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:05:40+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12543614-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=125437ae-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:05:40+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21418e92-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=2141902c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:05:40+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21418e92-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=2141902c-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:05:40+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21418e92-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=2141902c-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:05:59+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1da2e8e4-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=1da2ea88-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:05:59+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c68dc4e-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=2c68e112-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:06:05+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21418e92-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=2141902c-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:06:05+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30315d6a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=30316120-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:06:05+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30315d6a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=30316120-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:06:05+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30315d6a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=30316120-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:06:23+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c68dc4e-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=2c68e112-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:06:23+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b2fe15a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=3b2fe45c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:06:30+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30315d6a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=30316120-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:06:30+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f1ff890-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=3f1ffa0c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:06:30+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f1ff890-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=3f1ffa0c-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:06:30+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f1ff890-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=3f1ffa0c-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:06:48+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b2fe15a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=3b2fe45c-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:06:48+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f2c98c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=49f2cc3e-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:06:55+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f1ff890-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=3f1ffa0c-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:06:55+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e0dfd7a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=4e0dff28-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:06:55+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e0dfd7a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=4e0dff28-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:06:55+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e0dfd7a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=4e0dff28-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:07:13+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49f2c98c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=49f2cc3e-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:07:13+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b6b438-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=58b6b62c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:07:20+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e0dfd7a-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=4e0dff28-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:07:20+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfe8d2c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=5cfe8f66-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:07:20+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfe8d2c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=5cfe8f66-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:07:20+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfe8d2c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=5cfe8f66-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:07:38+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58b6b438-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=58b6b62c-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:07:38+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677ac9a0-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=677acc3e-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:07:45+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfe8d2c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=5cfe8f66-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:07:45+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bec9194-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=6bec9392-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:07:45+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bec9194-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=6bec9392-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:07:45+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bec9194-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=6bec9392-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:08:03+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677ac9a0-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=677acc3e-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:08:03+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7640a4be-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=7640a78e-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:08:10+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bec9194-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=6bec9392-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:08:10+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ada24dc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=7ada2702-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:08:10+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ada24dc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=7ada2702-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:08:10+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ada24dc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=7ada2702-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:08:27+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7640a4be-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=7640a78e-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:08:27+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85068752-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=850689a0-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:08:35+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ada24dc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=7ada2702-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:08:35+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c7904c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=89c791d2-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:08:35+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c7904c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=89c791d2-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:08:35+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89c7904c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=89c791d2-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:08:52+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85068752-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=850689a0-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:08:52+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93cde924-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=93cdead2-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:09:00+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89c7904c-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=89c791d2-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:09:00+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b53ac8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=98b53c6c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:09:00+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b53ac8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=98b53c6c-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:09:00+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b53ac8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=98b53c6c-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:09:17+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93cde924-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=93cdead2-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:09:17+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2945218-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=a29453bc-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:09:25+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b53ac8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=98b53c6c-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:09:25+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a2fe08-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=a7a307b8-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:09:25+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a2fe08-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=a7a307b8-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:09:25+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a2fe08-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=a7a307b8-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:09:42+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2945218-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=a29453bc-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:09:42+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1591a22-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=b1591c2a-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:09:50+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a2fe08-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=a7a307b8-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:09:50+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69099ac-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=b6909b46-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:09:51+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69099ac-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=b6909b46-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:09:51+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69099ac-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=b6909b46-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:10:07+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1591a22-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=b1591c2a-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:10:07+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c02558f4-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=c0255a98-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:10:16+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69099ac-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=b6909b46-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:10:16+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57e12be-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=c57e1444-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:10:16+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57e12be-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=c57e1444-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:10:16+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57e12be-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=c57e1444-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:10:31+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c02558f4-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=c0255a98-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:10:31+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceea5ae2-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=ceea5c86-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:10:41+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57e12be-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=c57e1444-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:10:41+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46b5dcc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=d46b5fc0-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:10:41+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46b5dcc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=d46b5fc0-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:10:41+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d46b5dcc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=d46b5fc0-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:10:56+0000 | aai_event_thread | 140329273477920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ceea5ae2-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=ceea5c86-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF AAI events.[0m 2022-08-08T06:10:56+0000 | aai_event_thread | 140329273477920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddadb6d2-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=ddadc26c-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-08T06:11:06+0000 | policy_event_thread | 140329274538784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d46b5dcc-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=d46b5fc0-16e0-11ed-8d87-32f1adf0f5f8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-08T06:11:06+0000 | policy_event_thread | 140329274538784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e35968d8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=e3596ed2-16e0-11ed-8d87-32f1adf0f5f8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-08T06:11:06+0000 | policy_event_thread | 140329274538784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e35968d8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=e3596ed2-16e0-11ed-8d87-32f1adf0f5f8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-08T06:11:06+0000 | policy_event_thread | 140329274538784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e35968d8-16e0-11ed-8d87-32f1adf0f5f8 | InvocationID=e3596ed2-16e0-11ed-8d87-32f1adf0f5f8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.