/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-09-22T04:40:33+0000 | MainThread | 139838203780424 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-09-22T04:40:33+0000 | MainThread | 139838203780424 | 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'}}}} 2022-09-22T04:40:33+0000 | MainThread | 139838203780424 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-09-22T04:40:33+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:40:33+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b21bf6aa-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b21bf8e4-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:40:33+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-09-22T04:40:33+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22276f6-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b22278ea-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:40:34+0000 | MainThread | 139838203780424 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server 2022-09-22T04:40:34+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b21bf6aa-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b21bf8e4-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:40:34+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b21bf6aa-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b21bf8e4-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:40:35+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22276f6-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b22278ea-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:40:35+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b22276f6-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b22278ea-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:40:55+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b22276f6-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b22278ea-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:40:55+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb15dba-3a30-11ed-b4c5-eeebe474d760 | InvocationID=beb15fb8-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:40:56+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb15dba-3a30-11ed-b4c5-eeebe474d760 | InvocationID=beb15fb8-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:40:56+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beb15dba-3a30-11ed-b4c5-eeebe474d760 | InvocationID=beb15fb8-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:40:59+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b21bf6aa-3a30-11ed-b4c5-eeebe474d760 | InvocationID=b21bf8e4-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:40:59+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a452fc-3a30-11ed-b4c5-eeebe474d760 | InvocationID=c1a45482-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:41:01+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a452fc-3a30-11ed-b4c5-eeebe474d760 | InvocationID=c1a45482-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:01+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a452fc-3a30-11ed-b4c5-eeebe474d760 | InvocationID=c1a45482-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:16+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beb15dba-3a30-11ed-b4c5-eeebe474d760 | InvocationID=beb15fb8-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:41:16+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb3ef704-3a30-11ed-b4c5-eeebe474d760 | InvocationID=cb3efb8c-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:41:17+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb3ef704-3a30-11ed-b4c5-eeebe474d760 | InvocationID=cb3efb8c-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:17+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb3ef704-3a30-11ed-b4c5-eeebe474d760 | InvocationID=cb3efb8c-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:26+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a452fc-3a30-11ed-b4c5-eeebe474d760 | InvocationID=c1a45482-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:41:26+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12970f4-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d1297298-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:41:27+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12970f4-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d1297298-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:27+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d12970f4-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d1297298-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:37+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb3ef704-3a30-11ed-b4c5-eeebe474d760 | InvocationID=cb3efb8c-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:41:37+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7cb350a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d7cb369a-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:41:38+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7cb350a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d7cb369a-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:38+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7cb350a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d7cb369a-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:52+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d12970f4-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d1297298-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:41:52+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0b0286a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e0b02a0e-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:41:53+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0b0286a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e0b02a0e-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:53+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0b0286a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e0b02a0e-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:58+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7cb350a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=d7cb369a-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:41:58+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e458bd1a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e458beaa-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:41:59+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e458bd1a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e458beaa-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:41:59+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e458bd1a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e458beaa-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:18+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0b0286a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e0b02a0e-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:42:18+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0367b0e-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0367db6-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:42:19+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0367b0e-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0367db6-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:19+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0367b0e-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0367db6-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:19+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e458bd1a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=e458beaa-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:42:19+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e4f134-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0e4f2b0-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:42:20+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e4f134-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0e4f2b0-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:20+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e4f134-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0e4f2b0-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:40+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e4f134-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0e4f2b0-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:42:40+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd72caf2-3a30-11ed-b4c5-eeebe474d760 | InvocationID=fd72d218-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:42:41+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd72caf2-3a30-11ed-b4c5-eeebe474d760 | InvocationID=fd72d218-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:41+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd72caf2-3a30-11ed-b4c5-eeebe474d760 | InvocationID=fd72d218-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:44+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0367b0e-3a30-11ed-b4c5-eeebe474d760 | InvocationID=f0367db6-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:42:44+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbde99a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=ffbdee4a-3a30-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:42:45+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbde99a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=ffbdee4a-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:42:45+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbde99a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=ffbdee4a-3a30-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:43:01+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd72caf2-3a30-11ed-b4c5-eeebe474d760 | InvocationID=fd72d218-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:43:01+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ffad58-3a31-11ed-b4c5-eeebe474d760 | InvocationID=09ffb08c-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:43:10+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbde99a-3a30-11ed-b4c5-eeebe474d760 | InvocationID=ffbdee4a-3a30-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:43:10+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f44d07c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=0f44d248-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:43:10+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f44d07c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=0f44d248-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:43:10+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f44d07c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=0f44d248-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:43:35+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f44d07c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=0f44d248-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:43:35+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e51807e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=1e518222-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:43:35+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e51807e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=1e518222-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:43:35+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e51807e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=1e518222-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:44:00+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e51807e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=1e518222-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:44:00+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d417954-3a31-11ed-b4c5-eeebe474d760 | InvocationID=2d417bde-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:44:00+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d417954-3a31-11ed-b4c5-eeebe474d760 | InvocationID=2d417bde-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:44:00+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d417954-3a31-11ed-b4c5-eeebe474d760 | InvocationID=2d417bde-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:44:25+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d417954-3a31-11ed-b4c5-eeebe474d760 | InvocationID=2d417bde-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:44:25+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c31664a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=3c31685c-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:44:25+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c31664a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=3c31685c-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:44:25+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c31664a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=3c31685c-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:44:50+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c31664a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=3c31685c-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:44:50+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b20f7f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=4b21026e-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:44:50+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b20f7f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=4b21026e-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:44:50+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b20f7f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=4b21026e-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:45:10+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ffad58-3a31-11ed-b4c5-eeebe474d760 | InvocationID=09ffb08c-3a31-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:45:10+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ffad58-3a31-11ed-b4c5-eeebe474d760 | InvocationID=09ffb08c-3a31-11ed-b4c5-eeebe474d760 | 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')) 2022-09-22T04:45:15+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b20f7f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=4b21026e-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:45:15+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a14ba72-3a31-11ed-b4c5-eeebe474d760 | InvocationID=5a14bc0c-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:45:15+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a14ba72-3a31-11ed-b4c5-eeebe474d760 | InvocationID=5a14bc0c-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:45:15+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a14ba72-3a31-11ed-b4c5-eeebe474d760 | InvocationID=5a14bc0c-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:45:30+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ffad58-3a31-11ed-b4c5-eeebe474d760 | InvocationID=09ffb08c-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:45:30+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63029618-3a31-11ed-b4c5-eeebe474d760 | InvocationID=630297b2-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:45:30+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63029618-3a31-11ed-b4c5-eeebe474d760 | InvocationID=630297b2-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:45:30+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63029618-3a31-11ed-b4c5-eeebe474d760 | InvocationID=630297b2-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:45:40+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a14ba72-3a31-11ed-b4c5-eeebe474d760 | InvocationID=5a14bc0c-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:45:40+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=690545f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=69054812-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:45:40+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=690545f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=69054812-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:45:40+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=690545f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=69054812-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:45:50+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63029618-3a31-11ed-b4c5-eeebe474d760 | InvocationID=630297b2-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:45:50+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef6c944-3a31-11ed-b4c5-eeebe474d760 | InvocationID=6ef6cade-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:45:50+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef6c944-3a31-11ed-b4c5-eeebe474d760 | InvocationID=6ef6cade-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:45:50+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ef6c944-3a31-11ed-b4c5-eeebe474d760 | InvocationID=6ef6cade-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:05+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=690545f6-3a31-11ed-b4c5-eeebe474d760 | InvocationID=69054812-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:46:05+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77f3c40c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=77f3c60a-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:46:05+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77f3c40c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=77f3c60a-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:46:05+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77f3c40c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=77f3c60a-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:46:10+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ef6c944-3a31-11ed-b4c5-eeebe474d760 | InvocationID=6ef6cade-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:46:10+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae9597e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=7ae95b04-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:46:10+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae9597e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=7ae95b04-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:10+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ae9597e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=7ae95b04-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:30+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ae9597e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=7ae95b04-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:46:30+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dbc85c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86dbca64-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:46:30+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77f3c40c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=77f3c60a-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:46:30+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e22346-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86e22472-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:46:30+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dbc85c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86dbca64-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:30+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86dbc85c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86dbca64-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:30+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e22346-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86e22472-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:46:30+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86e22346-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86e22472-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:46:50+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86dbc85c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86dbca64-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:46:50+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d06640-3a31-11ed-b4c5-eeebe474d760 | InvocationID=92d067e4-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:46:50+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d06640-3a31-11ed-b4c5-eeebe474d760 | InvocationID=92d067e4-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:50+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92d06640-3a31-11ed-b4c5-eeebe474d760 | InvocationID=92d067e4-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:46:55+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86e22346-3a31-11ed-b4c5-eeebe474d760 | InvocationID=86e22472-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:46:55+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d0c308-3a31-11ed-b4c5-eeebe474d760 | InvocationID=95d0c4a2-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:46:56+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d0c308-3a31-11ed-b4c5-eeebe474d760 | InvocationID=95d0c4a2-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:46:56+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95d0c308-3a31-11ed-b4c5-eeebe474d760 | InvocationID=95d0c4a2-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:47:10+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92d06640-3a31-11ed-b4c5-eeebe474d760 | InvocationID=92d067e4-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:47:10+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ec46c12-3a31-11ed-b4c5-eeebe474d760 | InvocationID=9ec46df2-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:47:11+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ec46c12-3a31-11ed-b4c5-eeebe474d760 | InvocationID=9ec46df2-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:47:11+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ec46c12-3a31-11ed-b4c5-eeebe474d760 | InvocationID=9ec46df2-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:47:21+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95d0c308-3a31-11ed-b4c5-eeebe474d760 | InvocationID=95d0c4a2-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:47:21+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4be5b0a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=a4be5f88-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:47:21+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4be5b0a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=a4be5f88-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:47:21+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4be5b0a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=a4be5f88-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:47:31+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ec46c12-3a31-11ed-b4c5-eeebe474d760 | InvocationID=9ec46df2-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:47:31+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab7800e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=aab78324-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:47:31+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab7800e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=aab78324-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:47:31+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aab7800e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=aab78324-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:47:46+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4be5b0a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=a4be5f88-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:47:46+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3acd3bc-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b3acd5ce-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:47:46+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3acd3bc-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b3acd5ce-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:47:46+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3acd3bc-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b3acd5ce-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:47:51+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aab7800e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=aab78324-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:47:51+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6abb0ec-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b6abb290-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:47:51+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6abb0ec-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b6abb290-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:47:51+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6abb0ec-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b6abb290-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:48:11+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3acd3bc-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b3acd5ce-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:48:11+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29c2c6a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29c2e72-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:48:11+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6abb0ec-3a31-11ed-b4c5-eeebe474d760 | InvocationID=b6abb290-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:48:11+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29e4540-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29e472a-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:48:11+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29e4540-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29e472a-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:48:11+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c29e4540-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29e472a-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:48:11+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29c2c6a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29c2e72-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:48:11+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29c2c6a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29c2e72-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:48:31+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c29e4540-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29e472a-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:48:31+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce922eac-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ce9231cc-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:48:31+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce922eac-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ce9231cc-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:48:31+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce922eac-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ce9231cc-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:48:36+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29c2c6a-3a31-11ed-b4c5-eeebe474d760 | InvocationID=c29c2e72-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:48:36+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18df096-3a31-11ed-b4c5-eeebe474d760 | InvocationID=d18df226-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:48:36+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18df096-3a31-11ed-b4c5-eeebe474d760 | InvocationID=d18df226-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:48:36+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18df096-3a31-11ed-b4c5-eeebe474d760 | InvocationID=d18df226-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:48:51+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce922eac-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ce9231cc-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:48:51+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da864d56-3a31-11ed-b4c5-eeebe474d760 | InvocationID=da864fa4-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:48:51+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da864d56-3a31-11ed-b4c5-eeebe474d760 | InvocationID=da864fa4-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:48:51+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da864d56-3a31-11ed-b4c5-eeebe474d760 | InvocationID=da864fa4-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:49:01+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18df096-3a31-11ed-b4c5-eeebe474d760 | InvocationID=d18df226-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:49:01+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e07da8b2-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e07dac9a-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:49:01+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e07da8b2-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e07dac9a-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:49:01+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e07da8b2-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e07dac9a-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:49:11+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da864d56-3a31-11ed-b4c5-eeebe474d760 | InvocationID=da864fa4-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:49:11+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67aeb9e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e67aee46-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:49:11+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67aeb9e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e67aee46-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:49:11+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e67aeb9e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e67aee46-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:49:26+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e07da8b2-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e07dac9a-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:49:26+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6b95f0-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ef6b9924-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:49:26+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6b95f0-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ef6b9924-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:49:26+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6b95f0-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ef6b9924-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:49:31+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e67aeb9e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=e67aee46-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:49:31+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f26cff8c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=f26d011c-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:49:31+0000 | aai_event_thread | 139838153055008 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f26cff8c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=f26d011c-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:49:31+0000 | aai_event_thread | 139838153055008 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f26cff8c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=f26d011c-3a31-11ed-b4c5-eeebe474d760 | 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 2022-09-22T04:49:51+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6b95f0-3a31-11ed-b4c5-eeebe474d760 | InvocationID=ef6b9924-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:49:51+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5a124e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=fe5a13e8-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:49:51+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f26cff8c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=f26d011c-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:49:51+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5faf9c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=fe5fb12c-3a31-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:49:51+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5a124e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=fe5a13e8-3a31-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:49:51+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe5a124e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=fe5a13e8-3a31-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:50:15+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe5faf9c-3a31-11ed-b4c5-eeebe474d760 | InvocationID=fe5fb12c-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:50:15+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cc26d90-3a32-11ed-b4c5-eeebe474d760 | InvocationID=0cc26f2a-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:50:16+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe5a124e-3a31-11ed-b4c5-eeebe474d760 | InvocationID=fe5a13e8-3a31-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:50:16+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4b7752-3a32-11ed-b4c5-eeebe474d760 | InvocationID=0d4b7900-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:50:16+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4b7752-3a32-11ed-b4c5-eeebe474d760 | InvocationID=0d4b7900-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:50:16+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d4b7752-3a32-11ed-b4c5-eeebe474d760 | InvocationID=0d4b7900-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:50:35+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cc26d90-3a32-11ed-b4c5-eeebe474d760 | InvocationID=0cc26f2a-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:50:35+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b9d4bc-3a32-11ed-b4c5-eeebe474d760 | InvocationID=18b9da70-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:50:41+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d4b7752-3a32-11ed-b4c5-eeebe474d760 | InvocationID=0d4b7900-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:50:41+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3951bc-3a32-11ed-b4c5-eeebe474d760 | InvocationID=1c3953a6-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:50:41+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3951bc-3a32-11ed-b4c5-eeebe474d760 | InvocationID=1c3953a6-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:50:41+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3951bc-3a32-11ed-b4c5-eeebe474d760 | InvocationID=1c3953a6-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:50:55+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18b9d4bc-3a32-11ed-b4c5-eeebe474d760 | InvocationID=18b9da70-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:50:55+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b3c1ba-3a32-11ed-b4c5-eeebe474d760 | InvocationID=24b3c458-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:51:06+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3951bc-3a32-11ed-b4c5-eeebe474d760 | InvocationID=1c3953a6-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:51:06+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b287fae-3a32-11ed-b4c5-eeebe474d760 | InvocationID=2b28824c-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:51:06+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b287fae-3a32-11ed-b4c5-eeebe474d760 | InvocationID=2b28824c-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:51:06+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b287fae-3a32-11ed-b4c5-eeebe474d760 | InvocationID=2b28824c-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:51:15+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24b3c1ba-3a32-11ed-b4c5-eeebe474d760 | InvocationID=24b3c458-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:51:15+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30bee318-3a32-11ed-b4c5-eeebe474d760 | InvocationID=30beed0e-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:51:31+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b287fae-3a32-11ed-b4c5-eeebe474d760 | InvocationID=2b28824c-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:51:31+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a174a18-3a32-11ed-b4c5-eeebe474d760 | InvocationID=3a174bb2-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:51:31+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a174a18-3a32-11ed-b4c5-eeebe474d760 | InvocationID=3a174bb2-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:51:31+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a174a18-3a32-11ed-b4c5-eeebe474d760 | InvocationID=3a174bb2-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:51:36+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30bee318-3a32-11ed-b4c5-eeebe474d760 | InvocationID=30beed0e-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:51:36+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d023a76-3a32-11ed-b4c5-eeebe474d760 | InvocationID=3d023c06-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:51:56+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a174a18-3a32-11ed-b4c5-eeebe474d760 | InvocationID=3a174bb2-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:51:56+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4905e7b4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=4905e9ee-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:51:56+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4905e7b4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=4905e9ee-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:51:56+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4905e7b4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=4905e9ee-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:52:01+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d023a76-3a32-11ed-b4c5-eeebe474d760 | InvocationID=3d023c06-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:52:01+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcd5982-3a32-11ed-b4c5-eeebe474d760 | InvocationID=4bcd5cc0-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:52:21+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4905e7b4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=4905e9ee-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:52:21+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f3545a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=57f3572a-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:52:21+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f3545a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=57f3572a-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:52:21+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f3545a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=57f3572a-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:52:26+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bcd5982-3a32-11ed-b4c5-eeebe474d760 | InvocationID=4bcd5cc0-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:52:26+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a930ea8-3a32-11ed-b4c5-eeebe474d760 | InvocationID=5a9310b0-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:52:46+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f3545a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=57f3572a-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:52:46+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e10bec-3a32-11ed-b4c5-eeebe474d760 | InvocationID=66e10d86-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:52:46+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e10bec-3a32-11ed-b4c5-eeebe474d760 | InvocationID=66e10d86-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:52:46+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e10bec-3a32-11ed-b4c5-eeebe474d760 | InvocationID=66e10d86-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:52:50+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a930ea8-3a32-11ed-b4c5-eeebe474d760 | InvocationID=5a9310b0-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:52:50+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6956fa80-3a32-11ed-b4c5-eeebe474d760 | InvocationID=6956fc10-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:53:11+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e10bec-3a32-11ed-b4c5-eeebe474d760 | InvocationID=66e10d86-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:53:11+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75cf87be-3a32-11ed-b4c5-eeebe474d760 | InvocationID=75cf8a16-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:53:11+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75cf87be-3a32-11ed-b4c5-eeebe474d760 | InvocationID=75cf8a16-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:53:11+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75cf87be-3a32-11ed-b4c5-eeebe474d760 | InvocationID=75cf8a16-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:53:15+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6956fa80-3a32-11ed-b4c5-eeebe474d760 | InvocationID=6956fc10-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:53:15+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781cbba4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=781cc05e-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:53:36+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75cf87be-3a32-11ed-b4c5-eeebe474d760 | InvocationID=75cf8a16-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:53:36+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c18452-3a32-11ed-b4c5-eeebe474d760 | InvocationID=84c18790-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:53:36+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c18452-3a32-11ed-b4c5-eeebe474d760 | InvocationID=84c18790-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:53:36+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84c18452-3a32-11ed-b4c5-eeebe474d760 | InvocationID=84c18790-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:53:40+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=781cbba4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=781cc05e-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:53:40+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e0d6c0-3a32-11ed-b4c5-eeebe474d760 | InvocationID=86e0d9ea-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:54:01+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84c18452-3a32-11ed-b4c5-eeebe474d760 | InvocationID=84c18790-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:54:01+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b04a2a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=93b04c78-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:54:01+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b04a2a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=93b04c78-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:54:01+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b04a2a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=93b04c78-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:54:05+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e0d6c0-3a32-11ed-b4c5-eeebe474d760 | InvocationID=86e0d9ea-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:54:05+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a4a18c-3a32-11ed-b4c5-eeebe474d760 | InvocationID=95a4a574-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:54:26+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b04a2a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=93b04c78-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:54:26+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a07f5a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=a2a081bc-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:54:27+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a07f5a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=a2a081bc-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:54:27+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a07f5a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=a2a081bc-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:54:29+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a4a18c-3a32-11ed-b4c5-eeebe474d760 | InvocationID=95a4a574-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:54:29+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46916a8-3a32-11ed-b4c5-eeebe474d760 | InvocationID=a46918ce-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:54:52+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a07f5a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=a2a081bc-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:54:52+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1907d80-3a32-11ed-b4c5-eeebe474d760 | InvocationID=b190837a-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:54:52+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1907d80-3a32-11ed-b4c5-eeebe474d760 | InvocationID=b190837a-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:54:52+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1907d80-3a32-11ed-b4c5-eeebe474d760 | InvocationID=b190837a-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:54:54+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46916a8-3a32-11ed-b4c5-eeebe474d760 | InvocationID=a46918ce-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:54:54+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3321586-3a32-11ed-b4c5-eeebe474d760 | InvocationID=b332170c-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:55:17+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1907d80-3a32-11ed-b4c5-eeebe474d760 | InvocationID=b190837a-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:55:17+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0804280-3a32-11ed-b4c5-eeebe474d760 | InvocationID=c0804a00-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:55:17+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0804280-3a32-11ed-b4c5-eeebe474d760 | InvocationID=c0804a00-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:55:17+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0804280-3a32-11ed-b4c5-eeebe474d760 | InvocationID=c0804a00-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:55:19+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3321586-3a32-11ed-b4c5-eeebe474d760 | InvocationID=b332170c-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:55:19+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fe6894-3a32-11ed-b4c5-eeebe474d760 | InvocationID=c1fe6a24-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:55:42+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0804280-3a32-11ed-b4c5-eeebe474d760 | InvocationID=c0804a00-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:55:42+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf72765a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=cf7278da-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:55:42+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf72765a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=cf7278da-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:55:42+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf72765a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=cf7278da-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:55:44+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1fe6894-3a32-11ed-b4c5-eeebe474d760 | InvocationID=c1fe6a24-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:55:44+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0c67fba-3a32-11ed-b4c5-eeebe474d760 | InvocationID=d0c68168-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:56:07+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf72765a-3a32-11ed-b4c5-eeebe474d760 | InvocationID=cf7278da-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:56:07+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de5fdf04-3a32-11ed-b4c5-eeebe474d760 | InvocationID=de5fe21a-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:56:07+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de5fdf04-3a32-11ed-b4c5-eeebe474d760 | InvocationID=de5fe21a-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:56:07+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de5fdf04-3a32-11ed-b4c5-eeebe474d760 | InvocationID=de5fe21a-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:56:09+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0c67fba-3a32-11ed-b4c5-eeebe474d760 | InvocationID=d0c68168-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:56:09+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df8997b2-3a32-11ed-b4c5-eeebe474d760 | InvocationID=df8999a6-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:56:32+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de5fdf04-3a32-11ed-b4c5-eeebe474d760 | InvocationID=de5fe21a-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:56:32+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed54d6a4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=ed54dad2-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:56:32+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed54d6a4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=ed54dad2-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:56:32+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed54d6a4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=ed54dad2-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:56:33+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df8997b2-3a32-11ed-b4c5-eeebe474d760 | InvocationID=df8999a6-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:56:33+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee515f78-3a32-11ed-b4c5-eeebe474d760 | InvocationID=ee516180-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:56:57+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed54d6a4-3a32-11ed-b4c5-eeebe474d760 | InvocationID=ed54dad2-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:56:57+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc446008-3a32-11ed-b4c5-eeebe474d760 | InvocationID=fc44621a-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:56:57+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc446008-3a32-11ed-b4c5-eeebe474d760 | InvocationID=fc44621a-3a32-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:56:57+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc446008-3a32-11ed-b4c5-eeebe474d760 | InvocationID=fc44621a-3a32-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:56:58+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee515f78-3a32-11ed-b4c5-eeebe474d760 | InvocationID=ee516180-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:56:58+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd184260-3a32-11ed-b4c5-eeebe474d760 | InvocationID=fd1843fa-3a32-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:57:22+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc446008-3a32-11ed-b4c5-eeebe474d760 | InvocationID=fc44621a-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:57:22+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b33aca4-3a33-11ed-b4c5-eeebe474d760 | InvocationID=0b33b348-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:57:22+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b33aca4-3a33-11ed-b4c5-eeebe474d760 | InvocationID=0b33b348-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:57:22+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b33aca4-3a33-11ed-b4c5-eeebe474d760 | InvocationID=0b33b348-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:57:23+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd184260-3a32-11ed-b4c5-eeebe474d760 | InvocationID=fd1843fa-3a32-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:57:23+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdece54-3a33-11ed-b4c5-eeebe474d760 | InvocationID=0bdecfee-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:57:47+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b33aca4-3a33-11ed-b4c5-eeebe474d760 | InvocationID=0b33b348-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:57:47+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a29e35e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=1a29e58e-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:57:47+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a29e35e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=1a29e58e-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:57:47+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a29e35e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=1a29e58e-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:57:48+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bdece54-3a33-11ed-b4c5-eeebe474d760 | InvocationID=0bdecfee-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:57:48+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa3631e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=1aa36792-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:58:12+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a29e35e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=1a29e58e-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:58:12+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29191768-3a33-11ed-b4c5-eeebe474d760 | InvocationID=291918f8-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:58:12+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29191768-3a33-11ed-b4c5-eeebe474d760 | InvocationID=291918f8-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:58:12+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29191768-3a33-11ed-b4c5-eeebe474d760 | InvocationID=291918f8-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:58:13+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1aa3631e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=1aa36792-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:58:13+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29690a52-3a33-11ed-b4c5-eeebe474d760 | InvocationID=29690bec-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:58:37+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29191768-3a33-11ed-b4c5-eeebe474d760 | InvocationID=291918f8-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:58:37+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3807b860-3a33-11ed-b4c5-eeebe474d760 | InvocationID=3807b9f0-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:58:37+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3807b860-3a33-11ed-b4c5-eeebe474d760 | InvocationID=3807b9f0-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:58:37+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3807b860-3a33-11ed-b4c5-eeebe474d760 | InvocationID=3807b9f0-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:58:37+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29690a52-3a33-11ed-b4c5-eeebe474d760 | InvocationID=29690bec-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:58:37+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38329896-3a33-11ed-b4c5-eeebe474d760 | InvocationID=38329ab2-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:59:02+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3807b860-3a33-11ed-b4c5-eeebe474d760 | InvocationID=3807b9f0-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:59:02+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f6ab06-3a33-11ed-b4c5-eeebe474d760 | InvocationID=46f6aca0-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:59:02+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f6ab06-3a33-11ed-b4c5-eeebe474d760 | InvocationID=46f6aca0-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:59:02+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46f6ab06-3a33-11ed-b4c5-eeebe474d760 | InvocationID=46f6aca0-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:59:02+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38329896-3a33-11ed-b4c5-eeebe474d760 | InvocationID=38329ab2-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:59:02+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fe0bf8-3a33-11ed-b4c5-eeebe474d760 | InvocationID=46fe1256-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:59:27+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46fe0bf8-3a33-11ed-b4c5-eeebe474d760 | InvocationID=46fe1256-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:59:27+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55c50358-3a33-11ed-b4c5-eeebe474d760 | InvocationID=55c5060a-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:59:27+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46f6ab06-3a33-11ed-b4c5-eeebe474d760 | InvocationID=46f6aca0-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:59:27+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e4e02e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=55e4e1c8-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:59:27+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e4e02e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=55e4e1c8-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:59:27+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55e4e02e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=55e4e1c8-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:59:52+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55c50358-3a33-11ed-b4c5-eeebe474d760 | InvocationID=55c5060a-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T04:59:52+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=648900ec-3a33-11ed-b4c5-eeebe474d760 | InvocationID=6489027c-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T04:59:52+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55e4e02e-3a33-11ed-b4c5-eeebe474d760 | InvocationID=55e4e1c8-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T04:59:52+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d29ebe-3a33-11ed-b4c5-eeebe474d760 | InvocationID=64d2a120-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T04:59:52+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d29ebe-3a33-11ed-b4c5-eeebe474d760 | InvocationID=64d2a120-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T04:59:52+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64d29ebe-3a33-11ed-b4c5-eeebe474d760 | InvocationID=64d2a120-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:00:17+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=648900ec-3a33-11ed-b4c5-eeebe474d760 | InvocationID=6489027c-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:00:17+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734bd000-3a33-11ed-b4c5-eeebe474d760 | InvocationID=734bd7b2-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:00:17+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64d29ebe-3a33-11ed-b4c5-eeebe474d760 | InvocationID=64d2a120-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:00:17+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c07fe0-3a33-11ed-b4c5-eeebe474d760 | InvocationID=73c08210-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:00:17+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c07fe0-3a33-11ed-b4c5-eeebe474d760 | InvocationID=73c08210-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:00:17+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c07fe0-3a33-11ed-b4c5-eeebe474d760 | InvocationID=73c08210-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:00:41+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=734bd000-3a33-11ed-b4c5-eeebe474d760 | InvocationID=734bd7b2-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:00:41+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82114354-3a33-11ed-b4c5-eeebe474d760 | InvocationID=82114836-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:00:42+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c07fe0-3a33-11ed-b4c5-eeebe474d760 | InvocationID=73c08210-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:00:42+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82ad906a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=82ad91fa-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:00:42+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82ad906a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=82ad91fa-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:00:42+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82ad906a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=82ad91fa-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:01:06+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82114354-3a33-11ed-b4c5-eeebe474d760 | InvocationID=82114836-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:01:06+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d8f6e8-3a33-11ed-b4c5-eeebe474d760 | InvocationID=90d8f882-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:01:07+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82ad906a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=82ad91fa-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:01:07+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=919b4036-3a33-11ed-b4c5-eeebe474d760 | InvocationID=919b423e-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:01:07+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=919b4036-3a33-11ed-b4c5-eeebe474d760 | InvocationID=919b423e-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:01:07+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=919b4036-3a33-11ed-b4c5-eeebe474d760 | InvocationID=919b423e-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:01:31+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90d8f6e8-3a33-11ed-b4c5-eeebe474d760 | InvocationID=90d8f882-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:01:31+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9f5cb2-3a33-11ed-b4c5-eeebe474d760 | InvocationID=9f9f5e38-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:01:32+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=919b4036-3a33-11ed-b4c5-eeebe474d760 | InvocationID=919b423e-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:01:32+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08c6066-3a33-11ed-b4c5-eeebe474d760 | InvocationID=a08c6282-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:01:33+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08c6066-3a33-11ed-b4c5-eeebe474d760 | InvocationID=a08c6282-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:01:33+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a08c6066-3a33-11ed-b4c5-eeebe474d760 | InvocationID=a08c6282-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:01:56+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f9f5cb2-3a33-11ed-b4c5-eeebe474d760 | InvocationID=9f9f5e38-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:01:56+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae658eba-3a33-11ed-b4c5-eeebe474d760 | InvocationID=ae65904a-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:01:58+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a08c6066-3a33-11ed-b4c5-eeebe474d760 | InvocationID=a08c6282-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:01:58+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7b3e8a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=af7b409c-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:01:58+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7b3e8a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=af7b409c-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:01:58+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af7b3e8a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=af7b409c-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:02:20+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae658eba-3a33-11ed-b4c5-eeebe474d760 | InvocationID=ae65904a-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:02:20+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd28c692-3a33-11ed-b4c5-eeebe474d760 | InvocationID=bd28c99e-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:02:23+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af7b3e8a-3a33-11ed-b4c5-eeebe474d760 | InvocationID=af7b409c-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:02:23+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be68be40-3a33-11ed-b4c5-eeebe474d760 | InvocationID=be68c070-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:02:23+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be68be40-3a33-11ed-b4c5-eeebe474d760 | InvocationID=be68c070-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:02:23+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be68be40-3a33-11ed-b4c5-eeebe474d760 | InvocationID=be68c070-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:02:45+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd28c692-3a33-11ed-b4c5-eeebe474d760 | InvocationID=bd28c99e-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:02:45+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbee1862-3a33-11ed-b4c5-eeebe474d760 | InvocationID=cbee19fc-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:02:48+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be68be40-3a33-11ed-b4c5-eeebe474d760 | InvocationID=be68c070-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:02:48+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd581310-3a33-11ed-b4c5-eeebe474d760 | InvocationID=cd581ee6-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:02:48+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd581310-3a33-11ed-b4c5-eeebe474d760 | InvocationID=cd581ee6-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:02:48+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd581310-3a33-11ed-b4c5-eeebe474d760 | InvocationID=cd581ee6-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:03:10+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbee1862-3a33-11ed-b4c5-eeebe474d760 | InvocationID=cbee19fc-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:03:10+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab0b026-3a33-11ed-b4c5-eeebe474d760 | InvocationID=dab0b95e-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:03:13+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd581310-3a33-11ed-b4c5-eeebe474d760 | InvocationID=cd581ee6-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:03:13+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc455090-3a33-11ed-b4c5-eeebe474d760 | InvocationID=dc455284-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:03:13+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc455090-3a33-11ed-b4c5-eeebe474d760 | InvocationID=dc455284-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:03:13+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc455090-3a33-11ed-b4c5-eeebe474d760 | InvocationID=dc455284-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:03:35+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dab0b026-3a33-11ed-b4c5-eeebe474d760 | InvocationID=dab0b95e-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:03:35+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9734d26-3a33-11ed-b4c5-eeebe474d760 | InvocationID=e9734eb6-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:03:38+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc455090-3a33-11ed-b4c5-eeebe474d760 | InvocationID=dc455284-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:03:38+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb36354c-3a33-11ed-b4c5-eeebe474d760 | InvocationID=eb3636dc-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:03:38+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb36354c-3a33-11ed-b4c5-eeebe474d760 | InvocationID=eb3636dc-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:03:38+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb36354c-3a33-11ed-b4c5-eeebe474d760 | InvocationID=eb3636dc-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:04:00+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9734d26-3a33-11ed-b4c5-eeebe474d760 | InvocationID=e9734eb6-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:04:00+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83b1dfc-3a33-11ed-b4c5-eeebe474d760 | InvocationID=f83b2018-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:04:03+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb36354c-3a33-11ed-b4c5-eeebe474d760 | InvocationID=eb3636dc-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:04:03+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa2441a2-3a33-11ed-b4c5-eeebe474d760 | InvocationID=fa244396-3a33-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:04:03+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa2441a2-3a33-11ed-b4c5-eeebe474d760 | InvocationID=fa244396-3a33-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:04:03+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa2441a2-3a33-11ed-b4c5-eeebe474d760 | InvocationID=fa244396-3a33-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:04:24+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f83b1dfc-3a33-11ed-b4c5-eeebe474d760 | InvocationID=f83b2018-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:04:24+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06fef73c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=06ff00b0-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:04:28+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa2441a2-3a33-11ed-b4c5-eeebe474d760 | InvocationID=fa244396-3a33-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:04:28+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0914bc78-3a34-11ed-b4c5-eeebe474d760 | InvocationID=0914be1c-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:04:28+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0914bc78-3a34-11ed-b4c5-eeebe474d760 | InvocationID=0914be1c-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:04:28+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0914bc78-3a34-11ed-b4c5-eeebe474d760 | InvocationID=0914be1c-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:04:49+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06fef73c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=06ff00b0-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:04:49+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15c2de1e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=15c2dfcc-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:04:53+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0914bc78-3a34-11ed-b4c5-eeebe474d760 | InvocationID=0914be1c-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:04:53+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18019d50-3a34-11ed-b4c5-eeebe474d760 | InvocationID=18019f58-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:04:53+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18019d50-3a34-11ed-b4c5-eeebe474d760 | InvocationID=18019f58-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:04:53+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18019d50-3a34-11ed-b4c5-eeebe474d760 | InvocationID=18019f58-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:05:14+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15c2de1e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=15c2dfcc-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:05:14+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24854676-3a34-11ed-b4c5-eeebe474d760 | InvocationID=2485487e-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:05:18+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18019d50-3a34-11ed-b4c5-eeebe474d760 | InvocationID=18019f58-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:05:18+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ef210c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=26ef22a6-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:05:18+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ef210c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=26ef22a6-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:05:18+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26ef210c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=26ef22a6-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:05:39+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24854676-3a34-11ed-b4c5-eeebe474d760 | InvocationID=2485487e-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:05:39+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=334f6556-3a34-11ed-b4c5-eeebe474d760 | InvocationID=334f6768-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:05:43+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26ef210c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=26ef22a6-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:05:43+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35dc3f6a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=35dc40fa-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:05:43+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35dc3f6a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=35dc40fa-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:05:43+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35dc3f6a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=35dc40fa-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:06:03+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=334f6556-3a34-11ed-b4c5-eeebe474d760 | InvocationID=334f6768-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:06:03+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=421418d4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=42141a64-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:06:08+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35dc3f6a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=35dc40fa-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:06:08+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c96476-3a34-11ed-b4c5-eeebe474d760 | InvocationID=44c96692-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:06:08+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c96476-3a34-11ed-b4c5-eeebe474d760 | InvocationID=44c96692-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:06:08+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44c96476-3a34-11ed-b4c5-eeebe474d760 | InvocationID=44c96692-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:06:28+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=421418d4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=42141a64-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:06:28+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d90424-3a34-11ed-b4c5-eeebe474d760 | InvocationID=50d905be-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:06:33+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44c96476-3a34-11ed-b4c5-eeebe474d760 | InvocationID=44c96692-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:06:33+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b723c4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=53b725c2-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:06:33+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b723c4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=53b725c2-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:06:33+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53b723c4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=53b725c2-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:06:53+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d90424-3a34-11ed-b4c5-eeebe474d760 | InvocationID=50d905be-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:06:53+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f9b9c74-3a34-11ed-b4c5-eeebe474d760 | InvocationID=5f9b9e0e-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:06:58+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53b723c4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=53b725c2-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:06:58+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a47bf2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=62a47eea-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:06:58+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a47bf2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=62a47eea-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:06:58+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a47bf2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=62a47eea-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:07:18+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f9b9c74-3a34-11ed-b4c5-eeebe474d760 | InvocationID=5f9b9e0e-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:07:18+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e60ecf0-3a34-11ed-b4c5-eeebe474d760 | InvocationID=6e60f0c4-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:07:23+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a47bf2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=62a47eea-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:07:23+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7191f72a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=7191fa40-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:07:23+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7191f72a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=7191fa40-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:07:23+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7191f72a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=7191fa40-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:07:43+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e60ecf0-3a34-11ed-b4c5-eeebe474d760 | InvocationID=6e60f0c4-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:07:43+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d28a99e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=7d28ad54-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:07:48+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7191f72a-3a34-11ed-b4c5-eeebe474d760 | InvocationID=7191fa40-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:07:48+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8080d3d2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8080d562-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:07:48+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8080d3d2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8080d562-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:07:48+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8080d3d2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8080d562-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:08:07+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d28a99e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=7d28ad54-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:08:07+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bf07600-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8bf077a4-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:08:13+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8080d3d2-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8080d562-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:08:13+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f6dcdfa-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8f6dcf94-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:08:13+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f6dcdfa-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8f6dcf94-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:08:13+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f6dcdfa-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8f6dcf94-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:08:32+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bf07600-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8bf077a4-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:08:32+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab6577c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=9ab659d4-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:08:38+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f6dcdfa-3a34-11ed-b4c5-eeebe474d760 | InvocationID=8f6dcf94-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:08:38+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e5b5008-3a34-11ed-b4c5-eeebe474d760 | InvocationID=9e5b51ac-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:08:38+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e5b5008-3a34-11ed-b4c5-eeebe474d760 | InvocationID=9e5b51ac-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:08:38+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e5b5008-3a34-11ed-b4c5-eeebe474d760 | InvocationID=9e5b51ac-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:08:57+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ab6577c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=9ab659d4-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:08:57+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9800ffa-3a34-11ed-b4c5-eeebe474d760 | InvocationID=a9801342-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:09:03+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e5b5008-3a34-11ed-b4c5-eeebe474d760 | InvocationID=9e5b51ac-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:09:03+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad495e02-3a34-11ed-b4c5-eeebe474d760 | InvocationID=ad49606e-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:09:03+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad495e02-3a34-11ed-b4c5-eeebe474d760 | InvocationID=ad49606e-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:09:03+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad495e02-3a34-11ed-b4c5-eeebe474d760 | InvocationID=ad49606e-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:09:22+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9800ffa-3a34-11ed-b4c5-eeebe474d760 | InvocationID=a9801342-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:09:22+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b843c3c4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=b843c55e-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:09:28+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad495e02-3a34-11ed-b4c5-eeebe474d760 | InvocationID=ad49606e-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:09:28+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc36cb52-3a34-11ed-b4c5-eeebe474d760 | InvocationID=bc36cd32-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:09:28+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc36cb52-3a34-11ed-b4c5-eeebe474d760 | InvocationID=bc36cd32-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:09:28+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc36cb52-3a34-11ed-b4c5-eeebe474d760 | InvocationID=bc36cd32-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:09:47+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b843c3c4-3a34-11ed-b4c5-eeebe474d760 | InvocationID=b843c55e-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:09:47+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c706e594-3a34-11ed-b4c5-eeebe474d760 | InvocationID=c706e724-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:09:53+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc36cb52-3a34-11ed-b4c5-eeebe474d760 | InvocationID=bc36cd32-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:09:53+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb26a13c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=cb26a362-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:09:53+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb26a13c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=cb26a362-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:09:53+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb26a13c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=cb26a362-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:10:11+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c706e594-3a34-11ed-b4c5-eeebe474d760 | InvocationID=c706e724-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:10:11+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cd372c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=d5cd39ca-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:10:18+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb26a13c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=cb26a362-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:10:18+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da15f864-3a34-11ed-b4c5-eeebe474d760 | InvocationID=da15faa8-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:10:19+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da15f864-3a34-11ed-b4c5-eeebe474d760 | InvocationID=da15faa8-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:10:19+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da15f864-3a34-11ed-b4c5-eeebe474d760 | InvocationID=da15faa8-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:10:36+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5cd372c-3a34-11ed-b4c5-eeebe474d760 | InvocationID=d5cd39ca-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:10:36+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4915a86-3a34-11ed-b4c5-eeebe474d760 | InvocationID=e4915d1a-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:10:44+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da15f864-3a34-11ed-b4c5-eeebe474d760 | InvocationID=da15faa8-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:10:44+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e903089e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=e9030a38-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:10:44+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e903089e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=e9030a38-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:10:44+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e903089e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=e9030a38-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:11:01+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4915a86-3a34-11ed-b4c5-eeebe474d760 | InvocationID=e4915d1a-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:11:01+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f356b700-3a34-11ed-b4c5-eeebe474d760 | InvocationID=f356bb38-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:11:09+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e903089e-3a34-11ed-b4c5-eeebe474d760 | InvocationID=e9030a38-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:11:09+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7efedcc-3a34-11ed-b4c5-eeebe474d760 | InvocationID=f7eff0b0-3a34-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:11:09+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7efedcc-3a34-11ed-b4c5-eeebe474d760 | InvocationID=f7eff0b0-3a34-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:11:09+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7efedcc-3a34-11ed-b4c5-eeebe474d760 | InvocationID=f7eff0b0-3a34-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:11:26+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f356b700-3a34-11ed-b4c5-eeebe474d760 | InvocationID=f356bb38-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:11:26+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021c38d2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=021c3a62-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:11:34+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7efedcc-3a34-11ed-b4c5-eeebe474d760 | InvocationID=f7eff0b0-3a34-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:11:34+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06dda52c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=06dda6e4-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:11:34+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06dda52c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=06dda6e4-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:11:34+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06dda52c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=06dda6e4-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:11:50+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=021c38d2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=021c3a62-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:11:50+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10de9bee-3a35-11ed-b4c5-eeebe474d760 | InvocationID=10de9e78-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:11:59+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06dda52c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=06dda6e4-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:11:59+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15cadf0a-3a35-11ed-b4c5-eeebe474d760 | InvocationID=15cae630-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:11:59+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15cadf0a-3a35-11ed-b4c5-eeebe474d760 | InvocationID=15cae630-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:11:59+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15cadf0a-3a35-11ed-b4c5-eeebe474d760 | InvocationID=15cae630-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:12:15+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10de9bee-3a35-11ed-b4c5-eeebe474d760 | InvocationID=10de9e78-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:12:15+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa5dd18-3a35-11ed-b4c5-eeebe474d760 | InvocationID=1fa5df3e-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:12:24+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15cadf0a-3a35-11ed-b4c5-eeebe474d760 | InvocationID=15cae630-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:12:24+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b8522c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=24b8559c-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:12:24+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b8522c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=24b8559c-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:12:24+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24b8522c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=24b8559c-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:12:40+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fa5dd18-3a35-11ed-b4c5-eeebe474d760 | InvocationID=1fa5df3e-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:12:40+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e6b7b3c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=2e6b7df8-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:12:49+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24b8522c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=24b8559c-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:12:49+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33a616ca-3a35-11ed-b4c5-eeebe474d760 | InvocationID=33a61a9e-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:12:49+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33a616ca-3a35-11ed-b4c5-eeebe474d760 | InvocationID=33a61a9e-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:12:49+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33a616ca-3a35-11ed-b4c5-eeebe474d760 | InvocationID=33a61a9e-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:13:05+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e6b7b3c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=2e6b7df8-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:13:05+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d333e98-3a35-11ed-b4c5-eeebe474d760 | InvocationID=3d334028-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:13:14+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33a616ca-3a35-11ed-b4c5-eeebe474d760 | InvocationID=33a61a9e-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:13:14+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42931cc8-3a35-11ed-b4c5-eeebe474d760 | InvocationID=429322cc-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:13:14+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42931cc8-3a35-11ed-b4c5-eeebe474d760 | InvocationID=429322cc-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:13:14+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42931cc8-3a35-11ed-b4c5-eeebe474d760 | InvocationID=429322cc-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:13:30+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d333e98-3a35-11ed-b4c5-eeebe474d760 | InvocationID=3d334028-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:13:30+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bfae62e-3a35-11ed-b4c5-eeebe474d760 | InvocationID=4bfae7be-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:13:39+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42931cc8-3a35-11ed-b4c5-eeebe474d760 | InvocationID=429322cc-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:13:39+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5183631e-3a35-11ed-b4c5-eeebe474d760 | InvocationID=518364b8-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:13:39+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5183631e-3a35-11ed-b4c5-eeebe474d760 | InvocationID=518364b8-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:13:39+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5183631e-3a35-11ed-b4c5-eeebe474d760 | InvocationID=518364b8-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:13:54+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bfae62e-3a35-11ed-b4c5-eeebe474d760 | InvocationID=4bfae7be-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:13:54+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5abe9052-3a35-11ed-b4c5-eeebe474d760 | InvocationID=5abe9278-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:14:04+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5183631e-3a35-11ed-b4c5-eeebe474d760 | InvocationID=518364b8-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:14:04+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6070b3f4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6070b58e-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:14:04+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6070b3f4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6070b58e-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:14:04+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6070b3f4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6070b58e-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:14:19+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5abe9052-3a35-11ed-b4c5-eeebe474d760 | InvocationID=5abe9278-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:14:19+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698140b2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=698142c4-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:14:29+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6070b3f4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6070b58e-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:14:29+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f5ff424-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6f5ff5be-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:14:29+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f5ff424-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6f5ff5be-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:14:29+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f5ff424-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6f5ff5be-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:14:44+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=698140b2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=698142c4-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:14:44+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7846a056-3a35-11ed-b4c5-eeebe474d760 | InvocationID=7846a1f0-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:14:54+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f5ff424-3a35-11ed-b4c5-eeebe474d760 | InvocationID=6f5ff5be-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:14:54+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e4f27a2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=7e4f345e-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:14:54+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e4f27a2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=7e4f345e-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:14:54+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e4f27a2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=7e4f345e-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:15:09+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7846a056-3a35-11ed-b4c5-eeebe474d760 | InvocationID=7846a1f0-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:15:09+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870e7794-3a35-11ed-b4c5-eeebe474d760 | InvocationID=870e7988-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:15:19+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e4f27a2-3a35-11ed-b4c5-eeebe474d760 | InvocationID=7e4f345e-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:15:19+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d3d2818-3a35-11ed-b4c5-eeebe474d760 | InvocationID=8d3d2bb0-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:15:19+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d3d2818-3a35-11ed-b4c5-eeebe474d760 | InvocationID=8d3d2bb0-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:15:19+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d3d2818-3a35-11ed-b4c5-eeebe474d760 | InvocationID=8d3d2bb0-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:15:33+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=870e7794-3a35-11ed-b4c5-eeebe474d760 | InvocationID=870e7988-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:15:33+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d42134-3a35-11ed-b4c5-eeebe474d760 | InvocationID=95d422ce-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:15:44+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d3d2818-3a35-11ed-b4c5-eeebe474d760 | InvocationID=8d3d2bb0-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:15:44+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2ad410-3a35-11ed-b4c5-eeebe474d760 | InvocationID=9c2ad668-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:15:44+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2ad410-3a35-11ed-b4c5-eeebe474d760 | InvocationID=9c2ad668-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:15:44+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c2ad410-3a35-11ed-b4c5-eeebe474d760 | InvocationID=9c2ad668-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:15:58+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95d42134-3a35-11ed-b4c5-eeebe474d760 | InvocationID=95d422ce-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:15:58+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4972c98-3a35-11ed-b4c5-eeebe474d760 | InvocationID=a4972e82-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:16:09+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c2ad410-3a35-11ed-b4c5-eeebe474d760 | InvocationID=9c2ad668-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:16:09+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab17fe76-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ab18001a-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:16:09+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab17fe76-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ab18001a-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:16:09+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab17fe76-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ab18001a-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:16:23+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4972c98-3a35-11ed-b4c5-eeebe474d760 | InvocationID=a4972e82-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:16:23+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b35add24-3a35-11ed-b4c5-eeebe474d760 | InvocationID=b35adf2c-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:16:34+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab17fe76-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ab18001a-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:16:34+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba058f70-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ba05910a-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:16:34+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba058f70-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ba05910a-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:16:34+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba058f70-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ba05910a-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:16:48+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b35add24-3a35-11ed-b4c5-eeebe474d760 | InvocationID=b35adf2c-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:16:48+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c220bedc-3a35-11ed-b4c5-eeebe474d760 | InvocationID=c220c0da-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:16:59+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba058f70-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ba05910a-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:16:59+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f3362c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=c8f33852-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:16:59+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f3362c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=c8f33852-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:16:59+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8f3362c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=c8f33852-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:17:13+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c220bedc-3a35-11ed-b4c5-eeebe474d760 | InvocationID=c220c0da-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:17:13+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e55a68-3a35-11ed-b4c5-eeebe474d760 | InvocationID=d0e55cc0-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:17:24+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8f3362c-3a35-11ed-b4c5-eeebe474d760 | InvocationID=c8f33852-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:17:24+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e02a14-3a35-11ed-b4c5-eeebe474d760 | InvocationID=d7e02bb8-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:17:24+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e02a14-3a35-11ed-b4c5-eeebe474d760 | InvocationID=d7e02bb8-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:17:24+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e02a14-3a35-11ed-b4c5-eeebe474d760 | InvocationID=d7e02bb8-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:17:37+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0e55a68-3a35-11ed-b4c5-eeebe474d760 | InvocationID=d0e55cc0-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:17:37+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa9d0ec-3a35-11ed-b4c5-eeebe474d760 | InvocationID=dfa9d3e4-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:17:49+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e02a14-3a35-11ed-b4c5-eeebe474d760 | InvocationID=d7e02bb8-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:17:49+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6ce8ee4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=e6ce9088-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:17:49+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6ce8ee4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=e6ce9088-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:17:49+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6ce8ee4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=e6ce9088-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:18:02+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfa9d0ec-3a35-11ed-b4c5-eeebe474d760 | InvocationID=dfa9d3e4-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:18:02+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee6d9000-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ee6d9190-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:18:14+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6ce8ee4-3a35-11ed-b4c5-eeebe474d760 | InvocationID=e6ce9088-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:18:14+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5bbb968-3a35-11ed-b4c5-eeebe474d760 | InvocationID=f5bbbb02-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:18:14+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5bbb968-3a35-11ed-b4c5-eeebe474d760 | InvocationID=f5bbbb02-3a35-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:18:14+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5bbb968-3a35-11ed-b4c5-eeebe474d760 | InvocationID=f5bbbb02-3a35-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:18:27+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee6d9000-3a35-11ed-b4c5-eeebe474d760 | InvocationID=ee6d9190-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:18:27+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd368b28-3a35-11ed-b4c5-eeebe474d760 | InvocationID=fd368d1c-3a35-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:18:39+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5bbb968-3a35-11ed-b4c5-eeebe474d760 | InvocationID=f5bbbb02-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:18:39+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04aaccca-3a36-11ed-b4c5-eeebe474d760 | InvocationID=04aace5a-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:18:39+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04aaccca-3a36-11ed-b4c5-eeebe474d760 | InvocationID=04aace5a-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:18:39+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04aaccca-3a36-11ed-b4c5-eeebe474d760 | InvocationID=04aace5a-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:18:52+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd368b28-3a35-11ed-b4c5-eeebe474d760 | InvocationID=fd368d1c-3a35-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:18:52+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf8c234-3a36-11ed-b4c5-eeebe474d760 | InvocationID=0bf8c4aa-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:19:04+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04aaccca-3a36-11ed-b4c5-eeebe474d760 | InvocationID=04aace5a-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:19:04+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1398ee88-3a36-11ed-b4c5-eeebe474d760 | InvocationID=1398f036-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:19:05+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1398ee88-3a36-11ed-b4c5-eeebe474d760 | InvocationID=1398f036-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:19:05+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1398ee88-3a36-11ed-b4c5-eeebe474d760 | InvocationID=1398f036-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:19:16+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bf8c234-3a36-11ed-b4c5-eeebe474d760 | InvocationID=0bf8c4aa-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:19:16+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abd87be-3a36-11ed-b4c5-eeebe474d760 | InvocationID=1abd89ee-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:19:30+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1398ee88-3a36-11ed-b4c5-eeebe474d760 | InvocationID=1398f036-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:19:30+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2285e0ae-3a36-11ed-b4c5-eeebe474d760 | InvocationID=2285e252-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:19:30+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2285e0ae-3a36-11ed-b4c5-eeebe474d760 | InvocationID=2285e252-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:19:30+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2285e0ae-3a36-11ed-b4c5-eeebe474d760 | InvocationID=2285e252-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:19:41+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1abd87be-3a36-11ed-b4c5-eeebe474d760 | InvocationID=1abd89ee-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:19:41+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29817ce2-3a36-11ed-b4c5-eeebe474d760 | InvocationID=29817e9a-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:19:55+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2285e0ae-3a36-11ed-b4c5-eeebe474d760 | InvocationID=2285e252-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:19:55+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3174b77a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=3174b932-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:19:55+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3174b77a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=3174b932-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:19:55+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3174b77a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=3174b932-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:20:06+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29817ce2-3a36-11ed-b4c5-eeebe474d760 | InvocationID=29817e9a-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:20:06+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38457102-3a36-11ed-b4c5-eeebe474d760 | InvocationID=384572f6-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:20:20+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3174b77a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=3174b932-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:20:20+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4061b486-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4061b620-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:20:20+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4061b486-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4061b620-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:20:20+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4061b486-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4061b620-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:20:31+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38457102-3a36-11ed-b4c5-eeebe474d760 | InvocationID=384572f6-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:20:31+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4709710c-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4709771a-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:20:45+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4061b486-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4061b620-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:20:45+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f509fa2-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4f50a1f0-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:20:45+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f509fa2-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4f50a1f0-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:20:45+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f509fa2-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4f50a1f0-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:20:56+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4709710c-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4709771a-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:20:56+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55cc9f66-3a36-11ed-b4c5-eeebe474d760 | InvocationID=55cca0ec-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:21:10+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f509fa2-3a36-11ed-b4c5-eeebe474d760 | InvocationID=4f50a1f0-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:21:10+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3db752-3a36-11ed-b4c5-eeebe474d760 | InvocationID=5e3db9d2-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:21:10+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3db752-3a36-11ed-b4c5-eeebe474d760 | InvocationID=5e3db9d2-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:21:10+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e3db752-3a36-11ed-b4c5-eeebe474d760 | InvocationID=5e3db9d2-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:21:20+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55cc9f66-3a36-11ed-b4c5-eeebe474d760 | InvocationID=55cca0ec-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:21:20+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64911f22-3a36-11ed-b4c5-eeebe474d760 | InvocationID=649121b6-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:21:35+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e3db752-3a36-11ed-b4c5-eeebe474d760 | InvocationID=5e3db9d2-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:21:35+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d2c5e6c-3a36-11ed-b4c5-eeebe474d760 | InvocationID=6d2c6790-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:21:35+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d2c5e6c-3a36-11ed-b4c5-eeebe474d760 | InvocationID=6d2c6790-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:21:35+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d2c5e6c-3a36-11ed-b4c5-eeebe474d760 | InvocationID=6d2c6790-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:21:45+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64911f22-3a36-11ed-b4c5-eeebe474d760 | InvocationID=649121b6-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:21:45+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7352d3b6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=7352dc8a-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:22:00+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d2c5e6c-3a36-11ed-b4c5-eeebe474d760 | InvocationID=6d2c6790-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:22:00+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1b63fa-3a36-11ed-b4c5-eeebe474d760 | InvocationID=7c1b6670-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:22:00+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1b63fa-3a36-11ed-b4c5-eeebe474d760 | InvocationID=7c1b6670-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:22:00+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c1b63fa-3a36-11ed-b4c5-eeebe474d760 | InvocationID=7c1b6670-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:22:10+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7352d3b6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=7352dc8a-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:22:10+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8215fa9a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=8215fcfc-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:22:25+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c1b63fa-3a36-11ed-b4c5-eeebe474d760 | InvocationID=7c1b6670-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:22:25+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b0906f6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=8b090890-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:22:25+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b0906f6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=8b090890-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:22:25+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b0906f6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=8b090890-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:22:35+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8215fa9a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=8215fcfc-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:22:35+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ddb2fc-3a36-11ed-b4c5-eeebe474d760 | InvocationID=90ddb52c-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:22:50+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b0906f6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=8b090890-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:22:50+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99f70532-3a36-11ed-b4c5-eeebe474d760 | InvocationID=99f70762-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:22:50+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99f70532-3a36-11ed-b4c5-eeebe474d760 | InvocationID=99f70762-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:22:50+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99f70532-3a36-11ed-b4c5-eeebe474d760 | InvocationID=99f70762-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:22:59+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ddb2fc-3a36-11ed-b4c5-eeebe474d760 | InvocationID=90ddb52c-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:22:59+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa30fc6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=9fa311a6-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:23:15+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99f70532-3a36-11ed-b4c5-eeebe474d760 | InvocationID=99f70762-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:23:15+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e458b0-3a36-11ed-b4c5-eeebe474d760 | InvocationID=a8e45b62-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:23:15+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e458b0-3a36-11ed-b4c5-eeebe474d760 | InvocationID=a8e45b62-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:23:15+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8e458b0-3a36-11ed-b4c5-eeebe474d760 | InvocationID=a8e45b62-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:23:24+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fa30fc6-3a36-11ed-b4c5-eeebe474d760 | InvocationID=9fa311a6-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:23:24+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae6531ba-3a36-11ed-b4c5-eeebe474d760 | InvocationID=ae6533cc-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:23:40+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8e458b0-3a36-11ed-b4c5-eeebe474d760 | InvocationID=a8e45b62-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:23:40+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d5d380-3a36-11ed-b4c5-eeebe474d760 | InvocationID=b7d5dac4-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:23:40+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d5d380-3a36-11ed-b4c5-eeebe474d760 | InvocationID=b7d5dac4-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:23:40+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7d5d380-3a36-11ed-b4c5-eeebe474d760 | InvocationID=b7d5dac4-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:23:49+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae6531ba-3a36-11ed-b4c5-eeebe474d760 | InvocationID=ae6533cc-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:23:49+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd28f916-3a36-11ed-b4c5-eeebe474d760 | InvocationID=bd28fb1e-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:24:05+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7d5d380-3a36-11ed-b4c5-eeebe474d760 | InvocationID=b7d5dac4-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:24:05+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c43c10-3a36-11ed-b4c5-eeebe474d760 | InvocationID=c6c43da0-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:24:05+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c43c10-3a36-11ed-b4c5-eeebe474d760 | InvocationID=c6c43da0-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:24:05+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6c43c10-3a36-11ed-b4c5-eeebe474d760 | InvocationID=c6c43da0-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:24:14+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd28f916-3a36-11ed-b4c5-eeebe474d760 | InvocationID=bd28fb1e-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:24:14+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbea79d4-3a36-11ed-b4c5-eeebe474d760 | InvocationID=cbea7d26-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:24:30+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6c43c10-3a36-11ed-b4c5-eeebe474d760 | InvocationID=c6c43da0-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:24:30+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b239fc-3a36-11ed-b4c5-eeebe474d760 | InvocationID=d5b23c4a-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:24:30+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b239fc-3a36-11ed-b4c5-eeebe474d760 | InvocationID=d5b23c4a-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:24:30+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5b239fc-3a36-11ed-b4c5-eeebe474d760 | InvocationID=d5b23c4a-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:24:38+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbea79d4-3a36-11ed-b4c5-eeebe474d760 | InvocationID=cbea7d26-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:24:38+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daadb094-3a36-11ed-b4c5-eeebe474d760 | InvocationID=daadb2ba-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:24:55+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5b239fc-3a36-11ed-b4c5-eeebe474d760 | InvocationID=d5b23c4a-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:24:55+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e49ecf02-3a36-11ed-b4c5-eeebe474d760 | InvocationID=e49ed0a6-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:24:55+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e49ecf02-3a36-11ed-b4c5-eeebe474d760 | InvocationID=e49ed0a6-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:24:55+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e49ecf02-3a36-11ed-b4c5-eeebe474d760 | InvocationID=e49ed0a6-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:25:03+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daadb094-3a36-11ed-b4c5-eeebe474d760 | InvocationID=daadb2ba-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:25:03+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9721f2a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=e972213c-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:25:20+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e49ecf02-3a36-11ed-b4c5-eeebe474d760 | InvocationID=e49ed0a6-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:25:20+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f38d8152-3a36-11ed-b4c5-eeebe474d760 | InvocationID=f38d82e2-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:25:20+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f38d8152-3a36-11ed-b4c5-eeebe474d760 | InvocationID=f38d82e2-3a36-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:25:20+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f38d8152-3a36-11ed-b4c5-eeebe474d760 | InvocationID=f38d82e2-3a36-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:25:28+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9721f2a-3a36-11ed-b4c5-eeebe474d760 | InvocationID=e972213c-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:25:28+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f836a170-3a36-11ed-b4c5-eeebe474d760 | InvocationID=f836a314-3a36-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:25:45+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f38d8152-3a36-11ed-b4c5-eeebe474d760 | InvocationID=f38d82e2-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:25:45+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0279f8da-3a37-11ed-b4c5-eeebe474d760 | InvocationID=0279fa74-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:25:45+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0279f8da-3a37-11ed-b4c5-eeebe474d760 | InvocationID=0279fa74-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:25:45+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0279f8da-3a37-11ed-b4c5-eeebe474d760 | InvocationID=0279fa74-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:25:53+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f836a170-3a36-11ed-b4c5-eeebe474d760 | InvocationID=f836a314-3a36-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:25:53+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06fa922a-3a37-11ed-b4c5-eeebe474d760 | InvocationID=06fa93ce-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:26:10+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0279f8da-3a37-11ed-b4c5-eeebe474d760 | InvocationID=0279fa74-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:26:10+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1166fdfc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=11670112-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:26:10+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1166fdfc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=11670112-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:26:10+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1166fdfc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=11670112-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:26:18+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06fa922a-3a37-11ed-b4c5-eeebe474d760 | InvocationID=06fa93ce-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:26:18+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15c0bfbe-3a37-11ed-b4c5-eeebe474d760 | InvocationID=15c0c6b2-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:26:35+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1166fdfc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=11670112-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:26:35+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205429de-3a37-11ed-b4c5-eeebe474d760 | InvocationID=20542c7c-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:26:35+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205429de-3a37-11ed-b4c5-eeebe474d760 | InvocationID=20542c7c-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:26:35+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205429de-3a37-11ed-b4c5-eeebe474d760 | InvocationID=20542c7c-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:26:42+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15c0bfbe-3a37-11ed-b4c5-eeebe474d760 | InvocationID=15c0c6b2-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:26:42+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248332d4-3a37-11ed-b4c5-eeebe474d760 | InvocationID=248334a0-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:27:00+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205429de-3a37-11ed-b4c5-eeebe474d760 | InvocationID=20542c7c-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:27:00+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f418482-3a37-11ed-b4c5-eeebe474d760 | InvocationID=2f418612-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:27:00+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f418482-3a37-11ed-b4c5-eeebe474d760 | InvocationID=2f418612-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:27:00+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f418482-3a37-11ed-b4c5-eeebe474d760 | InvocationID=2f418612-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:27:07+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=248332d4-3a37-11ed-b4c5-eeebe474d760 | InvocationID=248334a0-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:27:07+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3348043e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=3348066e-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:27:25+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f418482-3a37-11ed-b4c5-eeebe474d760 | InvocationID=2f418612-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:27:25+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e2f2cb0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=3e2f37b4-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:27:25+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e2f2cb0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=3e2f37b4-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:27:25+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e2f2cb0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=3e2f37b4-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:27:32+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3348043e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=3348066e-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:27:32+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4209eb36-3a37-11ed-b4c5-eeebe474d760 | InvocationID=4209ed34-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:27:50+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e2f2cb0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=3e2f37b4-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:27:50+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1c80e2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=4d1c827c-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:27:51+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1c80e2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=4d1c827c-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:27:51+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d1c80e2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=4d1c827c-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:27:57+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4209eb36-3a37-11ed-b4c5-eeebe474d760 | InvocationID=4209ed34-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:27:57+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50cd32c2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=50cd3448-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:28:16+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d1c80e2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=4d1c827c-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:28:16+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0c38ea-3a37-11ed-b4c5-eeebe474d760 | InvocationID=5c0c3a8e-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:28:16+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0c38ea-3a37-11ed-b4c5-eeebe474d760 | InvocationID=5c0c3a8e-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:28:16+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0c38ea-3a37-11ed-b4c5-eeebe474d760 | InvocationID=5c0c3a8e-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:28:21+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50cd32c2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=50cd3448-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:28:21+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f91950a-3a37-11ed-b4c5-eeebe474d760 | InvocationID=5f9196a4-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:28:41+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0c38ea-3a37-11ed-b4c5-eeebe474d760 | InvocationID=5c0c3a8e-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:28:41+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afa3686-3a37-11ed-b4c5-eeebe474d760 | InvocationID=6afa38b6-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:28:41+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afa3686-3a37-11ed-b4c5-eeebe474d760 | InvocationID=6afa38b6-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:28:41+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6afa3686-3a37-11ed-b4c5-eeebe474d760 | InvocationID=6afa38b6-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:28:46+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f91950a-3a37-11ed-b4c5-eeebe474d760 | InvocationID=5f9196a4-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:28:46+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e53e5f2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=6e53e78c-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:29:06+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6afa3686-3a37-11ed-b4c5-eeebe474d760 | InvocationID=6afa38b6-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:29:06+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e7a8cc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=79e7ab06-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:29:06+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e7a8cc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=79e7ab06-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:29:06+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e7a8cc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=79e7ab06-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:29:11+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e53e5f2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=6e53e78c-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:29:11+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1b6efc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=7d1b708c-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:29:31+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e7a8cc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=79e7ab06-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:29:31+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d5da66-3a37-11ed-b4c5-eeebe474d760 | InvocationID=88d5dc00-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:29:31+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d5da66-3a37-11ed-b4c5-eeebe474d760 | InvocationID=88d5dc00-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:29:31+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88d5da66-3a37-11ed-b4c5-eeebe474d760 | InvocationID=88d5dc00-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:29:36+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d1b6efc-3a37-11ed-b4c5-eeebe474d760 | InvocationID=7d1b708c-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:29:36+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be22976-3a37-11ed-b4c5-eeebe474d760 | InvocationID=8be22b24-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:29:56+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88d5da66-3a37-11ed-b4c5-eeebe474d760 | InvocationID=88d5dc00-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:29:56+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c2b95e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=97c2baf8-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:29:56+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c2b95e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=97c2baf8-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:29:56+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c2b95e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=97c2baf8-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:30:01+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8be22976-3a37-11ed-b4c5-eeebe474d760 | InvocationID=8be22b24-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:30:01+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aa60892-3a37-11ed-b4c5-eeebe474d760 | InvocationID=9aa60a22-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:30:21+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c2b95e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=97c2baf8-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:30:21+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b210e0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=a6b212f2-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:30:21+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b210e0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=a6b212f2-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:30:21+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b210e0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=a6b212f2-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:30:25+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aa60892-3a37-11ed-b4c5-eeebe474d760 | InvocationID=9aa60a22-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:30:25+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a96ae47e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=a96ae618-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:30:46+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b210e0-3a37-11ed-b4c5-eeebe474d760 | InvocationID=a6b212f2-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:30:46+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a0c6be-3a37-11ed-b4c5-eeebe474d760 | InvocationID=b5a0c84e-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:30:46+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a0c6be-3a37-11ed-b4c5-eeebe474d760 | InvocationID=b5a0c84e-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:30:46+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a0c6be-3a37-11ed-b4c5-eeebe474d760 | InvocationID=b5a0c84e-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:30:50+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a96ae47e-3a37-11ed-b4c5-eeebe474d760 | InvocationID=a96ae618-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:30:50+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b82c709a-3a37-11ed-b4c5-eeebe474d760 | InvocationID=b82c72b6-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:31:11+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a0c6be-3a37-11ed-b4c5-eeebe474d760 | InvocationID=b5a0c84e-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:31:11+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48f5f82-3a37-11ed-b4c5-eeebe474d760 | InvocationID=c48f61a8-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:31:11+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48f5f82-3a37-11ed-b4c5-eeebe474d760 | InvocationID=c48f61a8-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:31:11+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48f5f82-3a37-11ed-b4c5-eeebe474d760 | InvocationID=c48f61a8-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:31:15+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b82c709a-3a37-11ed-b4c5-eeebe474d760 | InvocationID=b82c72b6-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:31:15+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f06960-3a37-11ed-b4c5-eeebe474d760 | InvocationID=c6f06ae6-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:31:36+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48f5f82-3a37-11ed-b4c5-eeebe474d760 | InvocationID=c48f61a8-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:31:36+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37e8a40-3a37-11ed-b4c5-eeebe474d760 | InvocationID=d37e8c5c-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:31:36+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37e8a40-3a37-11ed-b4c5-eeebe474d760 | InvocationID=d37e8c5c-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:31:36+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37e8a40-3a37-11ed-b4c5-eeebe474d760 | InvocationID=d37e8c5c-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:31:40+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6f06960-3a37-11ed-b4c5-eeebe474d760 | InvocationID=c6f06ae6-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:31:40+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b3e418-3a37-11ed-b4c5-eeebe474d760 | InvocationID=d5b3e5b2-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:32:01+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37e8a40-3a37-11ed-b4c5-eeebe474d760 | InvocationID=d37e8c5c-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:32:01+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26bad80-3a37-11ed-b4c5-eeebe474d760 | InvocationID=e26baf2e-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:32:01+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26bad80-3a37-11ed-b4c5-eeebe474d760 | InvocationID=e26baf2e-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:32:01+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e26bad80-3a37-11ed-b4c5-eeebe474d760 | InvocationID=e26baf2e-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:32:04+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5b3e418-3a37-11ed-b4c5-eeebe474d760 | InvocationID=d5b3e5b2-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:32:04+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e475ee60-3a37-11ed-b4c5-eeebe474d760 | InvocationID=e475f036-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:32:26+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e26bad80-3a37-11ed-b4c5-eeebe474d760 | InvocationID=e26baf2e-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:32:26+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15a3168-3a37-11ed-b4c5-eeebe474d760 | InvocationID=f15a32ee-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:32:26+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15a3168-3a37-11ed-b4c5-eeebe474d760 | InvocationID=f15a32ee-3a37-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:32:26+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f15a3168-3a37-11ed-b4c5-eeebe474d760 | InvocationID=f15a32ee-3a37-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:32:29+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e475ee60-3a37-11ed-b4c5-eeebe474d760 | InvocationID=e475f036-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:32:29+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f33960b2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=f339624c-3a37-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:32:51+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f15a3168-3a37-11ed-b4c5-eeebe474d760 | InvocationID=f15a32ee-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:32:51+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=004711fa-3a38-11ed-b4c5-eeebe474d760 | InvocationID=004715ec-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:32:51+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=004711fa-3a38-11ed-b4c5-eeebe474d760 | InvocationID=004715ec-3a38-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:32:51+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=004711fa-3a38-11ed-b4c5-eeebe474d760 | InvocationID=004715ec-3a38-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:32:54+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f33960b2-3a37-11ed-b4c5-eeebe474d760 | InvocationID=f339624c-3a37-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:32:54+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ff6006-3a38-11ed-b4c5-eeebe474d760 | InvocationID=01ff6380-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:33:16+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=004711fa-3a38-11ed-b4c5-eeebe474d760 | InvocationID=004715ec-3a38-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:33:16+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f35b946-3a38-11ed-b4c5-eeebe474d760 | InvocationID=0f35bb94-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:33:16+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f35b946-3a38-11ed-b4c5-eeebe474d760 | InvocationID=0f35bb94-3a38-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:33:16+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f35b946-3a38-11ed-b4c5-eeebe474d760 | InvocationID=0f35bb94-3a38-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:33:19+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01ff6006-3a38-11ed-b4c5-eeebe474d760 | InvocationID=01ff6380-3a38-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:33:19+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c485c6-3a38-11ed-b4c5-eeebe474d760 | InvocationID=10c487ce-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:33:41+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f35b946-3a38-11ed-b4c5-eeebe474d760 | InvocationID=0f35bb94-3a38-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:33:41+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e260c1c-3a38-11ed-b4c5-eeebe474d760 | InvocationID=1e260e74-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:33:41+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e260c1c-3a38-11ed-b4c5-eeebe474d760 | InvocationID=1e260e74-3a38-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:33:41+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e260c1c-3a38-11ed-b4c5-eeebe474d760 | InvocationID=1e260e74-3a38-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:33:43+0000 | aai_event_thread | 139838153055008 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10c485c6-3a38-11ed-b4c5-eeebe474d760 | InvocationID=10c487ce-3a38-11ed-b4c5-eeebe474d760 | Polling MR for XNF AAI events. 2022-09-22T05:33:43+0000 | aai_event_thread | 139838153055008 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f8758c2-3a38-11ed-b4c5-eeebe474d760 | InvocationID=1f875a7a-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-22T05:34:06+0000 | policy_event_thread | 139838154115872 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e260c1c-3a38-11ed-b4c5-eeebe474d760 | InvocationID=1e260e74-3a38-11ed-b4c5-eeebe474d760 | Polling MR for XNF activation/deactivation policy response events. 2022-09-22T05:34:06+0000 | policy_event_thread | 139838154115872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d136274-3a38-11ed-b4c5-eeebe474d760 | InvocationID=2d13653a-3a38-11ed-b4c5-eeebe474d760 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-22T05:34:06+0000 | policy_event_thread | 139838154115872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d136274-3a38-11ed-b4c5-eeebe474d760 | InvocationID=2d13653a-3a38-11ed-b4c5-eeebe474d760 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-22T05:34:06+0000 | policy_event_thread | 139838154115872 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d136274-3a38-11ed-b4c5-eeebe474d760 | InvocationID=2d13653a-3a38-11ed-b4c5-eeebe474d760 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPErro