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-11-08T04:57:10+0000 | MainThread | 139864457887048 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-08T04:57:10+0000 | MainThread | 139864457887048 | 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-11-08T04:57:10+0000 | MainThread | 139864457887048 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-08T04:57:10+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:57:10+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd94665e-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd946898-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:57:10+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-08T04:57:10+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd96a928-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd96aa22-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T04:57:10+0000 | MainThread | 139864457887048 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-11-08T04:57:11+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd96a928-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd96aa22-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:11+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd94665e-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd946898-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:11+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd96a928-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd96aa22-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:11+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd94665e-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd946898-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:31+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd96a928-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd96aa22-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T04:57:31+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da21eef0-5f21-11ed-9d28-d268f6b014f4 | InvocationID=da21f116-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T04:57:32+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da21eef0-5f21-11ed-9d28-d268f6b014f4 | InvocationID=da21f116-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:32+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da21eef0-5f21-11ed-9d28-d268f6b014f4 | InvocationID=da21f116-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:36+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd94665e-5f21-11ed-9d28-d268f6b014f4 | InvocationID=cd946898-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:57:36+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1d5d74-5f21-11ed-9d28-d268f6b014f4 | InvocationID=dd1d5ffe-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:57:37+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1d5d74-5f21-11ed-9d28-d268f6b014f4 | InvocationID=dd1d5ffe-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:37+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1d5d74-5f21-11ed-9d28-d268f6b014f4 | InvocationID=dd1d5ffe-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:52+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da21eef0-5f21-11ed-9d28-d268f6b014f4 | InvocationID=da21f116-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T04:57:52+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6adbc80-5f21-11ed-9d28-d268f6b014f4 | InvocationID=e6adbf3c-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T04:57:53+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6adbc80-5f21-11ed-9d28-d268f6b014f4 | InvocationID=e6adbf3c-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:57:53+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6adbc80-5f21-11ed-9d28-d268f6b014f4 | InvocationID=e6adbf3c-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:58:02+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1d5d74-5f21-11ed-9d28-d268f6b014f4 | InvocationID=dd1d5ffe-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:58:02+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca30bf4-5f21-11ed-9d28-d268f6b014f4 | InvocationID=eca3127a-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:58:03+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca30bf4-5f21-11ed-9d28-d268f6b014f4 | InvocationID=eca3127a-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:58:03+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca30bf4-5f21-11ed-9d28-d268f6b014f4 | InvocationID=eca3127a-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T04:58:13+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6adbc80-5f21-11ed-9d28-d268f6b014f4 | InvocationID=e6adbf3c-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T04:58:13+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f337385a-5f21-11ed-9d28-d268f6b014f4 | InvocationID=f3373a3a-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T04:58:28+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca30bf4-5f21-11ed-9d28-d268f6b014f4 | InvocationID=eca3127a-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:58:28+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc297d56-5f21-11ed-9d28-d268f6b014f4 | InvocationID=fc297fea-5f21-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:58:29+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc297d56-5f21-11ed-9d28-d268f6b014f4 | InvocationID=fc297fea-5f21-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:58:29+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc297d56-5f21-11ed-9d28-d268f6b014f4 | InvocationID=fc297fea-5f21-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:58:54+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc297d56-5f21-11ed-9d28-d268f6b014f4 | InvocationID=fc297fea-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:58:54+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3a455a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=0b3a4708-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:58:54+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3a455a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=0b3a4708-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:58:54+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3a455a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=0b3a4708-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:59:19+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3a455a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=0b3a4708-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:59:19+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2bd7f4-5f22-11ed-9d28-d268f6b014f4 | InvocationID=1a2bda2e-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:59:19+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2bd7f4-5f22-11ed-9d28-d268f6b014f4 | InvocationID=1a2bda2e-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:59:19+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2bd7f4-5f22-11ed-9d28-d268f6b014f4 | InvocationID=1a2bda2e-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:59:44+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2bd7f4-5f22-11ed-9d28-d268f6b014f4 | InvocationID=1a2bda2e-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T04:59:44+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291c4e6a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=291c5018-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T04:59:44+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291c4e6a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=291c5018-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T04:59:44+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291c4e6a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=291c5018-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:00:09+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291c4e6a-5f22-11ed-9d28-d268f6b014f4 | InvocationID=291c5018-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:00:09+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380be7a0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=380beed0-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:00:09+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380be7a0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=380beed0-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:00:09+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380be7a0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=380beed0-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:00:24+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f337385a-5f21-11ed-9d28-d268f6b014f4 | InvocationID=f3373a3a-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T05:00:24+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f337385a-5f21-11ed-9d28-d268f6b014f4 | InvocationID=f3373a3a-5f21-11ed-9d28-d268f6b014f4 | 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-11-08T05:00:34+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380be7a0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=380beed0-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:00:34+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fc4de0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=46fc4f8e-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:00:34+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fc4de0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=46fc4f8e-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:00:34+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46fc4de0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=46fc4f8e-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:00:44+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f337385a-5f21-11ed-9d28-d268f6b014f4 | InvocationID=f3373a3a-5f21-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:00:44+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d37a128-5f22-11ed-9d28-d268f6b014f4 | InvocationID=4d37a2e0-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:00:44+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d37a128-5f22-11ed-9d28-d268f6b014f4 | InvocationID=4d37a2e0-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:00:44+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d37a128-5f22-11ed-9d28-d268f6b014f4 | InvocationID=4d37a2e0-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:00:59+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46fc4de0-5f22-11ed-9d28-d268f6b014f4 | InvocationID=46fc4f8e-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:00:59+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ebf01c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=55ebf1de-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:00:59+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ebf01c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=55ebf1de-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:00:59+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ebf01c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=55ebf1de-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:01:04+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d37a128-5f22-11ed-9d28-d268f6b014f4 | InvocationID=4d37a2e0-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:01:04+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592e4630-5f22-11ed-9d28-d268f6b014f4 | InvocationID=592e47d4-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:01:04+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592e4630-5f22-11ed-9d28-d268f6b014f4 | InvocationID=592e47d4-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:01:04+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=592e4630-5f22-11ed-9d28-d268f6b014f4 | InvocationID=592e47d4-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:01:24+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ebf01c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=55ebf1de-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:01:24+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64e0d998-5f22-11ed-9d28-d268f6b014f4 | InvocationID=64e0db6e-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:01:24+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64e0d998-5f22-11ed-9d28-d268f6b014f4 | InvocationID=64e0db6e-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:01:24+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64e0d998-5f22-11ed-9d28-d268f6b014f4 | InvocationID=64e0db6e-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:01:24+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=592e4630-5f22-11ed-9d28-d268f6b014f4 | InvocationID=592e47d4-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:01:24+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6526d254-5f22-11ed-9d28-d268f6b014f4 | InvocationID=6526d47a-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:01:24+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6526d254-5f22-11ed-9d28-d268f6b014f4 | InvocationID=6526d47a-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:01:24+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6526d254-5f22-11ed-9d28-d268f6b014f4 | InvocationID=6526d47a-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:01:44+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6526d254-5f22-11ed-9d28-d268f6b014f4 | InvocationID=6526d47a-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:01:44+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=711b67d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=711b6994-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:01:45+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=711b67d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=711b6994-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:01:45+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=711b67d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=711b6994-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:01:49+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64e0d998-5f22-11ed-9d28-d268f6b014f4 | InvocationID=64e0db6e-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:01:49+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d49d7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=73d4a22c-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:01:49+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d49d7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=73d4a22c-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:01:49+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73d49d7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=73d4a22c-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:02:05+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=711b67d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=711b6994-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:02:05+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d13933e-5f22-11ed-9d28-d268f6b014f4 | InvocationID=7d1398a2-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:02:05+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d13933e-5f22-11ed-9d28-d268f6b014f4 | InvocationID=7d1398a2-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:02:05+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d13933e-5f22-11ed-9d28-d268f6b014f4 | InvocationID=7d1398a2-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:02:14+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73d49d7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=73d4a22c-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:02:14+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c32c7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=82c32e2a-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:02:14+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c32c7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=82c32e2a-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:02:14+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82c32c7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=82c32e2a-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:02:25+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d13933e-5f22-11ed-9d28-d268f6b014f4 | InvocationID=7d1398a2-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:02:25+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8906e5f6-5f22-11ed-9d28-d268f6b014f4 | InvocationID=8906e7a4-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:02:25+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8906e5f6-5f22-11ed-9d28-d268f6b014f4 | InvocationID=8906e7a4-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:02:25+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8906e5f6-5f22-11ed-9d28-d268f6b014f4 | InvocationID=8906e7a4-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:02:39+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82c32c7c-5f22-11ed-9d28-d268f6b014f4 | InvocationID=82c32e2a-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:02:39+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91b26fea-5f22-11ed-9d28-d268f6b014f4 | InvocationID=91b27260-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:02:39+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91b26fea-5f22-11ed-9d28-d268f6b014f4 | InvocationID=91b27260-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:02:39+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91b26fea-5f22-11ed-9d28-d268f6b014f4 | InvocationID=91b27260-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:02:45+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8906e5f6-5f22-11ed-9d28-d268f6b014f4 | InvocationID=8906e7a4-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:02:45+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94fb2994-5f22-11ed-9d28-d268f6b014f4 | InvocationID=94fb2b42-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:02:45+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94fb2994-5f22-11ed-9d28-d268f6b014f4 | InvocationID=94fb2b42-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:02:45+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94fb2994-5f22-11ed-9d28-d268f6b014f4 | InvocationID=94fb2b42-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:03:04+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91b26fea-5f22-11ed-9d28-d268f6b014f4 | InvocationID=91b27260-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:03:04+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0a15bd8-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0a15d7c-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:03:04+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0a15bd8-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0a15d7c-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:03:04+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0a15bd8-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0a15d7c-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:03:05+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94fb2994-5f22-11ed-9d28-d268f6b014f4 | InvocationID=94fb2b42-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:03:05+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0edc842-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0edc9e6-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:03:05+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0edc842-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0edc9e6-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:03:05+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0edc842-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0edc9e6-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:03:25+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0edc842-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0edc9e6-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:03:25+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace1a6d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=ace1a8e4-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:03:25+0000 | aai_event_thread | 139864407149344 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace1a6d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=ace1a8e4-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:03:25+0000 | aai_event_thread | 139864407149344 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ace1a6d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=ace1a8e4-5f22-11ed-9d28-d268f6b014f4 | 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-11-08T05:03:29+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0a15bd8-5f22-11ed-9d28-d268f6b014f4 | InvocationID=a0a15d7c-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:03:29+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af91bd72-5f22-11ed-9d28-d268f6b014f4 | InvocationID=af91bf2a-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:03:29+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af91bd72-5f22-11ed-9d28-d268f6b014f4 | InvocationID=af91bf2a-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:03:29+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af91bd72-5f22-11ed-9d28-d268f6b014f4 | InvocationID=af91bf2a-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:03:45+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ace1a6d2-5f22-11ed-9d28-d268f6b014f4 | InvocationID=ace1a8e4-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:03:45+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d49602-5f22-11ed-9d28-d268f6b014f4 | InvocationID=b8d497b0-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:03:54+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af91bd72-5f22-11ed-9d28-d268f6b014f4 | InvocationID=af91bf2a-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:03:54+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be7e9aee-5f22-11ed-9d28-d268f6b014f4 | InvocationID=be7e9ce2-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:03:54+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be7e9aee-5f22-11ed-9d28-d268f6b014f4 | InvocationID=be7e9ce2-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:03:54+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be7e9aee-5f22-11ed-9d28-d268f6b014f4 | InvocationID=be7e9ce2-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:04:09+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8d49602-5f22-11ed-9d28-d268f6b014f4 | InvocationID=b8d497b0-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:04:09+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7447090-5f22-11ed-9d28-d268f6b014f4 | InvocationID=c7447266-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:04:19+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be7e9aee-5f22-11ed-9d28-d268f6b014f4 | InvocationID=be7e9ce2-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:04:19+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd6c2602-5f22-11ed-9d28-d268f6b014f4 | InvocationID=cd6c27b0-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:04:19+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd6c2602-5f22-11ed-9d28-d268f6b014f4 | InvocationID=cd6c27b0-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:04:19+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd6c2602-5f22-11ed-9d28-d268f6b014f4 | InvocationID=cd6c27b0-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:04:29+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7447090-5f22-11ed-9d28-d268f6b014f4 | InvocationID=c7447266-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:04:29+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d33bea68-5f22-11ed-9d28-d268f6b014f4 | InvocationID=d33bec0c-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:04:44+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd6c2602-5f22-11ed-9d28-d268f6b014f4 | InvocationID=cd6c27b0-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:04:44+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc5a6a48-5f22-11ed-9d28-d268f6b014f4 | InvocationID=dc5a6bf6-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:04:44+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc5a6a48-5f22-11ed-9d28-d268f6b014f4 | InvocationID=dc5a6bf6-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:04:44+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc5a6a48-5f22-11ed-9d28-d268f6b014f4 | InvocationID=dc5a6bf6-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:04:49+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d33bea68-5f22-11ed-9d28-d268f6b014f4 | InvocationID=d33bec0c-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:04:49+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df32da52-5f22-11ed-9d28-d268f6b014f4 | InvocationID=df32dde0-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:05:09+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df32da52-5f22-11ed-9d28-d268f6b014f4 | InvocationID=df32dde0-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:05:09+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb2dd550-5f22-11ed-9d28-d268f6b014f4 | InvocationID=eb2dd8ac-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:05:09+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc5a6a48-5f22-11ed-9d28-d268f6b014f4 | InvocationID=dc5a6bf6-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:05:09+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb482720-5f22-11ed-9d28-d268f6b014f4 | InvocationID=eb482a22-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:05:09+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb482720-5f22-11ed-9d28-d268f6b014f4 | InvocationID=eb482a22-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:05:09+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb482720-5f22-11ed-9d28-d268f6b014f4 | InvocationID=eb482a22-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:05:30+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb2dd550-5f22-11ed-9d28-d268f6b014f4 | InvocationID=eb2dd8ac-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:05:30+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78281ca-5f22-11ed-9d28-d268f6b014f4 | InvocationID=f78286d4-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:05:34+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb482720-5f22-11ed-9d28-d268f6b014f4 | InvocationID=eb482a22-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:05:34+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa35d912-5f22-11ed-9d28-d268f6b014f4 | InvocationID=fa35daca-5f22-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:05:35+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa35d912-5f22-11ed-9d28-d268f6b014f4 | InvocationID=fa35daca-5f22-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:05:35+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa35d912-5f22-11ed-9d28-d268f6b014f4 | InvocationID=fa35daca-5f22-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:05:55+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f78281ca-5f22-11ed-9d28-d268f6b014f4 | InvocationID=f78286d4-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:05:55+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0646acb8-5f23-11ed-9d28-d268f6b014f4 | InvocationID=0646ae5c-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:06:00+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa35d912-5f22-11ed-9d28-d268f6b014f4 | InvocationID=fa35daca-5f22-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:06:00+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092311e2-5f23-11ed-9d28-d268f6b014f4 | InvocationID=09231340-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:06:00+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092311e2-5f23-11ed-9d28-d268f6b014f4 | InvocationID=09231340-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:06:00+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=092311e2-5f23-11ed-9d28-d268f6b014f4 | InvocationID=09231340-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:06:19+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0646acb8-5f23-11ed-9d28-d268f6b014f4 | InvocationID=0646ae5c-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:06:19+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150ae124-5f23-11ed-9d28-d268f6b014f4 | InvocationID=150ae412-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:06:25+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=092311e2-5f23-11ed-9d28-d268f6b014f4 | InvocationID=09231340-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:06:25+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18100836-5f23-11ed-9d28-d268f6b014f4 | InvocationID=181009e4-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:06:25+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18100836-5f23-11ed-9d28-d268f6b014f4 | InvocationID=181009e4-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:06:25+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18100836-5f23-11ed-9d28-d268f6b014f4 | InvocationID=181009e4-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:06:44+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=150ae124-5f23-11ed-9d28-d268f6b014f4 | InvocationID=150ae412-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:06:44+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23cf7ac6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=23cf7cec-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:06:50+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18100836-5f23-11ed-9d28-d268f6b014f4 | InvocationID=181009e4-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:06:50+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fd683e-5f23-11ed-9d28-d268f6b014f4 | InvocationID=26fd69ec-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:06:50+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fd683e-5f23-11ed-9d28-d268f6b014f4 | InvocationID=26fd69ec-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:06:50+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fd683e-5f23-11ed-9d28-d268f6b014f4 | InvocationID=26fd69ec-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:07:09+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23cf7ac6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=23cf7cec-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:07:09+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3292acfe-5f23-11ed-9d28-d268f6b014f4 | InvocationID=3292af10-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:07:15+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fd683e-5f23-11ed-9d28-d268f6b014f4 | InvocationID=26fd69ec-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:07:15+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ebe91a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=35ebebcc-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:07:15+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ebe91a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=35ebebcc-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:07:15+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35ebe91a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=35ebebcc-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:07:34+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3292acfe-5f23-11ed-9d28-d268f6b014f4 | InvocationID=3292af10-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:07:34+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=415845dc-5f23-11ed-9d28-d268f6b014f4 | InvocationID=41584866-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:07:40+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35ebe91a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=35ebebcc-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:07:40+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44dade54-5f23-11ed-9d28-d268f6b014f4 | InvocationID=44dae188-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:07:40+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44dade54-5f23-11ed-9d28-d268f6b014f4 | InvocationID=44dae188-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:07:40+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44dade54-5f23-11ed-9d28-d268f6b014f4 | InvocationID=44dae188-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:07:59+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=415845dc-5f23-11ed-9d28-d268f6b014f4 | InvocationID=41584866-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:07:59+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501e070a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=501e0afc-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:08:05+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44dade54-5f23-11ed-9d28-d268f6b014f4 | InvocationID=44dae188-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:08:05+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53cafe8a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=53cb0100-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:08:05+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53cafe8a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=53cb0100-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:08:05+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53cafe8a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=53cb0100-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:08:23+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=501e070a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=501e0afc-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:08:23+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee1da32-5f23-11ed-9d28-d268f6b014f4 | InvocationID=5ee1dbfe-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:08:30+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53cafe8a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=53cb0100-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:08:30+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b91e22-5f23-11ed-9d28-d268f6b014f4 | InvocationID=62b92084-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:08:30+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b91e22-5f23-11ed-9d28-d268f6b014f4 | InvocationID=62b92084-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:08:30+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62b91e22-5f23-11ed-9d28-d268f6b014f4 | InvocationID=62b92084-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:08:48+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ee1da32-5f23-11ed-9d28-d268f6b014f4 | InvocationID=5ee1dbfe-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:08:48+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da61c68-5f23-11ed-9d28-d268f6b014f4 | InvocationID=6da61e0c-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:08:55+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62b91e22-5f23-11ed-9d28-d268f6b014f4 | InvocationID=62b92084-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:08:55+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71aa14ea-5f23-11ed-9d28-d268f6b014f4 | InvocationID=71aa16a2-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:08:55+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71aa14ea-5f23-11ed-9d28-d268f6b014f4 | InvocationID=71aa16a2-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:08:55+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71aa14ea-5f23-11ed-9d28-d268f6b014f4 | InvocationID=71aa16a2-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:09:13+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6da61c68-5f23-11ed-9d28-d268f6b014f4 | InvocationID=6da61e0c-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:09:13+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c6a7b7c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=7c6a7e9c-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:09:20+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71aa14ea-5f23-11ed-9d28-d268f6b014f4 | InvocationID=71aa16a2-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:09:20+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=809c29b6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=809c2b5a-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:09:20+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=809c29b6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=809c2b5a-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:09:20+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=809c29b6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=809c2b5a-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:09:38+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c6a7b7c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=7c6a7e9c-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:09:38+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b361986-5f23-11ed-9d28-d268f6b014f4 | InvocationID=8b361b3e-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:09:45+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=809c29b6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=809c2b5a-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:09:45+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f89b146-5f23-11ed-9d28-d268f6b014f4 | InvocationID=8f89b2f4-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:09:45+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f89b146-5f23-11ed-9d28-d268f6b014f4 | InvocationID=8f89b2f4-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:09:45+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f89b146-5f23-11ed-9d28-d268f6b014f4 | InvocationID=8f89b2f4-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:10:03+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b361986-5f23-11ed-9d28-d268f6b014f4 | InvocationID=8b361b3e-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:10:03+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99f918a6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=99f91b4e-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:10:10+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f89b146-5f23-11ed-9d28-d268f6b014f4 | InvocationID=8f89b2f4-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:10:10+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e78b03a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=9e78b288-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:10:10+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e78b03a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=9e78b288-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:10:10+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e78b03a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=9e78b288-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:10:27+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99f918a6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=99f91b4e-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:10:27+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8bc26da-5f23-11ed-9d28-d268f6b014f4 | InvocationID=a8bc298c-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:10:35+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e78b03a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=9e78b288-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:10:35+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad665958-5f23-11ed-9d28-d268f6b014f4 | InvocationID=ad665b06-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:10:35+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad665958-5f23-11ed-9d28-d268f6b014f4 | InvocationID=ad665b06-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:10:35+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad665958-5f23-11ed-9d28-d268f6b014f4 | InvocationID=ad665b06-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:10:52+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8bc26da-5f23-11ed-9d28-d268f6b014f4 | InvocationID=a8bc298c-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:10:52+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77f118c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=b77f13b2-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:11:00+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad665958-5f23-11ed-9d28-d268f6b014f4 | InvocationID=ad665b06-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:11:00+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc547422-5f23-11ed-9d28-d268f6b014f4 | InvocationID=bc547616-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:11:00+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc547422-5f23-11ed-9d28-d268f6b014f4 | InvocationID=bc547616-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:11:00+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc547422-5f23-11ed-9d28-d268f6b014f4 | InvocationID=bc547616-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:11:17+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b77f118c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=b77f13b2-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:11:17+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6420b98-5f23-11ed-9d28-d268f6b014f4 | InvocationID=c6420e04-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:11:25+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc547422-5f23-11ed-9d28-d268f6b014f4 | InvocationID=bc547616-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:11:25+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4315a6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=cb4318c6-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:11:25+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4315a6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=cb4318c6-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:11:25+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4315a6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=cb4318c6-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:11:42+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6420b98-5f23-11ed-9d28-d268f6b014f4 | InvocationID=c6420e04-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:11:42+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5062f6a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=d5063118-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:11:50+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4315a6-5f23-11ed-9d28-d268f6b014f4 | InvocationID=cb4318c6-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:11:50+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da32e08c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=da32e2d0-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:11:50+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da32e08c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=da32e2d0-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:11:50+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da32e08c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=da32e2d0-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:12:06+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5062f6a-5f23-11ed-9d28-d268f6b014f4 | InvocationID=d5063118-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:12:06+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ce0e64-5f23-11ed-9d28-d268f6b014f4 | InvocationID=e3ce1184-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:12:15+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da32e08c-5f23-11ed-9d28-d268f6b014f4 | InvocationID=da32e2d0-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:12:15+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e920eefe-5f23-11ed-9d28-d268f6b014f4 | InvocationID=e920f0ac-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:12:15+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e920eefe-5f23-11ed-9d28-d268f6b014f4 | InvocationID=e920f0ac-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:12:15+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e920eefe-5f23-11ed-9d28-d268f6b014f4 | InvocationID=e920f0ac-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:12:31+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3ce0e64-5f23-11ed-9d28-d268f6b014f4 | InvocationID=e3ce1184-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:12:31+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f292f928-5f23-11ed-9d28-d268f6b014f4 | InvocationID=f292fc70-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:12:40+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e920eefe-5f23-11ed-9d28-d268f6b014f4 | InvocationID=e920f0ac-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:12:40+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f810a5ee-5f23-11ed-9d28-d268f6b014f4 | InvocationID=f810a79c-5f23-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:12:40+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f810a5ee-5f23-11ed-9d28-d268f6b014f4 | InvocationID=f810a79c-5f23-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:12:40+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f810a5ee-5f23-11ed-9d28-d268f6b014f4 | InvocationID=f810a79c-5f23-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:12:56+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f292f928-5f23-11ed-9d28-d268f6b014f4 | InvocationID=f292fc70-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:12:56+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01571b7e-5f24-11ed-9d28-d268f6b014f4 | InvocationID=01572024-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:13:05+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f810a5ee-5f23-11ed-9d28-d268f6b014f4 | InvocationID=f810a79c-5f23-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:13:05+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ff5384-5f24-11ed-9d28-d268f6b014f4 | InvocationID=06ff5550-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:13:05+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ff5384-5f24-11ed-9d28-d268f6b014f4 | InvocationID=06ff5550-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:13:05+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ff5384-5f24-11ed-9d28-d268f6b014f4 | InvocationID=06ff5550-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:13:21+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01571b7e-5f24-11ed-9d28-d268f6b014f4 | InvocationID=01572024-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:13:21+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101baad0-5f24-11ed-9d28-d268f6b014f4 | InvocationID=101bad6e-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:13:30+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ff5384-5f24-11ed-9d28-d268f6b014f4 | InvocationID=06ff5550-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:13:30+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ed3d5c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=15ed3f0a-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:13:31+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ed3d5c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=15ed3f0a-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:13:31+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ed3d5c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=15ed3f0a-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:13:45+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=101baad0-5f24-11ed-9d28-d268f6b014f4 | InvocationID=101bad6e-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:13:45+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee05660-5f24-11ed-9d28-d268f6b014f4 | InvocationID=1ee0589a-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:13:56+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ed3d5c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=15ed3f0a-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:13:56+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24dc12c0-5f24-11ed-9d28-d268f6b014f4 | InvocationID=24dc1464-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:13:56+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24dc12c0-5f24-11ed-9d28-d268f6b014f4 | InvocationID=24dc1464-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:13:56+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24dc12c0-5f24-11ed-9d28-d268f6b014f4 | InvocationID=24dc1464-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:14:10+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ee05660-5f24-11ed-9d28-d268f6b014f4 | InvocationID=1ee0589a-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:14:10+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2da2d4ac-5f24-11ed-9d28-d268f6b014f4 | InvocationID=2da2ed02-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:14:21+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24dc12c0-5f24-11ed-9d28-d268f6b014f4 | InvocationID=24dc1464-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:14:21+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c99a46-5f24-11ed-9d28-d268f6b014f4 | InvocationID=33c99bea-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:14:21+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c99a46-5f24-11ed-9d28-d268f6b014f4 | InvocationID=33c99bea-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:14:21+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c99a46-5f24-11ed-9d28-d268f6b014f4 | InvocationID=33c99bea-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:14:35+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2da2d4ac-5f24-11ed-9d28-d268f6b014f4 | InvocationID=2da2ed02-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:14:35+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c69c02c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=3c69c55e-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:14:46+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c99a46-5f24-11ed-9d28-d268f6b014f4 | InvocationID=33c99bea-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:14:46+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b6ca10-5f24-11ed-9d28-d268f6b014f4 | InvocationID=42b6d9ec-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:14:46+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b6ca10-5f24-11ed-9d28-d268f6b014f4 | InvocationID=42b6d9ec-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:14:46+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b6ca10-5f24-11ed-9d28-d268f6b014f4 | InvocationID=42b6d9ec-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:15:00+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c69c02c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=3c69c55e-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:15:00+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b32a0ba-5f24-11ed-9d28-d268f6b014f4 | InvocationID=4b32a2d6-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:15:11+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b6ca10-5f24-11ed-9d28-d268f6b014f4 | InvocationID=42b6d9ec-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:15:11+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a48be8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=51a48ddc-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:15:11+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a48be8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=51a48ddc-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:15:11+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51a48be8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=51a48ddc-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:15:25+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b32a0ba-5f24-11ed-9d28-d268f6b014f4 | InvocationID=4b32a2d6-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:15:25+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59fa0a16-5f24-11ed-9d28-d268f6b014f4 | InvocationID=59fa0c50-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:15:36+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51a48be8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=51a48ddc-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:15:36+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60953d3c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=60954034-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:15:36+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60953d3c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=60954034-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:15:36+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60953d3c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=60954034-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:15:49+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59fa0a16-5f24-11ed-9d28-d268f6b014f4 | InvocationID=59fa0c50-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:15:49+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68bcf392-5f24-11ed-9d28-d268f6b014f4 | InvocationID=68bcf630-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:16:01+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60953d3c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=60954034-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:16:01+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f8e83ca-5f24-11ed-9d28-d268f6b014f4 | InvocationID=6f8e860e-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:16:01+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f8e83ca-5f24-11ed-9d28-d268f6b014f4 | InvocationID=6f8e860e-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:16:01+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f8e83ca-5f24-11ed-9d28-d268f6b014f4 | InvocationID=6f8e860e-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:16:14+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68bcf392-5f24-11ed-9d28-d268f6b014f4 | InvocationID=68bcf630-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:16:14+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7781d7e4-5f24-11ed-9d28-d268f6b014f4 | InvocationID=7781d9a6-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:16:26+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f8e83ca-5f24-11ed-9d28-d268f6b014f4 | InvocationID=6f8e860e-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:16:26+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e7c2dd8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=7e7c306c-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:16:26+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e7c2dd8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=7e7c306c-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:16:26+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e7c2dd8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=7e7c306c-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:16:39+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7781d7e4-5f24-11ed-9d28-d268f6b014f4 | InvocationID=7781d9a6-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:16:39+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8647c112-5f24-11ed-9d28-d268f6b014f4 | InvocationID=8647c32e-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:16:51+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e7c2dd8-5f24-11ed-9d28-d268f6b014f4 | InvocationID=7e7c306c-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:16:51+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d69792c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=8d697b70-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:16:51+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d69792c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=8d697b70-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:16:51+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d69792c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=8d697b70-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:17:04+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8647c112-5f24-11ed-9d28-d268f6b014f4 | InvocationID=8647c32e-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:17:04+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=950c5514-5f24-11ed-9d28-d268f6b014f4 | InvocationID=950c5726-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:17:16+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d69792c-5f24-11ed-9d28-d268f6b014f4 | InvocationID=8d697b70-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:17:16+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c56f338-5f24-11ed-9d28-d268f6b014f4 | InvocationID=9c56f4f0-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:17:16+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c56f338-5f24-11ed-9d28-d268f6b014f4 | InvocationID=9c56f4f0-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:17:16+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c56f338-5f24-11ed-9d28-d268f6b014f4 | InvocationID=9c56f4f0-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:17:29+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=950c5514-5f24-11ed-9d28-d268f6b014f4 | InvocationID=950c5726-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:17:29+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d6f612-5f24-11ed-9d28-d268f6b014f4 | InvocationID=a3d6f7b6-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:17:41+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c56f338-5f24-11ed-9d28-d268f6b014f4 | InvocationID=9c56f4f0-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:17:41+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab485954-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ab485daa-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:17:41+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab485954-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ab485daa-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:17:41+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab485954-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ab485daa-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:17:53+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3d6f612-5f24-11ed-9d28-d268f6b014f4 | InvocationID=a3d6f7b6-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:17:53+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29a216a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=b29a2bb0-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:18:06+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab485954-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ab485daa-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:18:06+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba371018-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ba3711d0-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:18:06+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba371018-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ba3711d0-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:18:06+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba371018-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ba3711d0-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:18:18+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b29a216a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=b29a2bb0-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:18:18+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c15fc588-5f24-11ed-9d28-d268f6b014f4 | InvocationID=c15fc754-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:18:31+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba371018-5f24-11ed-9d28-d268f6b014f4 | InvocationID=ba3711d0-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:18:31+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c926adcc-5f24-11ed-9d28-d268f6b014f4 | InvocationID=c926af98-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:18:31+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c926adcc-5f24-11ed-9d28-d268f6b014f4 | InvocationID=c926af98-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:18:31+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c926adcc-5f24-11ed-9d28-d268f6b014f4 | InvocationID=c926af98-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:18:43+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c15fc588-5f24-11ed-9d28-d268f6b014f4 | InvocationID=c15fc754-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:18:43+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d029dd06-5f24-11ed-9d28-d268f6b014f4 | InvocationID=d029df04-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:18:56+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c926adcc-5f24-11ed-9d28-d268f6b014f4 | InvocationID=c926af98-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:18:56+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8199c68-5f24-11ed-9d28-d268f6b014f4 | InvocationID=d8199e34-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:18:56+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8199c68-5f24-11ed-9d28-d268f6b014f4 | InvocationID=d8199e34-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:18:56+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8199c68-5f24-11ed-9d28-d268f6b014f4 | InvocationID=d8199e34-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:19:08+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d029dd06-5f24-11ed-9d28-d268f6b014f4 | InvocationID=d029df04-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:19:08+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=def86898-5f24-11ed-9d28-d268f6b014f4 | InvocationID=def86ac8-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:19:21+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8199c68-5f24-11ed-9d28-d268f6b014f4 | InvocationID=d8199e34-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:19:21+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e70b0c2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=e70b0df6-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:19:21+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e70b0c2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=e70b0df6-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:19:21+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e70b0c2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=e70b0df6-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:19:33+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=def86898-5f24-11ed-9d28-d268f6b014f4 | InvocationID=def86ac8-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:19:33+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edbbb7cc-5f24-11ed-9d28-d268f6b014f4 | InvocationID=edbbba6a-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:19:46+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e70b0c2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=e70b0df6-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:19:46+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f86f2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=f5f87b5a-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:19:46+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f86f2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=f5f87b5a-5f24-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:19:46+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5f86f2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=f5f87b5a-5f24-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:19:57+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edbbb7cc-5f24-11ed-9d28-d268f6b014f4 | InvocationID=edbbba6a-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:19:57+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc7fd608-5f24-11ed-9d28-d268f6b014f4 | InvocationID=fc7fdc8e-5f24-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:20:11+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5f86f2a-5f24-11ed-9d28-d268f6b014f4 | InvocationID=f5f87b5a-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:20:11+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e67a18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=04e67dba-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:20:11+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e67a18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=04e67dba-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:20:11+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04e67a18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=04e67dba-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:20:22+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc7fd608-5f24-11ed-9d28-d268f6b014f4 | InvocationID=fc7fdc8e-5f24-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:20:22+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b492bd0-5f25-11ed-9d28-d268f6b014f4 | InvocationID=0b492e6e-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:20:36+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04e67a18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=04e67dba-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:20:36+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d59446-5f25-11ed-9d28-d268f6b014f4 | InvocationID=13d597b6-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:20:37+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d59446-5f25-11ed-9d28-d268f6b014f4 | InvocationID=13d597b6-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:20:37+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d59446-5f25-11ed-9d28-d268f6b014f4 | InvocationID=13d597b6-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:20:47+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b492bd0-5f25-11ed-9d28-d268f6b014f4 | InvocationID=0b492e6e-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:20:47+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a102218-5f25-11ed-9d28-d268f6b014f4 | InvocationID=1a102542-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:21:02+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d59446-5f25-11ed-9d28-d268f6b014f4 | InvocationID=13d597b6-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:21:02+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c4c44a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=22c4c602-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:21:02+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c4c44a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=22c4c602-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:21:02+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22c4c44a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=22c4c602-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:21:12+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a102218-5f25-11ed-9d28-d268f6b014f4 | InvocationID=1a102542-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:21:12+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d3282c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=28d32af2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:21:27+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22c4c44a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=22c4c602-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:21:27+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31b54038-5f25-11ed-9d28-d268f6b014f4 | InvocationID=31b541f0-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:21:27+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31b54038-5f25-11ed-9d28-d268f6b014f4 | InvocationID=31b541f0-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:21:27+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31b54038-5f25-11ed-9d28-d268f6b014f4 | InvocationID=31b541f0-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:21:36+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28d3282c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=28d32af2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:21:36+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=379c3a4c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=379c3c68-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:21:52+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31b54038-5f25-11ed-9d28-d268f6b014f4 | InvocationID=31b541f0-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:21:52+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a3184a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=40a31e3a-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:21:52+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a3184a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=40a31e3a-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:21:52+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40a3184a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=40a31e3a-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:22:01+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=379c3a4c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=379c3c68-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:22:01+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46605040-5f25-11ed-9d28-d268f6b014f4 | InvocationID=46605216-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:22:17+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40a3184a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=40a31e3a-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:22:17+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f918936-5f25-11ed-9d28-d268f6b014f4 | InvocationID=4f918d14-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:22:17+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f918936-5f25-11ed-9d28-d268f6b014f4 | InvocationID=4f918d14-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:22:17+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f918936-5f25-11ed-9d28-d268f6b014f4 | InvocationID=4f918d14-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:22:26+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46605040-5f25-11ed-9d28-d268f6b014f4 | InvocationID=46605216-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:22:26+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55244ae6-5f25-11ed-9d28-d268f6b014f4 | InvocationID=55244de8-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:22:42+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f918936-5f25-11ed-9d28-d268f6b014f4 | InvocationID=4f918d14-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:22:42+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e80260a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=5e8028b2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:22:42+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e80260a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=5e8028b2-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:22:42+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e80260a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=5e8028b2-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:22:51+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55244ae6-5f25-11ed-9d28-d268f6b014f4 | InvocationID=55244de8-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:22:51+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63e92362-5f25-11ed-9d28-d268f6b014f4 | InvocationID=63e92d08-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:23:07+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e80260a-5f25-11ed-9d28-d268f6b014f4 | InvocationID=5e8028b2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:23:07+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d6eed68-5f25-11ed-9d28-d268f6b014f4 | InvocationID=6d6eef34-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:23:07+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d6eed68-5f25-11ed-9d28-d268f6b014f4 | InvocationID=6d6eef34-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:23:07+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d6eed68-5f25-11ed-9d28-d268f6b014f4 | InvocationID=6d6eef34-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:23:16+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63e92362-5f25-11ed-9d28-d268f6b014f4 | InvocationID=63e92d08-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:23:16+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72ac2110-5f25-11ed-9d28-d268f6b014f4 | InvocationID=72ac22d2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:23:32+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d6eed68-5f25-11ed-9d28-d268f6b014f4 | InvocationID=6d6eef34-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:23:32+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5c7124-5f25-11ed-9d28-d268f6b014f4 | InvocationID=7c5c73c2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:23:32+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5c7124-5f25-11ed-9d28-d268f6b014f4 | InvocationID=7c5c73c2-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:23:32+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c5c7124-5f25-11ed-9d28-d268f6b014f4 | InvocationID=7c5c73c2-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:23:40+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72ac2110-5f25-11ed-9d28-d268f6b014f4 | InvocationID=72ac22d2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:23:40+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816fd110-5f25-11ed-9d28-d268f6b014f4 | InvocationID=816fd2e6-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:23:57+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c5c7124-5f25-11ed-9d28-d268f6b014f4 | InvocationID=7c5c73c2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:23:57+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b4ab678-5f25-11ed-9d28-d268f6b014f4 | InvocationID=8b4aba92-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:23:57+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b4ab678-5f25-11ed-9d28-d268f6b014f4 | InvocationID=8b4aba92-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:23:57+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b4ab678-5f25-11ed-9d28-d268f6b014f4 | InvocationID=8b4aba92-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:24:05+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=816fd110-5f25-11ed-9d28-d268f6b014f4 | InvocationID=816fd2e6-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:24:05+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9032f70e-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9032f98e-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:24:22+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b4ab678-5f25-11ed-9d28-d268f6b014f4 | InvocationID=8b4aba92-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:24:22+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a387e18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9a387ff8-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:24:22+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a387e18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9a387ff8-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:24:22+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a387e18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9a387ff8-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:24:30+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9032f70e-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9032f98e-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:24:30+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ef6c810-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9ef6c9d2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:24:47+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a387e18-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9a387ff8-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:24:47+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9272fdc-5f25-11ed-9d28-d268f6b014f4 | InvocationID=a9273220-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:24:47+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9272fdc-5f25-11ed-9d28-d268f6b014f4 | InvocationID=a9273220-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:24:47+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9272fdc-5f25-11ed-9d28-d268f6b014f4 | InvocationID=a9273220-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:24:55+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ef6c810-5f25-11ed-9d28-d268f6b014f4 | InvocationID=9ef6c9d2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:24:55+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adbd5e72-5f25-11ed-9d28-d268f6b014f4 | InvocationID=adbd60c0-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:25:12+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9272fdc-5f25-11ed-9d28-d268f6b014f4 | InvocationID=a9273220-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:25:12+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81535e8-5f25-11ed-9d28-d268f6b014f4 | InvocationID=b81537b4-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:25:12+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81535e8-5f25-11ed-9d28-d268f6b014f4 | InvocationID=b81537b4-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:25:12+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b81535e8-5f25-11ed-9d28-d268f6b014f4 | InvocationID=b81537b4-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:25:19+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adbd5e72-5f25-11ed-9d28-d268f6b014f4 | InvocationID=adbd60c0-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:25:19+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc80b2a6-5f25-11ed-9d28-d268f6b014f4 | InvocationID=bc80c2e6-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:25:37+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b81535e8-5f25-11ed-9d28-d268f6b014f4 | InvocationID=b81537b4-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:25:37+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7035030-5f25-11ed-9d28-d268f6b014f4 | InvocationID=c70351f2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:25:37+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7035030-5f25-11ed-9d28-d268f6b014f4 | InvocationID=c70351f2-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:25:37+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7035030-5f25-11ed-9d28-d268f6b014f4 | InvocationID=c70351f2-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:25:44+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc80b2a6-5f25-11ed-9d28-d268f6b014f4 | InvocationID=bc80c2e6-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:25:44+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb458f78-5f25-11ed-9d28-d268f6b014f4 | InvocationID=cb459162-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:26:02+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7035030-5f25-11ed-9d28-d268f6b014f4 | InvocationID=c70351f2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:26:02+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f17a7c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=d5f17cde-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:26:02+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f17a7c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=d5f17cde-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:26:02+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f17a7c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=d5f17cde-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:26:09+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb458f78-5f25-11ed-9d28-d268f6b014f4 | InvocationID=cb459162-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:26:09+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da09f7ba-5f25-11ed-9d28-d268f6b014f4 | InvocationID=da09fba2-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:26:27+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f17a7c-5f25-11ed-9d28-d268f6b014f4 | InvocationID=d5f17cde-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:26:27+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4df8fe2-5f25-11ed-9d28-d268f6b014f4 | InvocationID=e4df91f4-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:26:27+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4df8fe2-5f25-11ed-9d28-d268f6b014f4 | InvocationID=e4df91f4-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:26:27+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4df8fe2-5f25-11ed-9d28-d268f6b014f4 | InvocationID=e4df91f4-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:26:34+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da09f7ba-5f25-11ed-9d28-d268f6b014f4 | InvocationID=da09fba2-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:26:34+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8cf43ea-5f25-11ed-9d28-d268f6b014f4 | InvocationID=e8cf45b6-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:26:52+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4df8fe2-5f25-11ed-9d28-d268f6b014f4 | InvocationID=e4df91f4-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:26:52+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cf0456-5f25-11ed-9d28-d268f6b014f4 | InvocationID=f3cf0640-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:26:52+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cf0456-5f25-11ed-9d28-d268f6b014f4 | InvocationID=f3cf0640-5f25-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:26:52+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3cf0456-5f25-11ed-9d28-d268f6b014f4 | InvocationID=f3cf0640-5f25-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:26:59+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8cf43ea-5f25-11ed-9d28-d268f6b014f4 | InvocationID=e8cf45b6-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:26:59+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f79471f2-5f25-11ed-9d28-d268f6b014f4 | InvocationID=f79474a4-5f25-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:27:17+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3cf0456-5f25-11ed-9d28-d268f6b014f4 | InvocationID=f3cf0640-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:27:17+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bc833a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=02bc8510-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:27:17+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bc833a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=02bc8510-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:27:17+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bc833a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=02bc8510-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:27:23+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f79471f2-5f25-11ed-9d28-d268f6b014f4 | InvocationID=f79474a4-5f25-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:27:23+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06597944-5f26-11ed-9d28-d268f6b014f4 | InvocationID=065981fa-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:27:42+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bc833a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=02bc8510-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:27:42+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aadacc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=11aadcca-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:27:42+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aadacc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=11aadcca-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:27:42+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11aadacc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=11aadcca-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:27:48+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06597944-5f26-11ed-9d28-d268f6b014f4 | InvocationID=065981fa-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:27:48+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1523a378-5f26-11ed-9d28-d268f6b014f4 | InvocationID=1523a954-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:28:07+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11aadacc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=11aadcca-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:28:07+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20988eee-5f26-11ed-9d28-d268f6b014f4 | InvocationID=20989678-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:28:07+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20988eee-5f26-11ed-9d28-d268f6b014f4 | InvocationID=20989678-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:28:07+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20988eee-5f26-11ed-9d28-d268f6b014f4 | InvocationID=20989678-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:28:13+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1523a378-5f26-11ed-9d28-d268f6b014f4 | InvocationID=1523a954-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:28:13+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23e8ab1a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=23e8ae76-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:28:32+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20988eee-5f26-11ed-9d28-d268f6b014f4 | InvocationID=20989678-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:28:32+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f88eb1a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=2f88ecf0-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:28:32+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f88eb1a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=2f88ecf0-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:28:32+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f88eb1a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=2f88ecf0-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:28:38+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23e8ab1a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=23e8ae76-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:28:38+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32b1039a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=32b1055c-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:28:57+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f88eb1a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=2f88ecf0-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:28:57+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e784cc4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=3e784e7c-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:28:58+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e784cc4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=3e784e7c-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:28:58+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e784cc4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=3e784e7c-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:29:02+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32b1039a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=32b1055c-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:29:02+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4173a5e0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=4173a78e-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:29:23+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e784cc4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=3e784e7c-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:29:23+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d663124-5f26-11ed-9d28-d268f6b014f4 | InvocationID=4d6632d2-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:29:23+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d663124-5f26-11ed-9d28-d268f6b014f4 | InvocationID=4d6632d2-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:29:23+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d663124-5f26-11ed-9d28-d268f6b014f4 | InvocationID=4d6632d2-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:29:27+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4173a5e0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=4173a78e-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:29:27+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503767ba-5f26-11ed-9d28-d268f6b014f4 | InvocationID=503769f4-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:29:48+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d663124-5f26-11ed-9d28-d268f6b014f4 | InvocationID=4d6632d2-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:29:48+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c53991a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=5c539b68-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:29:48+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c53991a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=5c539b68-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:29:48+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c53991a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=5c539b68-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:29:52+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=503767ba-5f26-11ed-9d28-d268f6b014f4 | InvocationID=503769f4-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:29:52+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efab298-5f26-11ed-9d28-d268f6b014f4 | InvocationID=5efab446-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:30:13+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c53991a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=5c539b68-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:30:13+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b4493fc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=6b449618-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:30:13+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b4493fc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=6b449618-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:30:13+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b4493fc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=6b449618-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:30:17+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5efab298-5f26-11ed-9d28-d268f6b014f4 | InvocationID=5efab446-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:30:17+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dc1d7b6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=6dc1d9d2-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:30:38+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b4493fc-5f26-11ed-9d28-d268f6b014f4 | InvocationID=6b449618-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:30:38+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a32abb0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=7a32b93e-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:30:38+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a32abb0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=7a32b93e-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:30:38+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a32abb0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=7a32b93e-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:30:42+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dc1d7b6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=6dc1d9d2-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:30:42+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c89a13e-5f26-11ed-9d28-d268f6b014f4 | InvocationID=7c89a2f6-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:31:03+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a32abb0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=7a32b93e-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:31:03+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8923a728-5f26-11ed-9d28-d268f6b014f4 | InvocationID=8923a8ea-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:31:03+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8923a728-5f26-11ed-9d28-d268f6b014f4 | InvocationID=8923a8ea-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:31:03+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8923a728-5f26-11ed-9d28-d268f6b014f4 | InvocationID=8923a8ea-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:31:06+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c89a13e-5f26-11ed-9d28-d268f6b014f4 | InvocationID=7c89a2f6-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:31:06+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b4d233a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=8b4d24e8-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:31:28+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8923a728-5f26-11ed-9d28-d268f6b014f4 | InvocationID=8923a8ea-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:31:28+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981136c4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=981138e0-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:31:28+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981136c4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=981138e0-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:31:28+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=981136c4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=981138e0-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:31:31+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b4d233a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=8b4d24e8-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:31:31+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a0fa0fa-5f26-11ed-9d28-d268f6b014f4 | InvocationID=9a0fa3a2-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:31:53+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=981136c4-5f26-11ed-9d28-d268f6b014f4 | InvocationID=981138e0-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:31:53+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fec1ce-5f26-11ed-9d28-d268f6b014f4 | InvocationID=a6fec3e0-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:31:53+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fec1ce-5f26-11ed-9d28-d268f6b014f4 | InvocationID=a6fec3e0-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:31:53+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fec1ce-5f26-11ed-9d28-d268f6b014f4 | InvocationID=a6fec3e0-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:31:56+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a0fa0fa-5f26-11ed-9d28-d268f6b014f4 | InvocationID=9a0fa3a2-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:31:56+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d21550-5f26-11ed-9d28-d268f6b014f4 | InvocationID=a8d21776-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:32:18+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fec1ce-5f26-11ed-9d28-d268f6b014f4 | InvocationID=a6fec3e0-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:32:18+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ec84fa-5f26-11ed-9d28-d268f6b014f4 | InvocationID=b5ec875c-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:32:18+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ec84fa-5f26-11ed-9d28-d268f6b014f4 | InvocationID=b5ec875c-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:32:18+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ec84fa-5f26-11ed-9d28-d268f6b014f4 | InvocationID=b5ec875c-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:32:21+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8d21550-5f26-11ed-9d28-d268f6b014f4 | InvocationID=a8d21776-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:32:21+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b794e694-5f26-11ed-9d28-d268f6b014f4 | InvocationID=b794e842-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:32:43+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ec84fa-5f26-11ed-9d28-d268f6b014f4 | InvocationID=b5ec875c-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:32:43+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4dbab8a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=c4dbad2e-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:32:43+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4dbab8a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=c4dbad2e-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:32:43+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4dbab8a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=c4dbad2e-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:32:45+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b794e694-5f26-11ed-9d28-d268f6b014f4 | InvocationID=b794e842-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:32:45+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6577520-5f26-11ed-9d28-d268f6b014f4 | InvocationID=c657771e-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:33:08+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4dbab8a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=c4dbad2e-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:33:08+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3cb79d6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=d3cb7c2e-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:33:08+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3cb79d6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=d3cb7c2e-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:33:08+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3cb79d6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=d3cb7c2e-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:33:10+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6577520-5f26-11ed-9d28-d268f6b014f4 | InvocationID=c657771e-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:33:10+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d51b01a8-5f26-11ed-9d28-d268f6b014f4 | InvocationID=d51b036a-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:33:33+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3cb79d6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=d3cb7c2e-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:33:33+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b8e9a6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=e2b8eb68-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:33:33+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b8e9a6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=e2b8eb68-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:33:33+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b8e9a6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=e2b8eb68-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:33:35+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d51b01a8-5f26-11ed-9d28-d268f6b014f4 | InvocationID=d51b036a-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:33:35+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3dd934a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=e3dd9624-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:33:58+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b8e9a6-5f26-11ed-9d28-d268f6b014f4 | InvocationID=e2b8eb68-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:33:58+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a7bde8-5f26-11ed-9d28-d268f6b014f4 | InvocationID=f1a7c112-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:33:58+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a7bde8-5f26-11ed-9d28-d268f6b014f4 | InvocationID=f1a7c112-5f26-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:33:58+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1a7bde8-5f26-11ed-9d28-d268f6b014f4 | InvocationID=f1a7c112-5f26-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:34:00+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3dd934a-5f26-11ed-9d28-d268f6b014f4 | InvocationID=e3dd9624-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:34:00+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2a0d8b0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=f2a0eb16-5f26-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:34:23+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1a7bde8-5f26-11ed-9d28-d268f6b014f4 | InvocationID=f1a7c112-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:34:23+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0095e44c-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0095e6e0-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:34:23+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0095e44c-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0095e6e0-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:34:23+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0095e44c-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0095e6e0-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:34:25+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2a0d8b0-5f26-11ed-9d28-d268f6b014f4 | InvocationID=f2a0eb16-5f26-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:34:25+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0169b0d8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0169b2ae-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:34:48+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0095e44c-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0095e6e0-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:34:48+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8542b8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0f8546b4-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:34:48+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8542b8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0f8546b4-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:34:48+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f8542b8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0f8546b4-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:34:49+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0169b0d8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0169b2ae-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:34:49+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102e6168-5f27-11ed-9d28-d268f6b014f4 | InvocationID=102e632a-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:35:13+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f8542b8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=0f8546b4-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:35:13+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e72dfd8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=1e72e19a-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:35:13+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e72dfd8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=1e72e19a-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:35:13+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e72dfd8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=1e72e19a-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:35:14+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=102e6168-5f27-11ed-9d28-d268f6b014f4 | InvocationID=102e632a-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:35:14+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef1d2ca-5f27-11ed-9d28-d268f6b014f4 | InvocationID=1ef1d464-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:35:38+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e72dfd8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=1e72e19a-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:35:38+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6087ac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=2d608a5e-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:35:38+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6087ac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=2d608a5e-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:35:38+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d6087ac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=2d608a5e-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:35:39+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ef1d2ca-5f27-11ed-9d28-d268f6b014f4 | InvocationID=1ef1d464-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:35:39+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2db52ca8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=2db535e0-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:36:03+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d6087ac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=2d608a5e-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:36:03+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c4f25fc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=3c4f2ef8-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:36:03+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c4f25fc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=3c4f2ef8-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:36:03+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c4f25fc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=3c4f2ef8-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:36:04+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2db52ca8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=2db535e0-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:36:04+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c7894fa-5f27-11ed-9d28-d268f6b014f4 | InvocationID=3c789748-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:36:28+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c4f25fc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=3c4f2ef8-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:36:28+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3d507a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=4b3d5228-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:36:28+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c7894fa-5f27-11ed-9d28-d268f6b014f4 | InvocationID=3c789748-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:36:28+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3f571c-5f27-11ed-9d28-d268f6b014f4 | InvocationID=4b3f5834-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:36:28+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3d507a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=4b3d5228-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:36:28+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b3d507a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=4b3d5228-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:36:53+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b3f571c-5f27-11ed-9d28-d268f6b014f4 | InvocationID=4b3f5834-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:36:53+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a03767a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=5a0378f0-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:36:53+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b3d507a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=4b3d5228-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:36:53+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a2cf91e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=5a2cfbd0-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:36:54+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a2cf91e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=5a2cfbd0-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:36:54+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a2cf91e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=5a2cfbd0-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:37:18+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a03767a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=5a0378f0-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:37:18+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c61c94-5f27-11ed-9d28-d268f6b014f4 | InvocationID=68c61ed8-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:37:19+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a2cf91e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=5a2cfbd0-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:37:19+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691dafcc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=691db2a6-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:37:19+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691dafcc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=691db2a6-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:37:19+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691dafcc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=691db2a6-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:37:43+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68c61c94-5f27-11ed-9d28-d268f6b014f4 | InvocationID=68c61ed8-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:37:43+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=778ce870-5f27-11ed-9d28-d268f6b014f4 | InvocationID=778cea32-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:37:44+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691dafcc-5f27-11ed-9d28-d268f6b014f4 | InvocationID=691db2a6-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:37:44+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780b5b2e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=780b5d40-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:37:44+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780b5b2e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=780b5d40-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:37:44+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=780b5b2e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=780b5d40-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:38:08+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=778ce870-5f27-11ed-9d28-d268f6b014f4 | InvocationID=778cea32-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:38:08+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8655f2de-5f27-11ed-9d28-d268f6b014f4 | InvocationID=8655f590-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:38:09+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=780b5b2e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=780b5d40-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:38:09+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f966da-5f27-11ed-9d28-d268f6b014f4 | InvocationID=86f969c8-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:38:09+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f966da-5f27-11ed-9d28-d268f6b014f4 | InvocationID=86f969c8-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:38:09+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f966da-5f27-11ed-9d28-d268f6b014f4 | InvocationID=86f969c8-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:38:32+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8655f2de-5f27-11ed-9d28-d268f6b014f4 | InvocationID=8655f590-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:38:32+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95192f52-5f27-11ed-9d28-d268f6b014f4 | InvocationID=9519315a-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:38:34+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f966da-5f27-11ed-9d28-d268f6b014f4 | InvocationID=86f969c8-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:38:34+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95e6c2e6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=95e6c4f8-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:38:34+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95e6c2e6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=95e6c4f8-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:38:34+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95e6c2e6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=95e6c4f8-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:38:57+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95192f52-5f27-11ed-9d28-d268f6b014f4 | InvocationID=9519315a-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:38:57+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3dd0e6e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=a3dd1094-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:38:59+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95e6c2e6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=95e6c4f8-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:38:59+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d87308-5f27-11ed-9d28-d268f6b014f4 | InvocationID=a4d8756a-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:38:59+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d87308-5f27-11ed-9d28-d268f6b014f4 | InvocationID=a4d8756a-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:38:59+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4d87308-5f27-11ed-9d28-d268f6b014f4 | InvocationID=a4d8756a-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:39:22+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3dd0e6e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=a3dd1094-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:39:22+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29f8314-5f27-11ed-9d28-d268f6b014f4 | InvocationID=b29f8558-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:39:24+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4d87308-5f27-11ed-9d28-d268f6b014f4 | InvocationID=a4d8756a-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:39:24+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c620fe-5f27-11ed-9d28-d268f6b014f4 | InvocationID=b3c622b6-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:39:24+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c620fe-5f27-11ed-9d28-d268f6b014f4 | InvocationID=b3c622b6-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:39:24+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c620fe-5f27-11ed-9d28-d268f6b014f4 | InvocationID=b3c622b6-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:39:47+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b29f8314-5f27-11ed-9d28-d268f6b014f4 | InvocationID=b29f8558-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:39:47+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c162e7f6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=c162ea1c-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:39:49+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c620fe-5f27-11ed-9d28-d268f6b014f4 | InvocationID=b3c622b6-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:39:49+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b38aac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=c2b38e26-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:39:49+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b38aac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=c2b38e26-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:39:49+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b38aac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=c2b38e26-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:40:11+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c162e7f6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=c162ea1c-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:40:11+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0266eb6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=d0267172-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:40:14+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b38aac-5f27-11ed-9d28-d268f6b014f4 | InvocationID=c2b38e26-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:40:14+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a0d146-5f27-11ed-9d28-d268f6b014f4 | InvocationID=d1a0d394-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:40:14+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a0d146-5f27-11ed-9d28-d268f6b014f4 | InvocationID=d1a0d394-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:40:14+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a0d146-5f27-11ed-9d28-d268f6b014f4 | InvocationID=d1a0d394-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:40:36+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0266eb6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=d0267172-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:40:36+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deeaf7c8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=deeaf98a-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:40:39+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a0d146-5f27-11ed-9d28-d268f6b014f4 | InvocationID=d1a0d394-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:40:39+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08eecc4-5f27-11ed-9d28-d268f6b014f4 | InvocationID=e08eef30-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:40:39+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08eecc4-5f27-11ed-9d28-d268f6b014f4 | InvocationID=e08eef30-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:40:39+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08eecc4-5f27-11ed-9d28-d268f6b014f4 | InvocationID=e08eef30-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:41:01+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=deeaf7c8-5f27-11ed-9d28-d268f6b014f4 | InvocationID=deeaf98a-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:41:01+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edaec41a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=edaec654-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:41:04+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08eecc4-5f27-11ed-9d28-d268f6b014f4 | InvocationID=e08eef30-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:41:04+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7ec20e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=ef7ec3d0-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:41:04+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7ec20e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=ef7ec3d0-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:41:04+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7ec20e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=ef7ec3d0-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:41:26+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edaec41a-5f27-11ed-9d28-d268f6b014f4 | InvocationID=edaec654-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:41:26+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc763294-5f27-11ed-9d28-d268f6b014f4 | InvocationID=fc76344c-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-08T05:41:29+0000 | policy_event_thread | 139864408210208 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7ec20e-5f27-11ed-9d28-d268f6b014f4 | InvocationID=ef7ec3d0-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-08T05:41:29+0000 | policy_event_thread | 139864408210208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6eacb6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=fe6eae82-5f27-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-08T05:41:29+0000 | policy_event_thread | 139864408210208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6eacb6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=fe6eae82-5f27-11ed-9d28-d268f6b014f4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:41:29+0000 | policy_event_thread | 139864408210208 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6eacb6-5f27-11ed-9d28-d268f6b014f4 | InvocationID=fe6eae82-5f27-11ed-9d28-d268f6b014f4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-08T05:41:51+0000 | aai_event_thread | 139864407149344 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc763294-5f27-11ed-9d28-d268f6b014f4 | InvocationID=fc76344c-5f27-11ed-9d28-d268f6b014f4 | Polling MR for XNF AAI events.[0m 2022-11-08T05:41:51+0000 | aai_event_thread | 139864407149344 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3b265e-5f28-11ed-9d28-d268f6b014f4 | InvocationID=0b3b28de-5f28-11ed-9d28-d268f6b014f4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m