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-22T08:36:30+0000 | MainThread | 140394801708360 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-08-22T08:36:30+0000 | MainThread | 140394801708360 | 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-22T08:36:30+0000 | MainThread | 140394801708360 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-08-22T08:36:30+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:36:30+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854749c0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=85474bd2-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:36:30+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-08-22T08:36:30+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854a12c2-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=854a1416-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:36:30+0000 | MainThread | 140394801708360 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-08-22T08:36:31+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854749c0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=85474bd2-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:31+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=854749c0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=85474bd2-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:31+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854a12c2-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=854a1416-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:31+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854a12c2-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=854a1416-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:51+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854a12c2-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=854a1416-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:36:51+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91dc62b0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=91dc64d6-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:36:52+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91dc62b0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=91dc64d6-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:52+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91dc62b0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=91dc64d6-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:56+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=854749c0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=85474bd2-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:36:56+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ce182e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=94ce1a68-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:36:57+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ce182e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=94ce1a68-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:36:57+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ce182e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=94ce1a68-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:12+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91dc62b0-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=91dc64d6-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:37:12+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e69836e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=9e6984f4-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:37:13+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e69836e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=9e6984f4-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:13+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e69836e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=9e6984f4-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:22+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ce182e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=94ce1a68-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:37:22+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a454863e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=a4548c6a-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:37:23+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a454863e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=a4548c6a-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:23+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a454863e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=a4548c6a-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:33+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e69836e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=9e6984f4-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:37:33+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf69d92-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=aaf69fea-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:37:34+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf69d92-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=aaf69fea-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:34+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf69d92-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=aaf69fea-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:48+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a454863e-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=a4548c6a-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:37:48+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3dbe174-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b3dbe372-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:37:49+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3dbe174-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b3dbe372-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:49+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3dbe174-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b3dbe372-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:54+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf69d92-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=aaf69fea-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:37:54+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b783580c-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b7835a1e-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:37:55+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b783580c-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b7835a1e-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:37:55+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b783580c-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b7835a1e-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:38:14+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3dbe174-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b3dbe372-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:38:14+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3622446-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c3622608-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:38:14+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3622446-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c3622608-21f5-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:38:14+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3622446-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c3622608-21f5-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:38:15+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b783580c-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=b7835a1e-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:38:15+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40fde88-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c40fe022-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:38:15+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40fde88-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c40fe022-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:38:15+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c40fde88-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c40fe022-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:38:35+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c40fde88-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c40fe022-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:38:35+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0042d52-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d0042ef6-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:38:35+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0042d52-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d0042ef6-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:38:35+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0042d52-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d0042ef6-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:38:39+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3622446-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=c3622608-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:38:39+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d26d0d66-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d26d1130-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:38:40+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d26d0d66-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d26d1130-21f5-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:38:40+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d26d0d66-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d26d1130-21f5-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:38:55+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0042d52-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d0042ef6-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:38:55+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbf785e6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=dbf78780-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:38:56+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbf785e6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=dbf78780-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:38:56+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbf785e6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=dbf78780-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:39:05+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d26d0d66-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=d26d1130-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:39:05+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15d37a6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e15d3940-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:39:05+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15d37a6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e15d3940-21f5-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:39:05+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e15d37a6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e15d3940-21f5-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:39:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbf785e6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=dbf78780-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:39:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ee753a-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e7ee79f4-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:39:16+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ee753a-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e7ee79f4-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:39:16+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7ee753a-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e7ee79f4-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:39:30+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e15d37a6-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e15d3940-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:39:30+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04c8712-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f04c8906-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:39:30+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04c8712-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f04c8906-21f5-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:39:30+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f04c8712-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f04c8906-21f5-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:39:36+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7ee753a-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=e7ee79f4-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:39:36+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e8a554-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f3e8a7ac-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:39:36+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e8a554-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f3e8a7ac-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:39:36+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3e8a554-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f3e8a7ac-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:39:55+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f04c8712-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f04c8906-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:39:55+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3c40be-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ff3c426c-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:39:55+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3c40be-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ff3c426c-21f5-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:39:55+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff3c40be-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ff3c426c-21f5-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:39:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3e8a554-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=f3e8a7ac-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:39:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffdd0594-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ffdd076a-21f5-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:39:56+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffdd0594-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ffdd076a-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:39:56+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffdd0594-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ffdd076a-21f5-11ed-a5d5-eeb9c0245bcf | 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-22T08:40:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffdd0594-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ffdd076a-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:40:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd49b28-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0bd4a6a4-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:40:16+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd49b28-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0bd4a6a4-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:40:16+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bd49b28-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0bd4a6a4-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:40:20+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff3c40be-21f5-11ed-a5d5-eeb9c0245bcf | InvocationID=ff3c426c-21f5-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:40:20+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e30949e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0e3096f6-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:40:20+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e30949e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0e3096f6-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:40:20+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e30949e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0e3096f6-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:40:36+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bd49b28-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0bd4a6a4-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:40:36+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17caac7e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=17caae7c-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:40:36+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17caac7e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=17caae7c-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:40:36+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17caac7e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=17caae7c-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:40:45+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e30949e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=0e3096f6-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:40:45+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d211d84-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=1d211ff0-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:40:45+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d211d84-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=1d211ff0-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:40:45+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d211d84-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=1d211ff0-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:40:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17caac7e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=17caae7c-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:40:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23c24adc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=23c24c80-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:40:56+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23c24adc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=23c24c80-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:40:56+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23c24adc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=23c24c80-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:41:10+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d211d84-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=1d211ff0-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:41:10+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c11f94e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2c11fb2e-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:41:10+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c11f94e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2c11fb2e-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:41:10+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c11f94e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2c11fb2e-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:41:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23c24adc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=23c24c80-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:41:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb642d0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2fb64474-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:41:16+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb642d0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2fb64474-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:41:16+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb642d0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2fb64474-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:41:35+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c11f94e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2c11fb2e-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:41:35+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b0226fe-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3b022898-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:41:35+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b0226fe-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3b022898-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:41:35+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b0226fe-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3b022898-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:41:36+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb642d0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=2fb64474-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:41:36+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3babfa4e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3babfc24-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:41:36+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3babfa4e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3babfc24-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:41:36+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3babfa4e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3babfc24-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:41:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3babfa4e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3babfc24-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:41:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479f7858-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=479f7a6a-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:41:56+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479f7858-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=479f7a6a-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:41:56+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=479f7858-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=479f7a6a-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:42:00+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b0226fe-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=3b022898-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:42:00+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f1bd64-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=49f1c110-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:42:00+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f1bd64-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=49f1c110-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:42:00+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49f1bd64-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=49f1c110-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:42:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=479f7858-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=479f7a6a-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:42:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5395149c-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=539517d0-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:42:16+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5395149c-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=539517d0-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:42:16+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5395149c-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=539517d0-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:42:25+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49f1bd64-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=49f1c110-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:42:25+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58dffde0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=58dfff98-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:42:25+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58dffde0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=58dfff98-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:42:25+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58dffde0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=58dfff98-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:42:36+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5395149c-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=539517d0-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:42:36+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8bbada-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=5f8bbd1e-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:42:36+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8bbada-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=5f8bbd1e-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:42:36+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f8bbada-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=5f8bbd1e-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:42:50+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58dffde0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=58dfff98-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:42:50+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d25190-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=67d2560e-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:42:50+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d25190-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=67d2560e-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:42:50+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67d25190-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=67d2560e-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:42:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f8bbada-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=5f8bbd1e-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:42:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7fab94-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=6b7fada6-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:42:56+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7fab94-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=6b7fada6-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:42:56+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b7fab94-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=6b7fada6-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:43:15+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67d25190-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=67d2560e-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:43:15+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c18cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=76c18efa-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:43:15+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c18cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=76c18efa-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:43:15+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c18cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=76c18efa-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:43:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b7fab94-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=6b7fada6-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:43:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77721720-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=7772198c-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:43:16+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77721720-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=7772198c-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:43:16+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77721720-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=7772198c-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:43:36+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77721720-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=7772198c-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:43:36+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83650f56-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=83651410-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:43:36+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83650f56-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=83651410-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:43:36+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83650f56-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=83651410-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:43:40+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c18cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=76c18efa-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:43:40+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85afb036-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=85afb1da-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:43:40+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85afb036-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=85afb1da-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:43:40+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85afb036-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=85afb1da-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:43:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83650f56-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=83651410-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:43:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f599a02-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=8f599b9c-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:43:56+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f599a02-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=8f599b9c-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:43:56+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f599a02-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=8f599b9c-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:44:05+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85afb036-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=85afb1da-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:44:05+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949d9cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=949d9edc-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:44:05+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949d9cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=949d9edc-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:44:05+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=949d9cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=949d9edc-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:44:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f599a02-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=8f599b9c-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:44:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4ccfdc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=9b4cd1e4-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:44:17+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4ccfdc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=9b4cd1e4-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:44:17+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b4ccfdc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=9b4cd1e4-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:44:30+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=949d9cca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=949d9edc-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:44:30+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38c9bfa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a38c9dbc-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:44:30+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38c9bfa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a38c9dbc-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:44:30+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a38c9bfa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a38c9dbc-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:44:37+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b4ccfdc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=9b4cd1e4-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:44:37+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a741b6cc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a741b866-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:44:37+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a741b6cc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a741b866-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:44:37+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a741b6cc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a741b866-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:44:55+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a38c9bfa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a38c9dbc-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:44:55+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b279b7c4-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b279b968-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:44:55+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b279b7c4-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b279b968-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:44:55+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b279b7c4-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b279b968-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:44:57+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a741b6cc-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=a741b866-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:44:57+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b335b000-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b335bc58-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:44:57+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b335b000-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b335bc58-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:44:57+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b335b000-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b335bc58-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:45:17+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b335b000-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b335bc58-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:45:17+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2963b6-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=bf29656e-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:45:17+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2963b6-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=bf29656e-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:45:17+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf2963b6-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=bf29656e-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:45:20+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b279b7c4-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=b279b968-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:45:20+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1680146-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=c16802ea-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:45:20+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1680146-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=c16802ea-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:45:20+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1680146-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=c16802ea-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:45:37+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf2963b6-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=bf29656e-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:45:37+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb1e357a-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=cb1e3872-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:45:37+0000 | aai_event_thread | 140394750970656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb1e357a-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=cb1e3872-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:45:37+0000 | aai_event_thread | 140394750970656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb1e357a-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=cb1e3872-21f6-11ed-a5d5-eeb9c0245bcf | 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-22T08:45:45+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1680146-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=c16802ea-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:45:45+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05804f8-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=d058069c-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:45:46+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05804f8-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=d058069c-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:45:46+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d05804f8-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=d058069c-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:45:57+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb1e357a-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=cb1e3872-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:45:57+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d711d45e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=d711d6f2-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:46:11+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d05804f8-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=d058069c-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:46:11+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df487ec0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=df488154-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:46:11+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df487ec0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=df488154-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:46:11+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df487ec0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=df488154-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:46:21+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d711d45e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=d711d6f2-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:46:21+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e578a19e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=e578a356-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:46:36+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df487ec0-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=df488154-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:46:36+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee3a2faa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=ee3a31da-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:46:36+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee3a2faa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=ee3a31da-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:46:36+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee3a2faa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=ee3a31da-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:46:41+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e578a19e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=e578a356-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:46:41+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f170fc58-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=f170fdfc-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:47:01+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee3a2faa-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=ee3a31da-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:47:01+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2af1ca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=fd2af684-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:47:01+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2af1ca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=fd2af684-21f6-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:47:01+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd2af1ca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=fd2af684-21f6-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:47:01+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f170fc58-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=f170fdfc-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:47:01+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd6edd0e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=fd6edebc-21f6-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:47:21+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd6edd0e-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=fd6edebc-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:47:21+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0986edde-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=0986efb4-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:47:26+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd2af1ca-21f6-11ed-a5d5-eeb9c0245bcf | InvocationID=fd2af684-21f6-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:47:26+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1b75ec-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=0c1b77f4-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:47:26+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1b75ec-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=0c1b77f4-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:47:26+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c1b75ec-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=0c1b77f4-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:47:42+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0986edde-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=0986efb4-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:47:42+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ca6bfc-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=15ca6e0e-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:47:51+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c1b75ec-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=0c1b77f4-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:47:51+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b09d33c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=1b09d53a-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:47:51+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b09d33c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=1b09d53a-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:47:51+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b09d33c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=1b09d53a-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:48:07+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15ca6bfc-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=15ca6e0e-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:48:07+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24914930-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=249151c8-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:48:16+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b09d33c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=1b09d53a-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:48:16+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f75c48-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=29f75ea0-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:48:16+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f75c48-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=29f75ea0-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:48:16+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29f75c48-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=29f75ea0-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:48:32+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24914930-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=249151c8-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:48:32+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33540d36-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=33540f34-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:48:41+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29f75c48-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=29f75ea0-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:48:41+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e7b02c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=38e7b1da-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:48:41+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e7b02c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=38e7b1da-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:48:41+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38e7b02c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=38e7b1da-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:48:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33540d36-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=33540f34-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:48:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=421b4cda-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=421b4e7e-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:49:06+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38e7b02c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=38e7b1da-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:49:06+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47d65020-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=47d65390-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:49:06+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47d65020-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=47d65390-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:49:06+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47d65020-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=47d65390-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:49:21+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=421b4cda-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=421b4e7e-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:49:21+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50de2aa8-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=50de2cd8-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:49:31+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47d65020-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=47d65390-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:49:31+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56c7cbf4-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=56c7d5c2-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:49:31+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56c7cbf4-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=56c7d5c2-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:49:31+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56c7cbf4-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=56c7d5c2-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:49:46+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50de2aa8-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=50de2cd8-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:49:46+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fa1ba50-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=5fa1bcf8-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:49:56+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56c7cbf4-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=56c7d5c2-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:49:56+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b9b50a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=65b9b780-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:49:56+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b9b50a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=65b9b780-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:49:56+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b9b50a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=65b9b780-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:50:11+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fa1ba50-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=5fa1bcf8-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:50:11+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e642320-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=6e6424c4-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:50:21+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b9b50a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=65b9b780-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:50:21+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a82f1a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=74a83190-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:50:21+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a82f1a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=74a83190-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:50:21+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a82f1a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=74a83190-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:50:35+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e642320-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=6e6424c4-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:50:35+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d28ccc6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=7d28ce7e-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:50:46+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a82f1a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=74a83190-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:50:46+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8396e93a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=8396eade-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:50:46+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8396e93a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=8396eade-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:50:46+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8396e93a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=8396eade-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:51:00+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d28ccc6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=7d28ce7e-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:51:00+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bf131c6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=8bf13360-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:51:11+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8396e93a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=8396eade-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:51:11+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9283ed26-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=9283eec0-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:51:11+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9283ed26-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=9283eec0-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:51:11+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9283ed26-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=9283eec0-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:51:25+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bf131c6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=8bf13360-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:51:25+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab85a40-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=9ab85c3e-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:51:36+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9283ed26-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=9283eec0-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:51:36+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a172f6e2-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=a172f89a-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:51:36+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a172f6e2-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=a172f89a-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:51:36+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a172f6e2-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=a172f89a-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:51:50+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ab85a40-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=9ab85c3e-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:51:50+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a97b6e8c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=a97b7102-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:52:01+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a172f6e2-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=a172f89a-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:52:01+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b060de3a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=b060e0c4-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:52:01+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b060de3a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=b060e0c4-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:52:01+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b060de3a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=b060e0c4-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:52:15+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a97b6e8c-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=a97b7102-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:52:15+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84306be-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=b843090c-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:52:26+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b060de3a-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=b060e0c4-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:52:26+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5359d6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=bf535b84-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:52:26+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5359d6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=bf535b84-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:52:26+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5359d6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=bf535b84-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:52:39+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b84306be-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=b843090c-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:52:39+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c70603c2-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=c7060566-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:52:51+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5359d6-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=bf535b84-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:52:51+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce41be7e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ce41c090-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:52:51+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce41be7e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ce41c090-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:52:51+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce41be7e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ce41c090-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:53:04+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c70603c2-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=c7060566-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:53:04+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c8a784-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=d5c8aa36-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:53:16+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce41be7e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ce41c090-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:53:16+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f979e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=dd2f9942-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:53:17+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f979e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=dd2f9942-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:53:17+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2f979e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=dd2f9942-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:53:29+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5c8a784-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=d5c8aa36-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:53:29+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48ef4f8-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=e48ef73c-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:53:42+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2f979e-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=dd2f9942-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:53:42+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1ce266-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ec1ce45a-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:53:42+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1ce266-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ec1ce45a-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:53:42+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1ce266-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ec1ce45a-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:53:54+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48ef4f8-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=e48ef73c-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:53:54+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f352c7d0-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=f352c96a-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:54:07+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1ce266-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=ec1ce45a-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:54:07+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0f9e30-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=fb0fa178-21f7-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:54:07+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0f9e30-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=fb0fa178-21f7-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:54:07+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0f9e30-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=fb0fa178-21f7-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:54:18+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f352c7d0-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=f352c96a-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:54:18+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02157fd8-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=02158186-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:54:32+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0f9e30-21f7-11ed-a5d5-eeb9c0245bcf | InvocationID=fb0fa178-21f7-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:54:32+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09fd78ae-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=09fd7c00-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:54:32+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09fd78ae-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=09fd7c00-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:54:32+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09fd78ae-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=09fd7c00-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:54:43+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02157fd8-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=02158186-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:54:43+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d9437e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=10d9490a-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:54:57+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09fd78ae-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=09fd7c00-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:54:57+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ebe382-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=18ebe558-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:54:57+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ebe382-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=18ebe558-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:54:57+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18ebe382-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=18ebe558-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:55:08+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d9437e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=10d9490a-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:55:08+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f9c9190-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=1f9c9348-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:55:22+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18ebe382-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=18ebe558-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:55:22+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d984a8-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=27d986e2-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:55:22+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d984a8-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=27d986e2-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:55:22+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d984a8-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=27d986e2-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:55:33+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f9c9190-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=1f9c9348-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:55:33+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e6619da-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=2e661bb0-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:55:47+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d984a8-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=27d986e2-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:55:47+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c6e960-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=36c6eb9a-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:55:47+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c6e960-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=36c6eb9a-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:55:47+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36c6e960-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=36c6eb9a-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:55:58+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e6619da-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=2e661bb0-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:55:58+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2ce976-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=3d2ceb1a-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:56:12+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36c6e960-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=36c6eb9a-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:56:12+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45b5b3d4-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=45b5b622-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:56:12+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45b5b3d4-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=45b5b622-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:56:12+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45b5b3d4-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=45b5b622-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:56:22+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d2ce976-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=3d2ceb1a-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:56:22+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf1ab54-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=4bf1ad5c-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:56:37+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45b5b3d4-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=45b5b622-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:56:37+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54a2cd28-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=54a2cf30-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:56:37+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54a2cd28-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=54a2cf30-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:56:37+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54a2cd28-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=54a2cf30-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:56:47+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bf1ab54-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=4bf1ad5c-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:56:47+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab4777a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=5ab479be-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:57:02+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54a2cd28-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=54a2cf30-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:57:02+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6391e80a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=6391e9ae-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:57:02+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6391e80a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=6391e9ae-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:57:02+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6391e80a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=6391e9ae-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:57:12+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ab4777a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=5ab479be-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:57:12+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6977cb36-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=6977cce4-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:57:27+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6391e80a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=6391e9ae-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:57:27+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7282c442-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=7282c5dc-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:57:27+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7282c442-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=7282c5dc-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:57:27+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7282c442-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=7282c5dc-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:57:37+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6977cb36-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=6977cce4-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:57:37+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783d9bd2-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=783d9dd0-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:57:52+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7282c442-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=7282c5dc-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:57:52+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817190aa-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=8171924e-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:57:52+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817190aa-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=8171924e-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:57:52+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=817190aa-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=8171924e-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:58:01+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=783d9bd2-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=783d9dd0-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:58:01+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8702121a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=870213f0-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:58:17+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=817190aa-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=8171924e-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:58:17+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90602482-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9060261c-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:58:17+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90602482-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9060261c-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:58:17+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90602482-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9060261c-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:58:27+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8702121a-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=870213f0-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:58:27+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=961123ea-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=96112584-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:58:42+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90602482-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9060261c-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:58:42+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f60ccac-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9f60d06c-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:58:42+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f60ccac-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9f60d06c-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:58:42+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f60ccac-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9f60d06c-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:58:52+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=961123ea-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=96112584-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:58:52+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f0af3e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=a4f0b146-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:59:07+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f60ccac-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=9f60d06c-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:59:07+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4fb796-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ae4fb930-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:59:07+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4fb796-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ae4fb930-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:59:07+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae4fb796-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ae4fb930-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:59:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4f0af3e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=a4f0b146-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:59:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b536ac-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=b3b5385a-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:59:32+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae4fb796-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ae4fb930-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:59:32+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd3fcc64-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=bd3fced0-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:59:32+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd3fcc64-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=bd3fced0-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:59:32+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd3fcc64-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=bd3fced0-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:59:41+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3b536ac-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=b3b5385a-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T08:59:41+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c27a1928-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=c27a1b30-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T08:59:57+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd3fcc64-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=bd3fced0-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T08:59:57+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc34f618-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=cc34f82a-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T08:59:58+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc34f618-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=cc34f82a-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T08:59:58+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc34f618-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=cc34f82a-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:00:06+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c27a1928-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=c27a1b30-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:00:06+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d149901e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=d149921c-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:00:23+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc34f618-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=cc34f82a-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:00:23+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db250b22-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=db251068-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:00:23+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db250b22-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=db251068-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:00:23+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db250b22-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=db251068-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:00:31+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d149901e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=d149921c-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:00:31+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e00f5700-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=e00f58c2-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:00:48+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db250b22-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=db251068-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:00:48+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea140246-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ea14041c-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:00:48+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea140246-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ea14041c-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:00:48+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea140246-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ea14041c-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:00:56+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e00f5700-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=e00f58c2-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:00:56+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed82a6e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=eed82cd0-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:01:13+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea140246-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=ea14041c-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:01:13+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f901a40c-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=f901a5ba-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:01:13+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f901a40c-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=f901a5ba-21f8-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:01:13+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f901a40c-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=f901a5ba-21f8-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:01:20+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed82a6e-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=eed82cd0-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:01:20+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda2af92-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=fda2b136-21f8-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:01:38+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f901a40c-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=f901a5ba-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:01:38+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f0aeea-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=07f0b1ba-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:01:38+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f0aeea-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=07f0b1ba-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:01:38+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f0aeea-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=07f0b1ba-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:01:45+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fda2af92-21f8-11ed-a5d5-eeb9c0245bcf | InvocationID=fda2b136-21f8-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:01:45+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c6bc446-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=0c6bc5ea-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:02:03+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f0aeea-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=07f0b1ba-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:02:03+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e204a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=16e20688-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:02:03+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e204a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=16e20688-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:02:03+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16e204a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=16e20688-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:02:10+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c6bc446-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=0c6bc5ea-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:02:10+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b39e52a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=1b39e6e2-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:02:28+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16e204a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=16e20688-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:02:28+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cf577c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=25cf5970-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:02:28+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cf577c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=25cf5970-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:02:28+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25cf577c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=25cf5970-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:02:35+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b39e52a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=1b39e6e2-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:02:35+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a00fab2-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=2a00fca6-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:02:53+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25cf577c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=25cf5970-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:02:53+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34bd9776-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=34bd99b0-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:02:53+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34bd9776-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=34bd99b0-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:02:53+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34bd9776-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=34bd99b0-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:03:00+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a00fab2-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=2a00fca6-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:03:00+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c3ccb4-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=38c3cf2a-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:03:18+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34bd9776-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=34bd99b0-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:03:18+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43ab1c72-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=43ab1fa6-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:03:18+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43ab1c72-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=43ab1fa6-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:03:18+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43ab1c72-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=43ab1fa6-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:03:24+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38c3ccb4-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=38c3cf2a-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:03:24+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478a3f4e-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=478a416a-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:03:43+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43ab1c72-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=43ab1fa6-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:03:43+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=529a2886-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=529a2a20-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:03:43+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=529a2886-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=529a2a20-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:03:43+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=529a2886-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=529a2a20-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:03:49+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=478a3f4e-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=478a416a-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:03:49+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564d9c4c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=564d9e86-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:04:08+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=529a2886-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=529a2a20-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:04:08+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6187e766-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=6187f10c-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:04:08+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6187e766-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=6187f10c-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:04:08+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6187e766-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=6187f10c-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:04:14+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=564d9c4c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=564d9e86-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:04:14+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65116bc8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=651170a0-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:04:33+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6187e766-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=6187f10c-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:04:33+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7076cc92-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7076ce86-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:04:33+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7076cc92-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7076ce86-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:04:33+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7076cc92-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7076ce86-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:04:39+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65116bc8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=651170a0-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:04:39+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d3c462-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=73d3c606-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:04:58+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7076cc92-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7076ce86-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:04:58+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f64e040-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7f64e1e4-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:04:58+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f64e040-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7f64e1e4-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:04:58+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f64e040-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7f64e1e4-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:05:04+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73d3c462-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=73d3c606-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:05:04+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8299732a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=8299756e-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:05:23+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f64e040-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=7f64e1e4-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:05:23+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5380d4-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=8e5382dc-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:05:23+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5380d4-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=8e5382dc-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:05:23+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e5380d4-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=8e5382dc-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:05:28+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8299732a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=8299756e-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:05:28+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915c16e2-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=915c18f4-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:05:48+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e5380d4-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=8e5382dc-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:05:48+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d41274a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=9d412902-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:05:48+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d41274a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=9d412902-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:05:48+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d41274a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=9d412902-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:05:53+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=915c16e2-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=915c18f4-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:05:53+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01e1c66-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=a01e1e14-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:06:13+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d41274a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=9d412902-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:06:13+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac2e3306-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ac2e350e-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:06:13+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac2e3306-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ac2e350e-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:06:13+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac2e3306-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ac2e350e-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:06:18+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a01e1c66-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=a01e1e14-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:06:18+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aee01650-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=aee017fe-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:06:38+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac2e3306-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ac2e350e-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:06:38+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb1b4214-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=bb1b43ae-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:06:38+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb1b4214-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=bb1b43ae-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:06:38+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb1b4214-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=bb1b43ae-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:06:43+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aee01650-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=aee017fe-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:06:43+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda3060c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=bda307b0-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:07:03+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb1b4214-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=bb1b43ae-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:07:03+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca091850-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ca0919e0-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:07:03+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca091850-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ca0919e0-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:07:03+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca091850-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ca0919e0-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:07:07+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bda3060c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=bda307b0-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:07:07+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6a712a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=cc6a7350-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:07:28+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca091850-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=ca0919e0-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:07:28+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f66c8c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=d8f6759c-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:07:28+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f66c8c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=d8f6759c-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:07:28+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8f66c8c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=d8f6759c-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:07:32+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc6a712a-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=cc6a7350-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:07:32+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db2df81c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=db2dfe20-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:07:53+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8f66c8c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=d8f6759c-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:07:53+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e494a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=e7e49944-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:07:53+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e494a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=e7e49944-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:07:53+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e494a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=e7e49944-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:07:57+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db2df81c-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=db2dfe20-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:07:57+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f33952-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=e9f33b8c-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:08:18+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e494a8-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=e7e49944-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:08:18+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d28362-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=f6d286f0-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:08:19+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d28362-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=f6d286f0-21f9-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:08:19+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d28362-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=f6d286f0-21f9-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:08:22+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9f33952-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=e9f33b8c-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:08:22+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bc56c6-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=f8bc58ba-21f9-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:08:44+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d28362-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=f6d286f0-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:08:44+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c48d02-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=05c48eb0-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:08:44+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c48d02-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=05c48eb0-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:08:44+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c48d02-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=05c48eb0-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:08:46+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8bc56c6-21f9-11ed-a5d5-eeb9c0245bcf | InvocationID=f8bc58ba-21f9-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:08:46+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077f6ca2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=077f6ebe-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:09:09+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c48d02-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=05c48eb0-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:09:09+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b211b8-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=14b21faa-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:09:09+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b211b8-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=14b21faa-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:09:09+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14b211b8-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=14b21faa-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:09:11+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=077f6ca2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=077f6ebe-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:09:11+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16424af2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=16424c82-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:09:34+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14b211b8-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=14b21faa-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:09:34+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23a012ce-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=23a014c2-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:09:34+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23a012ce-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=23a014c2-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:09:34+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23a012ce-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=23a014c2-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:09:36+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16424af2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=16424c82-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:09:36+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2506d6f2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=2506d896-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:09:59+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23a012ce-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=23a014c2-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:09:59+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=328ee6de-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=328ee95e-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:09:59+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=328ee6de-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=328ee95e-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:09:59+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=328ee6de-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=328ee95e-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:10:01+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2506d6f2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=2506d896-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:10:01+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ca6762-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=33ca6956-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:10:24+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=328ee6de-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=328ee95e-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:10:24+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=417cd3e0-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=417cd584-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:10:24+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=417cd3e0-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=417cd584-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:10:24+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=417cd3e0-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=417cd584-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:10:26+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33ca6762-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=33ca6956-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:10:26+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428c0f62-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=428c11c4-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:10:49+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=417cd3e0-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=417cd584-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:10:49+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=506a9d88-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=506a9f22-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:10:49+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=506a9d88-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=506a9f22-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:10:49+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=506a9d88-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=506a9f22-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:10:50+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428c0f62-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=428c11c4-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:10:50+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=514e839a-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=514e8534-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:11:14+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=506a9d88-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=506a9f22-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:11:14+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f584e76-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=5f585010-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:11:14+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f584e76-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=5f585010-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:11:14+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f584e76-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=5f585010-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:11:15+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=514e839a-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=514e8534-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:11:15+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60111960-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=60111b2c-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:11:39+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f584e76-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=5f585010-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:11:39+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e466d14-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=6e4670f2-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:11:39+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e466d14-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=6e4670f2-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:11:39+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e466d14-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=6e4670f2-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:11:40+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60111960-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=60111b2c-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:11:40+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed764b8-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=6ed76828-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:12:04+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e466d14-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=6e4670f2-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:12:04+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d359c0a-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=7d359fb6-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:12:04+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d359c0a-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=7d359fb6-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:12:04+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d359c0a-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=7d359fb6-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:12:05+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed764b8-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=6ed76828-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:12:05+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d9aabd6-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=7d9aaf0a-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:12:29+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d359c0a-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=7d359fb6-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:12:29+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c22f47e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=8c22f758-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:12:29+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c22f47e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=8c22f758-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:12:29+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c22f47e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=8c22f758-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:12:29+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d9aabd6-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=7d9aaf0a-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:12:29+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c5d397c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=8c5d3c06-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:12:54+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c22f47e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=8c22f758-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:12:54+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b14a96e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=9b14ab08-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:12:54+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b14a96e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=9b14ab08-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:12:54+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b14a96e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=9b14ab08-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:12:54+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c5d397c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=8c5d3c06-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:12:54+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b1fbf84-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=9b1fc114-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:13:19+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b1fbf84-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=9b1fc114-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:13:19+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e20bda-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=a9e20d88-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:13:19+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b14a96e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=9b14ab08-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:13:19+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa02861c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=aa0288d8-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:13:19+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa02861c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=aa0288d8-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:13:19+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa02861c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=aa0288d8-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:13:44+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9e20bda-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=a9e20d88-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:13:44+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8a515e0-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=b8a51806-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:13:44+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa02861c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=aa0288d8-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:13:44+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8f23280-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=b8f2351e-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:13:44+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8f23280-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=b8f2351e-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:13:44+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8f23280-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=b8f2351e-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:14:08+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8a515e0-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=b8a51806-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:14:08+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7674972-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=c7674b2a-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:14:09+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8f23280-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=b8f2351e-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:14:09+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7df564c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=c7df5886-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:14:09+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7df564c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=c7df5886-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:14:09+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7df564c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=c7df5886-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:14:33+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7674972-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=c7674b2a-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:14:33+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62a8e10-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=d62a9068-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:14:34+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7df564c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=c7df5886-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:14:34+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ccdc60-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=d6ccddf0-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:14:34+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ccdc60-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=d6ccddf0-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:14:34+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ccdc60-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=d6ccddf0-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:14:58+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62a8e10-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=d62a9068-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:14:58+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4f0e7fa-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=e4f0e9ee-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:14:59+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ccdc60-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=d6ccddf0-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:14:59+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b9475e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=e5b9490c-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:14:59+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b9475e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=e5b9490c-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:14:59+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5b9475e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=e5b9490c-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:15:23+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4f0e7fa-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=e4f0e9ee-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:15:23+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b37ad2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=f3b37d8e-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:15:24+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5b9475e-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=e5b9490c-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:15:24+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a6bc9c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=f4a6be86-21fa-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:15:24+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a6bc9c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=f4a6be86-21fa-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:15:24+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a6bc9c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=f4a6be86-21fa-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:15:48+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3b37ad2-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=f3b37d8e-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:15:48+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=027792ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=02779486-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:15:49+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a6bc9c-21fa-11ed-a5d5-eeb9c0245bcf | InvocationID=f4a6be86-21fa-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:15:49+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039659ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=0396632e-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:15:49+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039659ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=0396632e-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:15:49+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=039659ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=0396632e-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:16:12+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=027792ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=02779486-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:16:12+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113d15fe-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=113d1860-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:16:14+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=039659ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=0396632e-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:16:14+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128380e2-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=12838272-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:16:14+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128380e2-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=12838272-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:16:14+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=128380e2-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=12838272-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:16:37+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=113d15fe-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=113d1860-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:16:37+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fffcf8c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=1fffd220-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:16:39+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=128380e2-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=12838272-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:16:39+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2171503e-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=217151e2-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:16:40+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2171503e-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=217151e2-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:16:40+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2171503e-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=217151e2-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:17:02+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fffcf8c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=1fffd220-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:17:02+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ec34f3a-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=2ec35138-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:17:05+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2171503e-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=217151e2-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:17:05+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=305ee1d8-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=305ee372-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:17:05+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=305ee1d8-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=305ee372-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:17:05+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=305ee1d8-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=305ee372-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:17:27+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ec34f3a-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=2ec35138-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:17:27+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d860ac6-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=3d860c56-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:17:30+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=305ee1d8-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=305ee372-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:17:30+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f4c4e06-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=3f4c502c-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:17:30+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f4c4e06-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=3f4c502c-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:17:30+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f4c4e06-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=3f4c502c-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:17:51+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d860ac6-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=3d860c56-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:17:51+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c4985e2-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=4c498862-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:17:55+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f4c4e06-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=3f4c502c-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:17:55+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e395a1c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=4e395d5a-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:17:55+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e395a1c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=4e395d5a-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:17:55+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e395a1c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=4e395d5a-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:18:16+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c4985e2-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=4c498862-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:18:16+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b0eb98a-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=5b0ebb2e-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:18:20+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e395a1c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=4e395d5a-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:18:20+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d280e9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=5d28109a-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:18:20+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d280e9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=5d28109a-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:18:20+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d280e9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=5d28109a-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:18:41+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b0eb98a-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=5b0ebb2e-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:18:41+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69d11486-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=69d116b6-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:18:45+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d280e9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=5d28109a-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:18:45+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c1922ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=6c192468-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:18:45+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c1922ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=6c192468-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:18:45+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c1922ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=6c192468-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:19:06+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69d11486-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=69d116b6-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:19:06+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78946266-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=78946540-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:19:10+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c1922ce-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=6c192468-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:19:10+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b06bc9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=7b06be36-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:19:10+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b06bc9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=7b06be36-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:19:10+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b06bc9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=7b06be36-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:19:30+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78946266-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=78946540-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:19:30+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8758d516-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=8758df2a-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:19:35+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b06bc9c-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=7b06be36-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:19:35+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89f37146-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=89f37394-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:19:35+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89f37146-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=89f37394-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:19:35+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89f37146-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=89f37394-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:19:55+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8758d516-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=8758df2a-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:19:55+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=961f5cbe-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=961f6696-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:20:00+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89f37146-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=89f37394-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:20:00+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e19c82-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=98e19f66-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:20:00+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e19c82-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=98e19f66-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:20:00+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98e19c82-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=98e19f66-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:20:20+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=961f5cbe-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=961f6696-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:20:20+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e2e824-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=a4e2ec98-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:20:25+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98e19c82-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=98e19f66-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:20:25+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d2a326-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=a7d2a4f2-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:20:25+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d2a326-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=a7d2a4f2-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:20:25+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d2a326-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=a7d2a4f2-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:20:45+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4e2e824-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=a4e2ec98-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:20:45+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3a8de68-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=b3a8e084-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:20:50+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d2a326-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=a7d2a4f2-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:20:50+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c0defc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=b6c0e0fa-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:20:50+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c0defc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=b6c0e0fa-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:20:50+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c0defc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=b6c0e0fa-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:21:10+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3a8de68-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=b3a8e084-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:21:10+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26b09e4-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=c26b0b74-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:21:15+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c0defc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=b6c0e0fa-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:21:15+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5adeedc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=c5adf0ee-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:21:15+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5adeedc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=c5adf0ee-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:21:15+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5adeedc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=c5adf0ee-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:21:34+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26b09e4-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=c26b0b74-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:21:34+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12cf820-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=d12cfa8c-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:21:40+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5adeedc-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=c5adf0ee-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:21:40+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49c8264-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=d49c841c-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:21:40+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49c8264-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=d49c841c-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:21:40+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d49c8264-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=d49c841c-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:21:59+0000 | aai_event_thread | 140394750970656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d12cf820-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=d12cfa8c-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF AAI events.[0m 2022-08-22T09:21:59+0000 | aai_event_thread | 140394750970656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dff030ac-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=dff032fa-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-22T09:22:05+0000 | policy_event_thread | 140394752031520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d49c8264-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=d49c841c-21fb-11ed-a5d5-eeb9c0245bcf | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-22T09:22:05+0000 | policy_event_thread | 140394752031520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3899906-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=e3899aa0-21fb-11ed-a5d5-eeb9c0245bcf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-22T09:22:05+0000 | policy_event_thread | 140394752031520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3899906-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=e3899aa0-21fb-11ed-a5d5-eeb9c0245bcf | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-22T09:22:05+0000 | policy_event_thread | 140394752031520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3899906-21fb-11ed-a5d5-eeb9c0245bcf | InvocationID=e3899aa0-21fb-11ed-a5d5-eeb9c0245bcf | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m