By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-09-27T16:26:09+0000 | MainThread | 140701180140872 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-09-27T16:26:09+0000 | MainThread | 140701180140872 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-09-27T16:26:09+0000 | MainThread | 140701180140872 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-09-27T16:26:09+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:26:09+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18494e10-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184950fe-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:26:09+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-09-27T16:26:09+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184f88f2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184f8b5e-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:26:10+0000 | MainThread | 140701180140872 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-09-27T16:26:10+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18494e10-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184950fe-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:10+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18494e10-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184950fe-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:10+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184f88f2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184f8b5e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:10+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=184f88f2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184f8b5e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:30+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=184f88f2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184f8b5e-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:26:30+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24e1436c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=24e145b0-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:26:31+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24e1436c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=24e145b0-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:31+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24e1436c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=24e145b0-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:35+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18494e10-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=184950fe-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:26:35+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d79058-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=27d79792-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:26:36+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d79058-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=27d79792-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:36+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d79058-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=27d79792-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:51+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24e1436c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=24e145b0-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:26:51+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316dd2ee-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=316dd4c4-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:26:52+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316dd2ee-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=316dd4c4-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:26:52+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=316dd2ee-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=316dd4c4-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:27:01+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d79058-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=27d79792-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:27:01+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=375dedb0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=375df530-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:27:02+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=375dedb0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=375df530-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:27:02+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=375dedb0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=375df530-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-09-27T16:27:12+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=316dd2ee-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=316dd4c4-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:27:12+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfb42b2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=3dfb45b4-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:27:13+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfb42b2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=3dfb45b4-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:27:13+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dfb42b2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=3dfb45b4-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:27:27+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=375dedb0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=375df530-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:27:27+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e5e346-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=46e5e5c6-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:27:28+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e5e346-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=46e5e5c6-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:27:28+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e5e346-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=46e5e5c6-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:27:33+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dfb42b2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=3dfb45b4-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:27:33+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4d4a6a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=4a4d4d9e-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:27:33+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4d4a6a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=4a4d4d9e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:27:33+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a4d4a6a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=4a4d4d9e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:27:53+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e5e346-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=46e5e5c6-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:27:53+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55de0ffe-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=55de1256-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:27:53+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55de0ffe-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=55de1256-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:27:53+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55de0ffe-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=55de1256-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:27:53+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a4d4a6a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=4a4d4d9e-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:27:53+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564c3d9e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=564c3f92-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:27:53+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564c3d9e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=564c3f92-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:27:53+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=564c3d9e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=564c3f92-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:28:13+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=564c3d9e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=564c3f92-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:28:13+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62465238-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=62476826-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:28:13+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62465238-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=62476826-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:28:13+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62465238-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=62476826-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:28:18+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55de0ffe-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=55de1256-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:28:18+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64daed56-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=64daef36-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:28:18+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64daed56-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=64daef36-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:28:18+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64daed56-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=64daef36-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:28:33+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62465238-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=62476826-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:28:33+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e42c9d6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=6e42d002-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:28:34+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e42c9d6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=6e42d002-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:28:34+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e42c9d6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=6e42d002-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:28:43+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64daed56-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=64daef36-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:28:43+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73cc86a8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=73cc8cac-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:28:43+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73cc86a8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=73cc8cac-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:28:43+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73cc86a8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=73cc8cac-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:28:54+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e42c9d6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=6e42d002-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:28:54+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a3d5b48-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=7a3d5dc8-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:28:54+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a3d5b48-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=7a3d5dc8-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:28:54+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a3d5b48-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=7a3d5dc8-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:08+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73cc86a8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=73cc8cac-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:29:08+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c11ade-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=82c11caa-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:29:08+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c11ade-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=82c11caa-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:29:08+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82c11ade-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=82c11caa-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:29:14+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a3d5b48-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=7a3d5dc8-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:29:14+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863908d4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=86390ab4-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:29:14+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863908d4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=86390ab4-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:14+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=863908d4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=86390ab4-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:33+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82c11ade-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=82c11caa-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:29:33+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c410cc-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=91c41338-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:29:33+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c410cc-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=91c41338-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:29:33+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c410cc-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=91c41338-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:29:34+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=863908d4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=86390ab4-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:29:34+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9233126a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=92331490-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:29:34+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9233126a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=92331490-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:34+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9233126a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=92331490-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:54+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9233126a-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=92331490-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:29:54+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e30aac8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=9e30afaa-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:29:54+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e30aac8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=9e30afaa-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:54+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e30aac8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=9e30afaa-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:29:58+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c410cc-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=91c41338-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:29:58+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0bfc83c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=a0bfca30-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:29:58+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0bfc83c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=a0bfca30-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:29:58+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0bfc83c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=a0bfca30-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:30:14+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e30aac8-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=9e30afaa-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:30:14+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa296090-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=aa296306-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:30:14+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa296090-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=aa296306-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:30:14+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa296090-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=aa296306-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:30:23+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0bfc83c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=a0bfca30-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:30:23+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb59cd6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=afb59f6a-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:30:23+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb59cd6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=afb59f6a-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:30:23+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afb59cd6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=afb59f6a-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:30:34+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa296090-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=aa296306-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:30:34+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b620b772-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=b620ba60-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:30:34+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b620b772-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=b620ba60-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:30:34+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b620b772-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=b620ba60-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:30:48+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afb59cd6-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=afb59f6a-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:30:48+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beafcd4c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=beafd27e-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:30:48+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beafcd4c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=beafd27e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:30:48+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beafcd4c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=beafd27e-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:30:54+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b620b772-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=b620ba60-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:30:54+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2214b7c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=c2214e9c-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:30:54+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2214b7c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=c2214e9c-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:30:54+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2214b7c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=c2214e9c-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:31:13+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beafcd4c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=beafd27e-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:31:13+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda140b0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=cda14344-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:31:14+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda140b0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=cda14344-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:31:14+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda140b0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=cda14344-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:31:14+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2214b7c-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=c2214e9c-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:31:14+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce216e3e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=ce2170c8-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:31:14+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce216e3e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=ce2170c8-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:31:14+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce216e3e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=ce2170c8-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:31:34+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce216e3e-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=ce2170c8-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:31:34+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da18c610-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=da18c7e6-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:31:34+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da18c610-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=da18c7e6-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:31:35+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da18c610-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=da18c7e6-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:31:39+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda140b0-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=cda14344-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:31:39+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc975366-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=dc97573a-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:31:39+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc975366-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=dc97573a-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:31:39+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc975366-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=dc97573a-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:31:55+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da18c610-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=da18c7e6-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:31:55+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6131cf4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=e6131eb6-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:31:55+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6131cf4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=e6131eb6-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:31:55+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6131cf4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=e6131eb6-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:32:04+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc975366-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=dc97573a-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:32:04+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb8a6bce-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=eb8a6eda-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:32:04+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb8a6bce-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=eb8a6eda-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:32:04+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb8a6bce-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=eb8a6eda-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:32:15+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6131cf4-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=e6131eb6-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:32:15+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20c4b16-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=f20c4e5e-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:32:15+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20c4b16-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=f20c4e5e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:32:15+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20c4b16-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=f20c4e5e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:32:29+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb8a6bce-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=eb8a6eda-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:32:29+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7d39c2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fa7d3b8e-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:32:29+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7d39c2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fa7d3b8e-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:32:29+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa7d39c2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fa7d3b8e-3e81-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:32:35+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20c4b16-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=f20c4e5e-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:32:35+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe030810-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fe030b26-3e81-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:32:35+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe030810-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fe030b26-3e81-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:32:35+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe030810-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fe030b26-3e81-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:32:54+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa7d39c2-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fa7d3b8e-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:32:54+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09784bf6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=097872e8-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:32:54+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09784bf6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=097872e8-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:32:54+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09784bf6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=097872e8-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:32:55+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe030810-3e81-11ed-aef7-9e909a7e2bc1 | InvocationID=fe030b26-3e81-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:32:55+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09fa6104-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=09fa63a2-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:32:55+0000 | aai_event_thread | 140701129415456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09fa6104-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=09fa63a2-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:32:55+0000 | aai_event_thread | 140701129415456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09fa6104-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=09fa63a2-3e82-11ed-aef7-9e909a7e2bc1 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-09-27T16:33:15+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09fa6104-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=09fa63a2-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:33:15+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f337c4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=15f33d14-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:33:19+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09784bf6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=097872e8-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:33:19+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186b72fa-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=186b767e-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:33:19+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186b72fa-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=186b767e-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:33:19+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=186b72fa-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=186b767e-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:33:39+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f337c4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=15f33d14-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:33:39+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248ba050-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=248ba226-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:33:44+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=186b72fa-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=186b767e-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:33:44+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2764caa4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=2764cd1a-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:33:44+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2764caa4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=2764cd1a-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:33:44+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2764caa4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=2764cd1a-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:33:59+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=248ba050-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=248ba226-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:33:59+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309264ba-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=30926686-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:34:09+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2764caa4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=2764cd1a-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:34:09+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3654d31a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=3654d5fe-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:34:09+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3654d31a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=3654d5fe-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:34:09+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3654d31a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=3654d5fe-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:34:20+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=309264ba-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=30926686-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:34:20+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c8f3ea0-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=3c8f4134-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:34:34+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3654d31a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=3654d5fe-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:34:34+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4545b97a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=4545bbc8-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:34:34+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4545b97a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=4545bbc8-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:34:34+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4545b97a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=4545bbc8-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:34:40+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c8f3ea0-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=3c8f4134-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:34:40+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=488bd4fc-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=488bd6c8-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:34:59+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4545b97a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=4545bbc8-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:34:59+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543a04b8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=543a072e-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:34:59+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543a04b8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=543a072e-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:34:59+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543a04b8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=543a072e-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:35:00+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=488bd4fc-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=488bd6c8-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:35:00+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e2627a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=54e2643c-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:35:24+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543a04b8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=543a072e-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:35:24+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632ad3b2-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=632ad57e-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:35:24+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632ad3b2-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=632ad57e-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:35:24+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=632ad3b2-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=632ad57e-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:35:25+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54e2627a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=54e2643c-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:35:25+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a8f3f0-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=63a8f648-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:35:49+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=632ad3b2-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=632ad57e-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:35:49+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721a4222-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=721a44c0-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:35:49+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721a4222-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=721a44c0-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:35:49+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=721a4222-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=721a44c0-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:35:50+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63a8f3f0-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=63a8f648-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:35:50+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7276c52e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=7276c786-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:36:14+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=721a4222-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=721a44c0-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:36:14+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8108667e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=81086908-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:36:15+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8108667e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=81086908-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:36:15+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8108667e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=81086908-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:36:15+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7276c52e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=7276c786-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:36:15+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=813b1ba0-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=813b1e20-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:36:40+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8108667e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=81086908-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:36:40+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ff87552-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=8ff87714-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:36:40+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ff87552-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=8ff87714-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:36:40+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ff87552-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=8ff87714-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:36:40+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=813b1ba0-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=813b1e20-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:36:40+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90069006-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=900691dc-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:37:04+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90069006-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=900691dc-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:37:04+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed03ac4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=9ed03d12-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:37:05+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ff87552-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=8ff87714-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:37:05+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee83ab6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=9ee83ce6-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:37:05+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee83ab6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=9ee83ce6-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:37:05+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ee83ab6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=9ee83ce6-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:37:29+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ed03ac4-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=9ed03d12-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:37:29+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad994a6e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=ad995040-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:37:30+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ee83ab6-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=9ee83ce6-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:37:30+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add7836a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=add79094-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:37:30+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add7836a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=add79094-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:37:30+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add7836a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=add79094-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:37:54+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad994a6e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=ad995040-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:37:54+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc64b998-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=bc64bc04-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:37:55+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add7836a-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=add79094-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:37:55+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc78726-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=bcc78a3c-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:37:55+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc78726-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=bcc78a3c-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:37:55+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc78726-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=bcc78a3c-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:38:19+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc64b998-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=bc64bc04-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:38:19+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb29b4e2-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=cb29b71c-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:38:20+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc78726-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=bcc78a3c-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:38:20+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbb84086-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=cbb842de-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:38:20+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbb84086-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=cbb842de-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:38:20+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbb84086-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=cbb842de-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:38:44+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb29b4e2-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=cb29b71c-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:38:44+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f57588-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=d9f57754-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:38:45+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbb84086-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=cbb842de-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:38:45+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daaad766-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=daaad914-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:38:45+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daaad766-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=daaad914-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:38:45+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daaad766-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=daaad914-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:39:08+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9f57588-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=d9f57754-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:39:08+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bf2474-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=e8bf2776-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:39:10+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daaad766-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=daaad914-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:39:10+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e99b24d8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=e99b2690-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:39:10+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e99b24d8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=e99b2690-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:39:10+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e99b24d8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=e99b2690-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:39:33+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8bf2474-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=e8bf2776-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:39:33+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f789a07e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=f789a312-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:39:35+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e99b24d8-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=e99b2690-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:39:35+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88dce28-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=f88dd08a-3e82-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:39:35+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88dce28-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=f88dd08a-3e82-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:39:35+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f88dce28-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=f88dd08a-3e82-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:39:58+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f789a07e-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=f789a312-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:39:58+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065663c6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=0656668c-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:40:00+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f88dce28-3e82-11ed-aef7-9e909a7e2bc1 | InvocationID=f88dd08a-3e82-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:40:00+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0788bfbe-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=0788c248-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:40:00+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0788bfbe-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=0788c248-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:40:00+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0788bfbe-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=0788c248-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:40:23+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=065663c6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=0656668c-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:40:23+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=151f741a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=151f776c-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:40:25+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0788bfbe-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=0788c248-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:40:25+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16794e4e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=16795010-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:40:25+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16794e4e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=16795010-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:40:25+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16794e4e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=16795010-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:40:48+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=151f741a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=151f776c-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:40:48+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23eeb42e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=23eeb708-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:40:50+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16794e4e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=16795010-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:40:50+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2569573c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=256958f4-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:40:50+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2569573c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=256958f4-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:40:50+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2569573c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=256958f4-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:41:13+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23eeb42e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=23eeb708-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:41:13+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32bc7a04-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=32bc7ce8-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:41:15+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2569573c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=256958f4-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:41:15+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=345970a6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=345972ea-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:41:15+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=345970a6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=345972ea-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:41:15+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=345970a6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=345972ea-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:41:37+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32bc7a04-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=32bc7ce8-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:41:37+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4188954a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=4188986a-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:41:40+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=345970a6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=345972ea-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:41:40+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=434d546a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=434d565e-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:41:40+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=434d546a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=434d565e-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:41:40+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=434d546a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=434d565e-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:42:02+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4188954a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=4188986a-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:42:02+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5054f5d2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=5054fdc0-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:42:05+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=434d546a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=434d565e-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:42:05+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=523c39d2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=523c3bb2-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:42:06+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=523c39d2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=523c3bb2-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:42:06+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=523c39d2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=523c3bb2-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:42:27+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5054f5d2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=5054fdc0-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:42:27+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1ed2cc-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=5f1ed5ba-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:42:31+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=523c39d2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=523c3bb2-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:42:31+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=612c4658-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=612c4874-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:42:31+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=612c4658-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=612c4874-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:42:31+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=612c4658-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=612c4874-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:42:52+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f1ed2cc-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=5f1ed5ba-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:42:52+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6deff54c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=6deff7d6-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:42:56+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=612c4658-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=612c4874-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:42:56+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701f2dec-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=701f338c-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:42:56+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701f2dec-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=701f338c-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:42:56+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701f2dec-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=701f338c-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:43:17+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6deff54c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=6deff7d6-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:43:17+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbb87a8-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=7cbb8a3c-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:43:21+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701f2dec-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=701f338c-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:43:21+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f1065aa-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=7f1067da-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:43:21+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f1065aa-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=7f1067da-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:43:21+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f1065aa-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=7f1067da-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:43:42+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cbb87a8-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=7cbb8a3c-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:43:42+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b82c88c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=8b82cada-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:43:46+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f1065aa-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=7f1067da-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:43:46+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e014bc4-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=8e014fca-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:43:46+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e014bc4-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=8e014fca-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:43:46+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e014bc4-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=8e014fca-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:44:06+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b82c88c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=8b82cada-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:44:06+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a47fcb6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=9a47ff40-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:44:11+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e014bc4-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=8e014fca-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:44:11+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf03366-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=9cf03564-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:44:11+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf03366-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=9cf03564-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:44:11+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cf03366-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=9cf03564-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:44:31+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a47fcb6-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=9a47ff40-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:44:31+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91fd6be-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=a91fd970-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:44:36+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cf03366-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=9cf03564-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:44:36+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdffe4c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=abe000b8-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:44:36+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdffe4c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=abe000b8-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:44:36+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdffe4c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=abe000b8-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:44:56+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a91fd6be-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=a91fd970-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:44:56+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ef7bc2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=b7ef7da2-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:45:01+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdffe4c-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=abe000b8-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:45:01+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacfb762-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=bacfb924-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:45:01+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacfb762-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=bacfb924-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:45:01+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bacfb762-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=bacfb924-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:45:21+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ef7bc2-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=b7ef7da2-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:45:21+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6b45466-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=c6b456b4-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:45:26+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bacfb762-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=bacfb924-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:45:26+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9bf783e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=c9bf7a82-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:45:26+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9bf783e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=c9bf7a82-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:45:26+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9bf783e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=c9bf7a82-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:45:46+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6b45466-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=c6b456b4-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:45:46+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57aa9f0-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=d57aabb2-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:45:51+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9bf783e-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=c9bf7a82-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:45:51+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b20384-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=d8b20604-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:45:51+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b20384-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=d8b20604-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:45:51+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8b20384-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=d8b20604-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:46:10+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d57aa9f0-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=d57aabb2-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:46:10+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4426338-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=e44267a2-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:46:16+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8b20384-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=d8b20604-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:46:16+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a2fb28-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=e7a2fd94-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:46:16+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a2fb28-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=e7a2fd94-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:46:16+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7a2fb28-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=e7a2fd94-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:46:35+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4426338-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=e44267a2-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:46:35+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3094922-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=f3094c38-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:46:41+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7a2fb28-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=e7a2fd94-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:46:41+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6925b6a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=f6925db8-3e83-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:46:41+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6925b6a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=f6925db8-3e83-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:46:41+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6925b6a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=f6925db8-3e83-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:47:00+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3094922-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=f3094c38-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:47:00+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d1f968-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=01d1fbde-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:47:06+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6925b6a-3e83-11ed-aef7-9e909a7e2bc1 | InvocationID=f6925db8-3e83-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:47:06+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058168c8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=05816b02-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:47:06+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058168c8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=05816b02-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:47:06+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058168c8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=05816b02-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:47:25+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d1f968-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=01d1fbde-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:47:25+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1098f06e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1098f55a-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:47:31+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058168c8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=05816b02-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:47:31+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1471cd14-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1471d03e-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:47:31+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1471cd14-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1471d03e-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:47:31+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1471cd14-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1471d03e-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:47:50+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1098f06e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1098f55a-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:47:50+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f5f6da8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1f5f70d2-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:47:56+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1471cd14-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1471d03e-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:47:56+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23699dba-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=2369a0a8-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:47:56+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23699dba-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=2369a0a8-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:47:56+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23699dba-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=2369a0a8-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:48:14+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f5f6da8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=1f5f70d2-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:48:14+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e25bef0-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=2e25c206-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:48:21+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23699dba-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=2369a0a8-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:48:21+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=325bf110-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=325bf2d2-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:48:22+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=325bf110-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=325bf2d2-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:48:22+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=325bf110-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=325bf2d2-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:48:39+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e25bef0-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=2e25c206-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:48:39+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cee7f4e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=3cee8110-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:48:47+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=325bf110-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=325bf2d2-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:48:47+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414a4b4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=414a4d02-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:48:47+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414a4b4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=414a4d02-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:48:47+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414a4b4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=414a4d02-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:49:04+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cee7f4e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=3cee8110-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:49:04+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb613c0-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=4bb61b54-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:49:12+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414a4b4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=414a4d02-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:49:12+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503b0158-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=503b0356-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:49:12+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503b0158-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=503b0356-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:49:12+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=503b0158-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=503b0356-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:49:29+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bb613c0-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=4bb61b54-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:49:29+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7dbe08-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=5a7dc0b0-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:49:37+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=503b0158-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=503b0356-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:49:37+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f2a5ef2-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=5f2a6f96-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:49:37+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f2a5ef2-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=5f2a6f96-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:49:37+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f2a5ef2-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=5f2a6f96-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:49:54+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7dbe08-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=5a7dc0b0-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:49:54+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694ab09e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=694ab2ec-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:50:02+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f2a5ef2-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=5f2a6f96-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:50:02+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1e691c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=6e1e6ba6-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:50:02+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1e691c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=6e1e6ba6-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:50:02+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e1e691c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=6e1e6ba6-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:50:18+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694ab09e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=694ab2ec-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:50:18+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78172a1c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=78172d32-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:50:27+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e1e691c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=6e1e6ba6-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:50:27+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d10da4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=7d10dc70-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:50:27+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d10da4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=7d10dc70-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:50:27+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d10da4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=7d10dc70-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:50:43+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78172a1c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=78172d32-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:50:43+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dbd976-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=86dbdb42-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:50:52+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d10da4a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=7d10dc70-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:50:52+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c008528-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=8c0087b2-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:50:52+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c008528-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=8c0087b2-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:50:52+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c008528-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=8c0087b2-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:51:08+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86dbd976-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=86dbdb42-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:51:08+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a22a50-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=95a22cda-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:51:17+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c008528-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=8c0087b2-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:51:17+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af17650-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=9af17808-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:51:17+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af17650-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=9af17808-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:51:17+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af17650-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=9af17808-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:51:33+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a22a50-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=95a22cda-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:51:33+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a467755e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=a4677748-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:51:42+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af17650-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=9af17808-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:51:42+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e1c994-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=a9e1cbec-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:51:42+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e1c994-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=a9e1cbec-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:51:42+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e1c994-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=a9e1cbec-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:51:58+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a467755e-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=a4677748-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:51:58+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b330245a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=b3302658-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:52:07+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e1c994-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=a9e1cbec-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:52:07+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d031d4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=b8d03454-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:52:07+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d031d4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=b8d03454-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:52:07+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d031d4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=b8d03454-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:52:22+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b330245a-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=b3302658-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:52:22+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f73cc6-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=c1f748e2-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:52:32+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d031d4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=b8d03454-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:52:32+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c2ebc8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=c7c2ee2a-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:52:32+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c2ebc8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=c7c2ee2a-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:52:32+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c2ebc8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=c7c2ee2a-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:52:47+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1f73cc6-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=c1f748e2-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:52:47+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0bc4328-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=d0bc44fe-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:52:57+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c2ebc8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=c7c2ee2a-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:52:57+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b14a26-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=d6b14c7e-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:52:57+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b14a26-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=d6b14c7e-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:52:57+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6b14a26-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=d6b14c7e-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:53:12+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0bc4328-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=d0bc44fe-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:53:12+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df81b1a4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=df81b74e-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:53:22+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6b14a26-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=d6b14c7e-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:53:22+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5a0ede8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=e5a0f02c-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:53:22+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5a0ede8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=e5a0f02c-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:53:22+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5a0ede8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=e5a0f02c-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:53:37+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df81b1a4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=df81b74e-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:53:37+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee49dc0c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=ee49e210-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:53:47+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5a0ede8-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=e5a0f02c-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:53:47+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48ecba4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=f48ecf32-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:53:47+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48ecba4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=f48ecf32-3e84-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:53:47+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f48ecba4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=f48ecf32-3e84-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:54:02+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee49dc0c-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=ee49e210-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:54:02+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0e5b46-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=fd0e5dee-3e84-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:54:12+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f48ecba4-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=f48ecf32-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:54:12+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03854ade-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=03854caa-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:54:12+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03854ade-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=03854caa-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:54:12+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03854ade-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=03854caa-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:54:26+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0e5b46-3e84-11ed-aef7-9e909a7e2bc1 | InvocationID=fd0e5dee-3e84-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:54:26+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd74598-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=0bd74778-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:54:37+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03854ade-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=03854caa-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:54:37+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12749932-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=12749b8a-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:54:38+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12749932-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=12749b8a-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:54:38+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12749932-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=12749b8a-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:54:51+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bd74598-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=0bd74778-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:54:51+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a9eab02-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=1a9eacc4-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:55:03+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12749932-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=12749b8a-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:55:03+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2166d9dc-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=2166db9e-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:55:03+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2166d9dc-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=2166db9e-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:55:03+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2166d9dc-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=2166db9e-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:55:16+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a9eab02-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=1a9eacc4-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:55:16+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2963e026-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=2963e3c8-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:55:28+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2166d9dc-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=2166db9e-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:55:28+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30574ed6-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=305751d8-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:55:28+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30574ed6-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=305751d8-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:55:28+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30574ed6-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=305751d8-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:55:41+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2963e026-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=2963e3c8-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:55:41+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3831539a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=3831557a-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:55:53+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30574ed6-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=305751d8-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:55:53+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f4fe6d2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=3f4fe9ac-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:55:53+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f4fe6d2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=3f4fe9ac-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:55:53+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f4fe6d2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=3f4fe9ac-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:56:06+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3831539a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=3831557a-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:56:06+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fa2dc0-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=46fa3022-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:56:18+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f4fe6d2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=3f4fe9ac-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:56:18+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e42df78-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=4e42e1a8-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:56:18+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e42df78-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=4e42e1a8-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:56:18+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e42df78-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=4e42e1a8-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:56:30+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46fa2dc0-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=46fa3022-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:56:30+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55c401c8-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=55c40434-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:56:43+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e42df78-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=4e42e1a8-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:56:43+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3383ca-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=5d3385fa-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:56:43+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3383ca-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=5d3385fa-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:56:43+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d3383ca-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=5d3385fa-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:56:55+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55c401c8-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=55c40434-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:56:55+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64916f88-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=649171c2-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:57:08+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d3383ca-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=5d3385fa-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:57:08+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c252d5c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=6c252f5a-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:57:08+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c252d5c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=6c252f5a-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:57:08+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c252d5c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=6c252f5a-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:57:20+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64916f88-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=649171c2-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:57:20+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=735b67bc-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=735b69ec-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:57:33+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c252d5c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=6c252f5a-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:57:33+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b221676-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=7b22184c-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:57:33+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b221676-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=7b22184c-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:57:33+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b221676-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=7b22184c-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:57:45+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=735b67bc-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=735b69ec-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:57:45+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82251e46-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=8225201c-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:57:58+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b221676-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=7b22184c-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:57:58+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a19a266-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=8a19a496-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:57:58+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a19a266-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=8a19a496-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:57:58+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a19a266-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=8a19a496-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:58:10+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82251e46-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=8225201c-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:58:10+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f307f8-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=90f31860-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:58:23+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a19a266-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=8a19a496-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:58:23+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99271e3c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=992720c6-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:58:24+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99271e3c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=992720c6-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:58:24+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99271e3c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=992720c6-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:58:35+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90f307f8-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=90f31860-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:58:35+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fef4e1a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=9fef50ae-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:58:49+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99271e3c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=992720c6-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:58:49+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a82f56ce-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=a82f5890-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:58:49+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a82f56ce-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=a82f5890-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:58:49+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a82f56ce-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=a82f5890-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:59:00+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fef4e1a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=9fef50ae-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:59:00+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeedfe8e-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=aeee02a8-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:59:14+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a82f56ce-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=a82f5890-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:59:14+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7631de2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=b7632440-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:59:14+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7631de2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=b7632440-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:59:14+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7631de2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=b7632440-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:59:25+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeedfe8e-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=aeee02a8-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:59:25+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bddd05de-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=bddd07aa-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T16:59:39+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7631de2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=b7632440-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T16:59:39+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6576740-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=c6576aa6-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T16:59:39+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6576740-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=c6576aa6-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:59:39+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6576740-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=c6576aa6-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T16:59:50+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bddd05de-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=bddd07aa-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T16:59:50+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccaf43f6-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=ccaf45cc-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:00:04+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6576740-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=c6576aa6-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:00:04+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d548dc2a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=d548de1e-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:00:04+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d548dc2a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=d548de1e-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:00:04+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d548dc2a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=d548de1e-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:00:15+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccaf43f6-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=ccaf45cc-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:00:15+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8266ce-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=db8268ae-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:00:29+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d548dc2a-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=d548de1e-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:00:29+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43c71e2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=e43c73ea-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:00:30+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43c71e2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=e43c73ea-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:00:30+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e43c71e2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=e43c73ea-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:00:40+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db8266ce-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=db8268ae-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:00:40+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea517fa0-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=ea51823e-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:00:55+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e43c71e2-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=e43c73ea-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:00:55+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f333399c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=f3333c12-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:00:55+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f333399c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=f3333c12-3e85-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:00:55+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f333399c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=f3333c12-3e85-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:01:05+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea517fa0-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=ea51823e-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:01:05+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f942332e-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=f94234fa-3e85-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:01:20+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f333399c-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=f3333c12-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:01:20+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=022a7aaa-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=022a7c8a-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:01:20+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=022a7aaa-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=022a7c8a-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:01:20+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=022a7aaa-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=022a7c8a-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:01:30+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f942332e-3e85-11ed-aef7-9e909a7e2bc1 | InvocationID=f94234fa-3e85-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:01:30+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=081e3eb0-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=081e4158-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:01:45+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=022a7aaa-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=022a7c8a-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:01:45+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11258aea-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=11258d2e-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:01:45+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11258aea-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=11258d2e-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:01:45+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11258aea-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=11258d2e-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:01:55+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=081e3eb0-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=081e4158-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:01:55+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16f58b6e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=16f58dee-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:02:10+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11258aea-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=11258d2e-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:02:10+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201c3526-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=201c3756-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:02:10+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201c3526-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=201c3756-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:02:10+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=201c3526-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=201c3756-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:02:19+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16f58b6e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=16f58dee-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:02:19+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cf2262-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=25cf246a-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:02:35+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=201c3526-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=201c3756-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:02:35+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0eb022-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=2f0eb270-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:02:35+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0eb022-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=2f0eb270-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:02:35+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0eb022-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=2f0eb270-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:02:44+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25cf2262-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=25cf246a-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:02:44+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349ef9ac-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=349f01c2-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:03:00+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0eb022-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=2f0eb270-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:03:00+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e00b440-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=3e00b670-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:03:00+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e00b440-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=3e00b670-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:03:00+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e00b440-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=3e00b670-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:03:09+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349ef9ac-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=349f01c2-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:03:09+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43965bda-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=43965e82-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:03:25+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e00b440-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=3e00b670-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:03:25+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d041bee-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=4d041dce-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:03:25+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d041bee-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=4d041dce-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:03:25+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d041bee-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=4d041dce-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:03:34+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43965bda-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=43965e82-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:03:34+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5271b1ea-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=5271b46a-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:03:50+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d041bee-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=4d041dce-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:03:50+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c02210e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=5c02233e-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:03:51+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c02210e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=5c02233e-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:03:51+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c02210e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=5c02233e-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:03:59+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5271b1ea-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=5271b46a-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:03:59+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6158f9de-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=6158fc36-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:04:16+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c02210e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=5c02233e-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:04:16+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b156390-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=6b1565fc-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:04:16+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b156390-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=6b1565fc-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:04:16+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b156390-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=6b1565fc-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:04:24+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6158f9de-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=6158fc36-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:04:24+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70357e8c-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=70358058-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:04:41+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b156390-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=6b1565fc-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:04:41+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a0d81b6-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=7a0d8486-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:04:41+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a0d81b6-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=7a0d8486-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:04:41+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a0d81b6-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=7a0d8486-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:04:49+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70357e8c-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=70358058-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:04:49+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f12d8f0-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=7f12dabc-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:05:06+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a0d81b6-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=7a0d8486-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:05:06+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89034f2a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=890350e2-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:05:06+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89034f2a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=890350e2-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:05:06+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89034f2a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=890350e2-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:05:14+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f12d8f0-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=7f12dabc-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:05:14+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8deb1d74-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=8deb2256-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:05:31+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89034f2a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=890350e2-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:05:31+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98100ea4-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=98101142-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:05:31+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98100ea4-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=98101142-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:05:31+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98100ea4-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=98101142-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:05:39+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8deb1d74-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=8deb2256-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:05:39+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc0d1f4-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=9cc0d456-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:05:56+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98100ea4-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=98101142-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:05:56+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70417de-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=a70419be-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:05:56+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70417de-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=a70419be-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:05:56+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a70417de-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=a70419be-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:06:04+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cc0d1f4-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=9cc0d456-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:06:04+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab8ff11a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=ab8ff372-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:06:21+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a70417de-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=a70419be-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:06:21+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f26142-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=b5f2643a-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:06:21+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f26142-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=b5f2643a-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:06:21+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f26142-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=b5f2643a-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:06:29+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab8ff11a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=ab8ff372-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:06:29+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba583414-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=ba5835e0-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:06:46+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f26142-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=b5f2643a-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:06:46+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e33c58-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=c4e33e1a-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:06:46+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e33c58-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=c4e33e1a-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:06:46+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4e33c58-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=c4e33e1a-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:06:54+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba583414-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=ba5835e0-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:06:54+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c92dc4e0-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=c92dc724-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:07:11+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4e33c58-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=c4e33e1a-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:07:11+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d4554e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=d3d45774-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:07:11+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d4554e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=d3d45774-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:07:11+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3d4554e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=d3d45774-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:07:18+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c92dc4e0-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=c92dc724-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:07:18+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f6023a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=d7f603f2-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:07:36+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3d4554e-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=d3d45774-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:07:36+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c48862-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=e2c48a2e-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:07:37+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c48862-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=e2c48a2e-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:07:37+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2c48862-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=e2c48a2e-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:07:43+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7f6023a-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=d7f603f2-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:07:43+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6bd24ba-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=e6bd274e-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:08:02+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2c48862-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=e2c48a2e-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:08:02+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b7aa0c-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=f1b7ad9a-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:08:02+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b7aa0c-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=f1b7ad9a-3e86-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:08:02+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b7aa0c-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=f1b7ad9a-3e86-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:08:08+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6bd24ba-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=e6bd274e-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:08:08+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5875470-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=f587563c-3e86-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:08:27+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b7aa0c-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=f1b7ad9a-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:08:27+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00aaeb96-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=00aaee20-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:08:27+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00aaeb96-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=00aaee20-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:08:27+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00aaeb96-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=00aaee20-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:08:33+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5875470-3e86-11ed-aef7-9e909a7e2bc1 | InvocationID=f587563c-3e86-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:08:33+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0452fe82-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=04530058-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:08:52+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00aaeb96-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=00aaee20-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:08:52+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9db08e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=0f9db354-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:08:52+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9db08e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=0f9db354-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:08:52+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f9db08e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=0f9db354-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:08:58+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0452fe82-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=04530058-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:08:58+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1319f786-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=1319fb00-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:09:17+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f9db08e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=0f9db354-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:09:17+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8e94b4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=1e8e9748-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:09:17+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8e94b4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=1e8e9748-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:09:17+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e8e94b4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=1e8e9748-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:09:22+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1319f786-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=1319fb00-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:09:22+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21f2ceb8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=21f2d232-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:09:42+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e8e94b4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=1e8e9748-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:09:42+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7e050e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=2d7e0c8e-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:09:42+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7e050e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=2d7e0c8e-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:09:42+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d7e050e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=2d7e0c8e-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:09:47+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21f2ceb8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=21f2d232-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:09:47+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b9c42e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=30b9c7b2-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:10:07+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d7e050e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=2d7e0c8e-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:10:07+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6fc5fc-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=3c6fc7f0-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:10:07+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6fc5fc-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=3c6fc7f0-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:10:07+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6fc5fc-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=3c6fc7f0-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:10:12+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30b9c42e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=30b9c7b2-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:10:12+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f866606-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=3f8668a4-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:10:32+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6fc5fc-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=3c6fc7f0-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:10:32+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5e6faa-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=4b5e7220-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:10:32+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5e6faa-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=4b5e7220-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:10:32+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5e6faa-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=4b5e7220-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:10:37+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f866606-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=3f8668a4-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:10:37+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e4f1732-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=4e4f19bc-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:10:57+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5e6faa-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=4b5e7220-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:10:57+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a4f4cd2-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=5a4f4e94-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:10:57+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a4f4cd2-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=5a4f4e94-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:10:57+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a4f4cd2-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=5a4f4e94-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:11:02+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e4f1732-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=4e4f19bc-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:11:02+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d149008-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=5d149314-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:11:22+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a4f4cd2-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=5a4f4e94-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:11:22+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694ce280-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=694ce460-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:11:22+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694ce280-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=694ce460-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:11:22+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=694ce280-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=694ce460-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:11:26+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d149008-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=5d149314-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:11:26+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bdfc44a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=6bdfc60c-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:11:47+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=694ce280-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=694ce460-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:11:47+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783d395c-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=783d3b3c-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:11:47+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783d395c-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=783d3b3c-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:11:47+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=783d395c-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=783d3b3c-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:11:51+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bdfc44a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=6bdfc60c-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:11:51+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aa7718a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=7aa773c4-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:12:12+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=783d395c-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=783d3b3c-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:12:12+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872cda62-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=872cdcce-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:12:12+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872cda62-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=872cdcce-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:12:12+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=872cda62-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=872cdcce-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:12:16+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aa7718a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=7aa773c4-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:12:16+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=896dd9e8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=896ddd26-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:12:37+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=872cda62-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=872cdcce-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:12:37+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96211e16-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=96211fce-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:12:37+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96211e16-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=96211fce-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:12:37+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96211e16-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=96211fce-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:12:41+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=896dd9e8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=896ddd26-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:12:41+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98353a2a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=98353c82-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:13:02+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96211e16-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=96211fce-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:13:02+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50ef4e8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=a50ef722-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:13:02+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50ef4e8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=a50ef722-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:13:02+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a50ef4e8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=a50ef722-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:13:06+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98353a2a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=98353c82-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:13:06+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70079b6-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=a7007c36-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:13:27+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a50ef4e8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=a50ef722-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:13:27+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4012480-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=b4012642-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:13:28+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4012480-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=b4012642-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:13:28+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4012480-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=b4012642-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:13:30+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70079b6-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=a7007c36-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:13:30+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5c9bab6-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=b5c9bc78-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:13:53+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4012480-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=b4012642-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:13:53+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2f53bca-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=c2f54070-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:13:53+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2f53bca-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=c2f54070-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:13:53+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2f53bca-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=c2f54070-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:13:55+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5c9bab6-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=b5c9bc78-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:13:55+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4902f6c-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=c490319c-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:14:18+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2f53bca-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=c2f54070-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:14:18+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e77986-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=d1e77c10-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:14:18+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e77986-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=d1e77c10-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:14:18+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1e77986-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=d1e77c10-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:14:20+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4902f6c-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=c490319c-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:14:20+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d35a0568-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=d35a073e-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:14:43+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1e77986-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=d1e77c10-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:14:43+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0dad6b8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=e0dada32-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:14:43+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0dad6b8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=e0dada32-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:14:43+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0dad6b8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=e0dada32-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:14:45+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d35a0568-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=d35a073e-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:14:45+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e226bb86-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=e226bdde-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:15:08+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0dad6b8-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=e0dada32-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:15:08+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efcbcfc4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=efcbd294-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:15:08+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efcbcfc4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=efcbd294-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:15:08+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efcbcfc4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=efcbd294-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:15:10+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e226bb86-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=e226bdde-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:15:10+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0eb992a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=f0eb9b6e-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:15:33+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efcbcfc4-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=efcbd294-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:15:33+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=febb897a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=febb8bfa-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:15:33+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=febb897a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=febb8bfa-3e87-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:15:33+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=febb897a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=febb8bfa-3e87-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:15:34+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0eb992a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=f0eb9b6e-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:15:34+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffaf691e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=ffaf6ad6-3e87-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:15:58+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=febb897a-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=febb8bfa-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:15:58+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0db29c02-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=0db29eaa-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:15:58+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0db29c02-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=0db29eaa-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:15:58+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0db29c02-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=0db29eaa-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:15:59+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffaf691e-3e87-11ed-aef7-9e909a7e2bc1 | InvocationID=ffaf6ad6-3e87-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:15:59+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7917e2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=0e7919ae-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:16:23+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0db29c02-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=0db29eaa-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:16:23+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ca00952-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=1ca00e48-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:16:23+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ca00952-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=1ca00e48-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:16:23+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ca00952-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=1ca00e48-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:16:24+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e7917e2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=0e7919ae-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:16:24+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d40c9b4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=1d40cc52-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:16:48+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ca00952-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=1ca00e48-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:16:48+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b8f1be2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=2b8f1e8a-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:16:48+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b8f1be2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=2b8f1e8a-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:16:48+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b8f1be2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=2b8f1e8a-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:16:49+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d40c9b4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=1d40cc52-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:16:49+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c0931ac-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=2c093404-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:17:13+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b8f1be2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=2b8f1e8a-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:17:13+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a7f8722-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=3a7f8b46-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:17:13+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a7f8722-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=3a7f8b46-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:17:13+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a7f8722-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=3a7f8b46-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:17:14+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c0931ac-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=2c093404-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:17:14+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad1d77a-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=3ad1da22-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:17:38+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a7f8722-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=3a7f8b46-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:17:38+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4972a0de-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=4972a2fa-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:17:38+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4972a0de-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=4972a2fa-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:17:38+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4972a0de-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=4972a2fa-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:17:38+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ad1d77a-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=3ad1da22-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:17:38+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=499db9ae-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=499dbb7a-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:18:03+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=499db9ae-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=499dbb7a-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:18:03+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5865e18c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=5865e344-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:18:03+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4972a0de-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=4972a2fa-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:18:03+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586ff3e8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=586ff596-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:18:03+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586ff3e8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=586ff596-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:18:03+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=586ff3e8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=586ff596-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:18:28+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5865e18c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=5865e344-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:18:28+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=672e3fca-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=672e4308-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:18:28+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=586ff3e8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=586ff596-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:18:28+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67633edc-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=6763413e-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:18:29+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67633edc-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=6763413e-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:18:29+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67633edc-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=6763413e-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:18:53+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=672e3fca-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=672e4308-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:18:53+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75fcdb4c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=75fcdd68-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:18:54+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67633edc-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=6763413e-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:18:54+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=765452fa-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=765457a0-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:18:54+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=765452fa-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=765457a0-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:18:54+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=765452fa-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=765457a0-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:19:18+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75fcdb4c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=75fcdd68-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:19:18+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c64fd2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=84c651b2-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:19:19+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=765452fa-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=765457a0-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:19:19+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8544ffc6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=854501e2-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:19:19+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8544ffc6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=854501e2-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:19:19+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8544ffc6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=854501e2-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:19:43+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84c64fd2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=84c651b2-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:19:43+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938acec6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=938ad0a6-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:19:44+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8544ffc6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=854501e2-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:19:44+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9434a0d6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=9434a360-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:19:44+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9434a0d6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=9434a360-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:19:44+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9434a0d6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=9434a360-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:20:07+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=938acec6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=938ad0a6-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:20:07+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25de10e-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=a25de2d0-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:20:09+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9434a0d6-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=9434a360-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:20:09+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a326830c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=a32684d8-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:20:09+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a326830c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=a32684d8-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:20:09+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a326830c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=a32684d8-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:20:32+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a25de10e-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=a25de2d0-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:20:32+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b123ca0a-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=b123cca8-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:20:34+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a326830c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=a32684d8-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:20:34+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2147aae-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=b2148828-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:20:34+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2147aae-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=b2148828-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:20:34+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2147aae-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=b2148828-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:20:57+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b123ca0a-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=b123cca8-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:20:57+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff02fc4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=bff031f4-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:20:59+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2147aae-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=b2148828-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:20:59+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1037fb0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=c10381fe-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:20:59+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1037fb0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=c10381fe-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:20:59+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1037fb0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=c10381fe-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:21:22+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bff02fc4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=bff031f4-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:21:22+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceb787d2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=ceb789d0-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:21:24+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1037fb0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=c10381fe-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:21:24+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff7e0b0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=cff7e2b8-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:21:24+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff7e0b0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=cff7e2b8-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:21:24+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff7e0b0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=cff7e2b8-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:21:47+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ceb787d2-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=ceb789d0-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:21:47+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd7f3d3c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=dd7f41d8-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:21:49+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff7e0b0-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=cff7e2b8-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:21:49+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dee76a14-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=dee76c6c-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:21:49+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dee76a14-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=dee76c6c-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:21:49+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dee76a14-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=dee76c6c-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:22:11+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd7f3d3c-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=dd7f41d8-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:22:11+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec46698a-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=ec466b56-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:22:14+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dee76a14-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=dee76c6c-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:22:14+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eddc48b4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=eddc4bc0-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:22:14+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eddc48b4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=eddc4bc0-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:22:14+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eddc48b4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=eddc4bc0-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:22:36+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec46698a-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=ec466b56-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:22:36+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0a3ec4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=fb0a413a-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:22:39+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eddc48b4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=eddc4bc0-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:22:39+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fccd95f8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=fccd9828-3e88-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:22:39+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fccd95f8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=fccd9828-3e88-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:22:39+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fccd95f8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=fccd9828-3e88-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:23:01+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb0a3ec4-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=fb0a413a-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:23:01+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09cfff52-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=09d0034e-3e89-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:23:04+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fccd95f8-3e88-11ed-aef7-9e909a7e2bc1 | InvocationID=fccd9828-3e88-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:23:04+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbee9d6-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=0bbeec1a-3e89-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:23:04+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbee9d6-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=0bbeec1a-3e89-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:23:04+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bbee9d6-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=0bbeec1a-3e89-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:23:26+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09cfff52-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=09d0034e-3e89-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:23:26+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=189a2a76-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=189a2ce2-3e89-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:23:29+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bbee9d6-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=0bbeec1a-3e89-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:23:29+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aaf9062-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=1aaf9418-3e89-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:23:29+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aaf9062-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=1aaf9418-3e89-11ed-aef7-9e909a7e2bc1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:23:29+0000 | policy_event_thread | 140701130476320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aaf9062-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=1aaf9418-3e89-11ed-aef7-9e909a7e2bc1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-09-27T17:23:51+0000 | aai_event_thread | 140701129415456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=189a2a76-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=189a2ce2-3e89-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF AAI events.[0m 2022-09-27T17:23:51+0000 | aai_event_thread | 140701129415456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2767501a-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=276756dc-3e89-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-27T17:23:54+0000 | policy_event_thread | 140701130476320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aaf9062-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=1aaf9418-3e89-11ed-aef7-9e909a7e2bc1 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-27T17:23:54+0000 | policy_event_thread | 140701130476320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a10538-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=29a10722-3e89-11ed-aef7-9e909a7e2bc1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-27T17:23:54+0000 | policy_event_thread | 140701130476320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a10538-3e89-11ed-aef7-9e909a7e2bc1 | InvocationID=29a10722-3e89-11ed-aef7-9e909a7e2b