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-10-13T05:03:24+0000 | MainThread | 140156973661512 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-10-13T05:03:24+0000 | MainThread | 140156973661512 | 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-10-13T05:03:24+0000 | MainThread | 140156973661512 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-10-13T05:03:24+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:03:24+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc24476-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc24750-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:03:24+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-10-13T05:03:24+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc6a426-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc6a638-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:03:24+0000 | MainThread | 140156973661512 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-10-13T05:03:25+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc24476-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc24750-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:25+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dc24476-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc24750-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:25+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc6a426-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc6a638-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:25+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dc6a426-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc6a638-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:45+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dc6a426-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc6a638-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:03:45+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a58ecc6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6a58ef96-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:03:46+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a58ecc6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6a58ef96-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:46+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a58ecc6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6a58ef96-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:50+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dc24476-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=5dc24750-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:03:50+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4ab234-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6d4ab54a-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:03:51+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4ab234-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6d4ab54a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:03:51+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4ab234-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6d4ab54a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:04:06+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a58ecc6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6a58ef96-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:04:06+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76e46484-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=76e46722-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:04:07+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76e46484-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=76e46722-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:04:07+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76e46484-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=76e46722-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:04:16+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4ab234-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=6d4ab54a-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:04:16+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd500b0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=7cd50344-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:04:16+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd500b0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=7cd50344-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:04:16+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd500b0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=7cd50344-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:04:27+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76e46484-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=76e46722-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:04:27+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83288392-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8328890a-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:04:27+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83288392-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8328890a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:04:27+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83288392-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8328890a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:04:41+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd500b0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=7cd50344-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:04:41+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc651a0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8bc65452-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:04:41+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc651a0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8bc65452-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:04:41+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc651a0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8bc65452-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:04:47+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83288392-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8328890a-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:04:47+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f208e92-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8f209108-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:04:47+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f208e92-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8f209108-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:04:47+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f208e92-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8f209108-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:06+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc651a0-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8bc65452-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:05:06+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab84420-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9ab84678-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:05:06+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab84420-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9ab84678-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:05:06+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ab84420-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9ab84678-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:05:07+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f208e92-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=8f209108-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:05:07+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b17468c-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9b1748f8-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:05:07+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b17468c-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9b1748f8-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:07+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b17468c-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9b1748f8-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:27+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b17468c-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9b1748f8-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:05:27+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70bb5ae-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a70bb860-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:05:27+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70bb5ae-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a70bb860-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:27+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70bb5ae-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a70bb860-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:31+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ab84420-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=9ab84678-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:05:31+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a846a6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a9a84930-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:05:31+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a846a6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a9a84930-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:05:31+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a846a6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a9a84930-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:05:47+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70bb5ae-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a70bb860-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:05:47+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3027686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b30278ca-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:05:47+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3027686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b30278ca-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:47+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3027686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b30278ca-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:05:56+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a846a6-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=a9a84930-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:05:57+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b899a6d2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b899b096-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:05:57+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b899a6d2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b899b096-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:05:57+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b899a6d2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b899b096-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:06:07+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3027686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b30278ca-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:06:07+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef6e6e8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=bef6e9ae-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:06:07+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef6e6e8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=bef6e9ae-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:06:07+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef6e6e8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=bef6e9ae-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:06:22+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b899a6d2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=b899b096-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:06:22+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78cfd56-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=c78d0008-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:06:22+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78cfd56-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=c78d0008-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:06:22+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78cfd56-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=c78d0008-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:06:27+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef6e6e8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=bef6e9ae-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:06:27+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caeca686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=caeca91a-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:06:27+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caeca686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=caeca91a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:06:27+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caeca686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=caeca91a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:06:47+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78cfd56-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=c78d0008-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:06:47+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67f2fd2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d67f31b2-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:06:47+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67f2fd2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d67f31b2-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:06:47+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d67f2fd2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d67f31b2-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:06:47+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caeca686-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=caeca91a-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:06:47+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e0b446-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d6e0b77a-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:06:47+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e0b446-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d6e0b77a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:06:47+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6e0b446-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d6e0b77a-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:07:07+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6e0b446-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d6e0b77a-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:07:07+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2d6f170-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e2d6f9f4-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:07:07+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2d6f170-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e2d6f9f4-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:07:07+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2d6f170-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e2d6f9f4-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:07:12+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d67f2fd2-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=d67f31b2-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:07:12+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56fbdb8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e56fc038-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:07:12+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56fbdb8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e56fc038-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:07:12+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56fbdb8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e56fc038-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:07:27+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2d6f170-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e2d6f9f4-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:07:27+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed04a30-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=eed04eb8-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:07:28+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed04a30-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=eed04eb8-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:07:28+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed04a30-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=eed04eb8-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:07:37+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56fbdb8-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=e56fc038-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:07:37+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45eb108-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=f45eb496-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:07:37+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45eb108-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=f45eb496-4ab4-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:07:37+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f45eb108-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=f45eb496-4ab4-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:07:48+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed04a30-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=eed04eb8-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:07:48+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac69b1e-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=fac69d94-4ab4-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:07:48+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac69b1e-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=fac69d94-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:07:48+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac69b1e-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=fac69d94-4ab4-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:02+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f45eb108-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=f45eb496-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:08:02+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03513a3c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=03513cf8-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:08:02+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03513a3c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=03513cf8-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:08:02+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03513a3c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=03513cf8-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:08:08+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac69b1e-4ab4-11ed-b52b-b650ce90cbb0 | InvocationID=fac69d94-4ab4-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:08:08+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06bcf33c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=06bcf544-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:08:08+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06bcf33c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=06bcf544-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:08+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06bcf33c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=06bcf544-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:27+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03513a3c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=03513cf8-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:08:27+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12419604-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1241988e-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:08:27+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12419604-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1241988e-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:08:27+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12419604-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1241988e-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:08:28+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06bcf33c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=06bcf544-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:08:28+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12b0b14c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=12b0b3c2-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:08:28+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12b0b14c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=12b0b3c2-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:28+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12b0b14c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=12b0b3c2-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:48+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12b0b14c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=12b0b3c2-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:08:48+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ea51902-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1ea51b3c-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:08:48+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ea51902-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1ea51b3c-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:48+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ea51902-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1ea51b3c-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:08:52+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12419604-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1241988e-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:08:52+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=213663f6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=213665ea-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:08:52+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=213663f6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=213665ea-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:08:52+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=213663f6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=213665ea-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:09:08+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ea51902-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=1ea51b3c-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:09:08+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a9ef1e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=2a9ef4d0-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:09:08+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a9ef1e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=2a9ef4d0-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:09:08+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a9ef1e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=2a9ef4d0-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:09:17+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=213663f6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=213665ea-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:09:17+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30283182-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=30283434-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:09:17+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30283182-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=30283434-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:09:17+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30283182-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=30283434-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:09:28+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a9ef1e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=2a9ef4d0-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:09:28+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3693d468-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3693d652-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:09:28+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3693d468-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3693d652-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:09:28+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3693d468-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3693d652-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:09:42+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30283182-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=30283434-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:09:42+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f1ce3fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3f1ce606-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:09:42+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f1ce3fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3f1ce606-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:09:42+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f1ce3fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3f1ce606-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:09:48+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3693d468-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3693d652-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:09:48+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428b8d1a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=428b93aa-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:09:48+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428b8d1a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=428b93aa-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:09:48+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428b8d1a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=428b93aa-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:07+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f1ce3fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=3f1ce606-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:10:07+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e0ac6c4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e0acb9c-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:10:07+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e0ac6c4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e0acb9c-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:10:07+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e0ac6c4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e0acb9c-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:10:08+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428b8d1a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=428b93aa-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:10:08+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e82ae64-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e82b0b2-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:10:08+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e82ae64-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e82b0b2-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:08+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e82ae64-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e82b0b2-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:28+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e82ae64-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e82b0b2-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:10:28+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7583f4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5a7586e2-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:10:28+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7583f4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5a7586e2-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:28+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7583f4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5a7586e2-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:32+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e0ac6c4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=4e0acb9c-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:10:32+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfd23b6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5cfd25d2-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:10:32+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfd23b6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5cfd25d2-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:10:32+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfd23b6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5cfd25d2-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:10:48+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7583f4-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5a7586e2-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:10:48+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66696838-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=66696b08-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:10:48+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66696838-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=66696b08-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:48+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66696838-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=66696b08-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:10:57+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfd23b6-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=5cfd25d2-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:10:57+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bee1b78-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=6bee1e7a-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:10:57+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bee1b78-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=6bee1e7a-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:10:57+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bee1b78-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=6bee1e7a-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:11:08+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66696838-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=66696b08-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:11:08+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726051e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=726054ee-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:11:08+0000 | aai_event_thread | 140156922907424 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726051e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=726054ee-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:11:08+0000 | aai_event_thread | 140156922907424 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=726051e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=726054ee-4ab5-11ed-b52b-b650ce90cbb0 | 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-10-13T05:11:22+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bee1b78-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=6bee1e7a-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:11:22+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adfc85c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=7adfca46-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:11:22+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adfc85c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=7adfca46-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:11:22+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7adfc85c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=7adfca46-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:11:28+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=726051e2-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=726054ee-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:11:28+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e55e94e-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=7e55eb2e-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:11:47+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7adfc85c-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=7adfca46-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:11:47+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cee1fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=89cee4c4-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:11:48+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cee1fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=89cee4c4-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:11:48+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89cee1fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=89cee4c4-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:11:53+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e55e94e-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=7e55eb2e-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:11:53+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d1c2fba-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=8d1c3410-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:12:13+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89cee1fe-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=89cee4c4-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:12:13+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c0d082-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=98c0d44c-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:12:13+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c0d082-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=98c0d44c-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:12:13+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98c0d082-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=98c0d44c-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:12:13+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d1c2fba-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=8d1c3410-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:12:13+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=991954aa-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=99195680-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:12:33+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=991954aa-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=99195680-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:12:33+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5126c6a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=a5126f12-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:12:38+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98c0d082-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=98c0d44c-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:12:38+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7af73f0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=a7af75e4-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:12:38+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7af73f0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=a7af75e4-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:12:38+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7af73f0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=a7af75e4-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:12:53+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5126c6a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=a5126f12-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:12:53+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b10ce7ca-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=b10cea9a-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:13:03+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7af73f0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=a7af75e4-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:13:03+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69d96bc-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=b69d99a0-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:13:03+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69d96bc-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=b69d99a0-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:13:03+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69d96bc-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=b69d99a0-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:13:14+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b10ce7ca-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=b10cea9a-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:13:14+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5e9898-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=bd5e9b36-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:13:28+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69d96bc-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=b69d99a0-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:13:28+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c58ca668-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=c58ca852-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:13:28+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c58ca668-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=c58ca852-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:13:28+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c58ca668-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=c58ca852-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:13:39+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5e9898-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=bd5e9b36-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:13:39+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc282a42-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=cc282cd6-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:13:53+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c58ca668-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=c58ca852-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:13:53+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d47c3a94-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=d47c3c74-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:13:53+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d47c3a94-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=d47c3c74-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:13:53+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d47c3a94-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=d47c3c74-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:14:04+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc282a42-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=cc282cd6-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:14:04+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daecf94a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=daecfb98-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:14:18+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d47c3a94-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=d47c3c74-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:14:18+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36ad2e0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=e36ad600-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:14:18+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36ad2e0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=e36ad600-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:14:18+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36ad2e0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=e36ad600-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:14:28+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daecf94a-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=daecfb98-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:14:28+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b373fa-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=e9b3788c-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:14:43+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36ad2e0-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=e36ad600-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:14:43+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25b67ec-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=f25b6d00-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:14:43+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25b67ec-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=f25b6d00-4ab5-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:14:43+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f25b67ec-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=f25b6d00-4ab5-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:14:53+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b373fa-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=e9b3788c-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:14:53+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8790bfc-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=f8790dbe-4ab5-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:15:08+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f25b67ec-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=f25b6d00-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:15:08+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014c5f0e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=014c6184-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:15:08+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014c5f0e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=014c6184-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:15:08+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=014c5f0e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=014c6184-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:15:18+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8790bfc-4ab5-11ed-b52b-b650ce90cbb0 | InvocationID=f8790dbe-4ab5-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:15:18+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073e0570-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=073e084a-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:15:33+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=014c5f0e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=014c6184-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:15:33+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=103bda9e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=103bdcba-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:15:33+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=103bda9e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=103bdcba-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:15:33+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=103bda9e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=103bdcba-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:15:43+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=073e0570-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=073e084a-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:15:43+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16050ad6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=16050dba-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:15:58+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=103bda9e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=103bdcba-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:15:58+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f2d131a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=1f2d16a8-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:15:58+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f2d131a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=1f2d16a8-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:15:58+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f2d131a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=1f2d16a8-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:16:08+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16050ad6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=16050dba-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:16:08+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cb5426-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=24cb56c4-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:16:23+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f2d131a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=1f2d16a8-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:16:23+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e1b4626-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=2e1b49f0-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:16:23+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e1b4626-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=2e1b49f0-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:16:23+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e1b4626-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=2e1b49f0-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:16:32+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cb5426-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=24cb56c4-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:16:32+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33935670-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=3393585a-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:16:48+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e1b4626-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=2e1b49f0-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:16:48+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d09c126-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=3d09ce96-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:16:48+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d09c126-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=3d09ce96-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:16:48+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d09c126-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=3d09ce96-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:16:57+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33935670-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=3393585a-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:16:57+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42580584-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=4258089a-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:17:13+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d09c126-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=3d09ce96-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:17:13+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf9eddc-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=4bf9efd0-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:17:13+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf9eddc-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=4bf9efd0-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:17:13+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bf9eddc-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=4bf9efd0-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:17:22+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42580584-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=4258089a-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:17:22+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=511dba46-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=511dbcc6-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:17:38+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bf9eddc-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=4bf9efd0-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:17:38+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae7e2c2-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=5ae7e510-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:17:38+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae7e2c2-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=5ae7e510-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:17:38+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ae7e2c2-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=5ae7e510-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:17:47+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=511dba46-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=511dbcc6-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:17:47+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe1bd84-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=5fe1bfc8-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:18:03+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ae7e2c2-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=5ae7e510-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:18:03+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69d6dad6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=69d6dd2e-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:18:03+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69d6dad6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=69d6dd2e-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:18:03+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69d6dad6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=69d6dd2e-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:18:11+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fe1bd84-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=5fe1bfc8-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:18:11+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eaa8468-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=6eaa86de-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:18:28+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69d6dad6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=69d6dd2e-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:18:28+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c99f60-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=78c9a168-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:18:28+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c99f60-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=78c9a168-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:18:28+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78c99f60-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=78c9a168-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:18:36+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6eaa8468-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=6eaa86de-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:18:36+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d70e65e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=7d70eb7c-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:18:53+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78c99f60-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=78c9a168-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:18:53+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b8e012-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=87b8e56c-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:18:54+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b8e012-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=87b8e56c-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:18:54+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b8e012-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=87b8e56c-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:19:01+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d70e65e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=7d70eb7c-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:19:01+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c372284-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=8c37246e-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:19:19+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b8e012-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=87b8e56c-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:19:19+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a6dfb6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=96a6e1e6-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:19:19+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a6dfb6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=96a6e1e6-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:19:19+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a6dfb6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=96a6e1e6-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:19:26+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c372284-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=8c37246e-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:19:26+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9afc8836-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=9afc8b10-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:19:44+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a6dfb6-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=96a6e1e6-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:19:44+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5977274-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=a5977486-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:19:44+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5977274-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=a5977486-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:19:44+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5977274-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=a5977486-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:19:51+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9afc8836-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=9afc8b10-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:19:51+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c2996e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=a9c29b76-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:20:09+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5977274-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=a5977486-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:20:09+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4859b30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=b4859e64-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:20:09+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4859b30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=b4859e64-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:20:09+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4859b30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=b4859e64-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:20:15+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9c2996e-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=a9c29b76-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:20:15+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b885e014-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=b885e410-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:20:34+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4859b30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=b4859e64-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:20:34+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c373bc30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=c373be2e-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:20:34+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c373bc30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=c373be2e-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:20:34+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c373bc30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=c373be2e-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:20:40+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b885e014-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=b885e410-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:20:40+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c74a849c-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=c74a86b8-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:20:59+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c373bc30-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=c373be2e-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:20:59+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2628c3a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=d2628ed8-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:20:59+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2628c3a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=d2628ed8-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:20:59+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2628c3a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=d2628ed8-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:21:05+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c74a849c-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=c74a86b8-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:21:05+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6128bfa-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=d6128ec0-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:21:24+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2628c3a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=d2628ed8-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:21:24+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15058ee-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=e1505c86-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:21:24+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15058ee-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=e1505c86-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:21:24+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e15058ee-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=e1505c86-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:21:30+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6128bfa-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=d6128ec0-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:21:30+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d7035a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=e4d7054e-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:21:49+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e15058ee-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=e1505c86-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:21:49+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f041e016-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=f041e214-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:21:49+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f041e016-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=f041e214-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:21:49+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f041e016-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=f041e214-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:21:54+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d7035a-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=e4d7054e-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:21:54+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f39ba79c-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=f39baa44-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:22:14+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f041e016-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=f041e214-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:22:14+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff301dfe-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=ff302092-4ab6-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:22:14+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff301dfe-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=ff302092-4ab6-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:22:14+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff301dfe-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=ff302092-4ab6-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:22:19+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f39ba79c-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=f39baa44-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:22:19+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=026321e2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=026323ea-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:22:39+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff301dfe-4ab6-11ed-b52b-b650ce90cbb0 | InvocationID=ff302092-4ab6-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:22:39+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1e60dc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=0e1e62c6-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:22:39+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1e60dc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=0e1e62c6-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:22:39+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e1e60dc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=0e1e62c6-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:22:44+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=026321e2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=026323ea-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:22:44+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1127fe5a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=11280ada-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:23:04+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e1e60dc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=0e1e62c6-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:23:04+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d0dcb96-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=1d0dce3e-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:23:04+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d0dcb96-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=1d0dce3e-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:23:04+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d0dcb96-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=1d0dce3e-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:23:09+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1127fe5a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=11280ada-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:23:09+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fee2e50-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=1fee3030-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:23:29+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d0dcb96-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=1d0dce3e-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:23:29+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bff4ac6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=2bff4cb0-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:23:29+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bff4ac6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=2bff4cb0-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:23:29+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bff4ac6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=2bff4cb0-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:23:34+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fee2e50-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=1fee3030-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:23:34+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb5a17a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=2eb5a364-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:23:54+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bff4ac6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=2bff4cb0-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:23:54+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aedbcfc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=3aedbf22-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:23:54+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aedbcfc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=3aedbf22-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:23:54+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3aedbcfc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=3aedbf22-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:23:58+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eb5a17a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=2eb5a364-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:23:58+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d79268c-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=3d7929ca-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:24:19+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3aedbcfc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=3aedbf22-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:24:19+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49dc74f6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=49dc7a5a-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:24:19+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49dc74f6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=49dc7a5a-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:24:19+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49dc74f6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=49dc7a5a-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:24:23+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d79268c-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=3d7929ca-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:24:23+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c3c93de-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=4c3c9780-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:24:44+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49dc74f6-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=49dc7a5a-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:24:44+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d01b8e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=58d02494-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:24:44+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d01b8e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=58d02494-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:24:44+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58d01b8e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=58d02494-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:24:48+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c3c93de-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=4c3c9780-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:24:48+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b010b8e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=5b010e18-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:25:09+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58d01b8e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=58d02494-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:25:09+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67c2828a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=67c286ea-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:25:09+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67c2828a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=67c286ea-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:25:09+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67c2828a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=67c286ea-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:25:13+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b010b8e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=5b010e18-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:25:13+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c5e7fc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=69c5eaf4-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:25:34+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67c2828a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=67c286ea-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:25:34+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76b3234e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=76b32588-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:25:34+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76b3234e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=76b32588-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:25:34+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76b3234e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=76b32588-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:25:38+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69c5e7fc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=69c5eaf4-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:25:38+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=788a5a7a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=788a5d9a-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:25:59+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76b3234e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=76b32588-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:25:59+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85a273c8-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=85a2762a-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:26:00+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85a273c8-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=85a2762a-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:26:00+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85a273c8-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=85a2762a-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:26:02+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=788a5a7a-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=788a5d9a-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:26:02+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=874e10ce-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=874e1362-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:26:25+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85a273c8-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=85a2762a-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:26:25+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9491125e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=94911448-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:26:25+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9491125e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=94911448-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:26:25+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9491125e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=94911448-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:26:27+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=874e10ce-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=874e1362-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:26:27+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96122758-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=9612294c-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:26:50+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9491125e-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=94911448-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:26:50+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37f80de-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=a37f8368-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:26:50+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37f80de-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=a37f8368-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:26:50+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a37f80de-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=a37f8368-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:26:52+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96122758-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=9612294c-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:26:52+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4da48b0-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=a4da4a90-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:27:15+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a37f80de-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=a37f8368-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:27:15+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2722bb4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=b2722e7a-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:27:15+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2722bb4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=b2722e7a-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:27:15+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2722bb4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=b2722e7a-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:27:17+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4da48b0-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=a4da4a90-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:27:17+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b39fcac8-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=b39fd054-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:27:40+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2722bb4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=b2722e7a-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:27:40+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c160f2cc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=c160f4c0-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:27:40+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c160f2cc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=c160f4c0-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:27:40+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c160f2cc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=c160f4c0-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:27:41+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b39fcac8-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=b39fd054-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:27:41+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26f3a66-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=c26f3c32-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:28:05+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c160f2cc-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=c160f4c0-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:28:05+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d04f66e2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=d04f6976-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:28:05+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d04f66e2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=d04f6976-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:28:05+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d04f66e2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=d04f6976-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:28:06+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26f3a66-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=c26f3c32-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:28:06+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d13a7858-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=d13a7a88-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:28:30+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d04f66e2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=d04f6976-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:28:30+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3fc854-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=df3fcade-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:28:30+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3fc854-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=df3fcade-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:28:30+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df3fc854-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=df3fcade-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:28:31+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d13a7858-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=d13a7a88-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:28:31+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e009352c-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=e00937ca-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:28:55+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df3fc854-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=df3fcade-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:28:55+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee307ee4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=ee308146-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:28:55+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee307ee4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=ee308146-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:28:55+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee307ee4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=ee308146-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:28:56+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e009352c-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=e00937ca-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:28:56+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed1bd72-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=eed1bf84-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:29:20+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee307ee4-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=ee308146-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:29:20+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2145d2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=fd214fbe-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:29:20+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2145d2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=fd214fbe-4ab7-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:29:20+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd2145d2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=fd214fbe-4ab7-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:29:21+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed1bd72-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=eed1bf84-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:29:21+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd99eb40-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=fd99ed16-4ab7-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:29:45+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd2145d2-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=fd214fbe-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:29:45+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1450c0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=0c14553e-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:29:45+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1450c0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=0c14553e-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:29:45+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c1450c0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=0c14553e-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:29:46+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd99eb40-4ab7-11ed-b52b-b650ce90cbb0 | InvocationID=fd99ed16-4ab7-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:29:46+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c62e334-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=0c62e582-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:30:10+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c1450c0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=0c14553e-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:30:10+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b051a1a-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=1b051ca4-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:30:10+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b051a1a-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=1b051ca4-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:30:10+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b051a1a-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=1b051ca4-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:30:10+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c62e334-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=0c62e582-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:30:10+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b2b2a20-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=1b2b2d2c-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:30:35+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b2b2a20-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=1b2b2d2c-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:30:35+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f111be-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=29f1183a-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:30:35+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b051a1a-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=1b051ca4-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:30:35+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f3cb48-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=29f3cd0a-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:30:35+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f3cb48-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=29f3cd0a-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:30:35+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29f3cb48-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=29f3cd0a-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:31:00+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29f111be-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=29f1183a-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:31:00+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38bd6c2e-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=38bd6ea4-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:31:00+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29f3cb48-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=29f3cd0a-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:31:00+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e431ec-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=38e43494-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:31:00+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e431ec-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=38e43494-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:31:00+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38e431ec-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=38e43494-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:31:25+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38bd6c2e-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=38bd6ea4-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:31:25+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4782ced4-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=4782d17c-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:31:25+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38e431ec-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=38e43494-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:31:25+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47d2bac0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=47d2bd36-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:31:25+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47d2bac0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=47d2bd36-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:31:25+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47d2bac0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=47d2bd36-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:31:50+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4782ced4-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=4782d17c-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:31:50+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564753e0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=564755fc-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:31:50+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47d2bac0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=47d2bd36-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:31:50+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56c472c6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=56c474a6-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:31:50+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56c472c6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=56c474a6-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:31:50+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56c472c6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=56c474a6-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:32:14+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=564753e0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=564755fc-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:32:14+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650a8442-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=650a86f4-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:32:15+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56c472c6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=56c474a6-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:32:15+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b2f51e-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=65b2f7a8-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:32:15+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b2f51e-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=65b2f7a8-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:32:15+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b2f51e-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=65b2f7a8-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:32:39+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=650a8442-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=650a86f4-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:32:39+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d03378-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=73d036d4-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:32:40+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b2f51e-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=65b2f7a8-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:32:40+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a21942-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=74a21be0-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:32:41+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a21942-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=74a21be0-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:32:41+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a21942-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=74a21be0-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:33:04+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73d03378-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=73d036d4-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:33:04+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8293dfea-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=8293e1d4-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:33:06+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a21942-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=74a21be0-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:33:06+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83914536-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=8391470c-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:33:06+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83914536-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=8391470c-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:33:06+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83914536-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=8391470c-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:33:29+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8293dfea-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=8293e1d4-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:33:29+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91562fe2-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=91563320-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:33:31+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83914536-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=8391470c-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:33:31+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927f9fc0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=927fa3bc-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:33:31+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927f9fc0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=927fa3bc-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:33:31+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927f9fc0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=927fa3bc-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:33:53+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91562fe2-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=91563320-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:33:53+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01c2ab8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=a01c2c84-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:33:56+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927f9fc0-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=927fa3bc-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:33:56+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16dcfac-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=a16dd1aa-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:33:56+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16dcfac-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=a16dd1aa-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:33:56+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a16dcfac-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=a16dd1aa-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:34:18+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a01c2ab8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=a01c2c84-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:34:18+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aee41772-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=aee41948-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:34:21+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a16dcfac-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=a16dd1aa-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:34:21+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05b3bda-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=b05b3dba-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:34:21+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05b3bda-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=b05b3dba-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:34:21+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05b3bda-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=b05b3dba-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:34:43+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aee41772-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=aee41948-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:34:43+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda89fc6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=bda8a30e-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:34:46+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05b3bda-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=b05b3dba-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:34:46+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4d58a8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=bf4d5af6-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:34:46+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4d58a8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=bf4d5af6-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:34:46+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf4d58a8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=bf4d5af6-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:35:08+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bda89fc6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=bda8a30e-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:35:08+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc702f38-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=cc70319a-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:35:11+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf4d58a8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=bf4d5af6-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:35:11+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3c0de6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ce3c10c0-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:35:11+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3c0de6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ce3c10c0-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:35:11+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce3c0de6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ce3c10c0-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:35:33+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc702f38-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=cc70319a-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:35:33+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db36daa8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=db36dc9c-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:35:36+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce3c0de6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ce3c10c0-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:35:36+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd3036ce-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=dd30387c-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:35:36+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd3036ce-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=dd30387c-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:35:36+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd3036ce-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=dd30387c-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:35:57+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db36daa8-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=db36dc9c-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:35:57+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f96d6c-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=e9f97078-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:36:01+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd3036ce-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=dd30387c-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:36:01+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1f9094-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ec1f9256-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:36:01+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1f9094-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ec1f9256-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:36:01+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1f9094-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ec1f9256-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:36:22+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9f96d6c-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=e9f97078-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:36:22+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bec6c6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=f8bec8ce-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:36:26+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1f9094-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=ec1f9256-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:36:26+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0d2260-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=fb0d3322-4ab8-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:36:26+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0d2260-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=fb0d3322-4ab8-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:36:26+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0d2260-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=fb0d3322-4ab8-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:36:47+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8bec6c6-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=f8bec8ce-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:36:47+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07849e74-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=0784a13a-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:36:51+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0d2260-4ab8-11ed-b52b-b650ce90cbb0 | InvocationID=fb0d3322-4ab8-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:36:51+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09fb1fac-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=09fb218c-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:36:51+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09fb1fac-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=09fb218c-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:36:51+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09fb1fac-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=09fb218c-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:37:12+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07849e74-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=0784a13a-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:37:12+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1647e9ac-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=1647ecea-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:37:16+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09fb1fac-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=09fb218c-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:37:16+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e852a0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=18e85516-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:37:16+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e852a0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=18e85516-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:37:16+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18e852a0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=18e85516-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:37:36+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1647e9ac-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=1647ecea-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:37:36+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=250ed798-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=250eda18-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:37:41+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18e852a0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=18e85516-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:37:41+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d5b97e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=27d5bb90-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:37:41+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d5b97e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=27d5bb90-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:37:41+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d5b97e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=27d5bb90-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:38:01+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=250ed798-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=250eda18-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:38:01+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d2dcb6-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=33d2dfea-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:38:06+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d5b97e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=27d5bb90-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:38:06+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c2b176-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=36c2b32e-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:38:06+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c2b176-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=36c2b32e-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:38:06+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36c2b176-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=36c2b32e-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:38:26+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d2dcb6-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=33d2dfea-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:38:26+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42976d52-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=42977234-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:38:31+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36c2b176-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=36c2b32e-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:38:31+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45b12d5c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=45b12f78-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:38:31+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45b12d5c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=45b12f78-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:38:31+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45b12d5c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=45b12f78-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:38:51+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42976d52-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=42977234-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:38:51+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515dbdb4-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=515dc2b4-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:38:56+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45b12d5c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=45b12f78-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:38:56+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549f3ad4-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=549f4650-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:38:56+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549f3ad4-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=549f4650-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:38:56+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=549f3ad4-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=549f4650-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:39:16+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=515dbdb4-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=515dc2b4-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:39:16+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6021f842-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=6021fb30-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:39:21+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=549f3ad4-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=549f4650-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:39:21+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=638ca16c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=638ca37e-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:39:21+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=638ca16c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=638ca37e-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:39:21+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=638ca16c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=638ca37e-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:39:40+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6021f842-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=6021fb30-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:39:40+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ee7dd60-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=6ee7dfc2-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:39:46+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=638ca16c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=638ca37e-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:39:46+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=727b7b30-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=727b7cfc-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:39:46+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=727b7b30-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=727b7cfc-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:39:46+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=727b7b30-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=727b7cfc-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:40:05+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ee7dd60-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=6ee7dfc2-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:40:05+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dae5766-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=7dae59e6-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:40:11+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=727b7b30-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=727b7cfc-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:40:11+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816a7b0a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=816a97c0-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:40:11+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816a7b0a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=816a97c0-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:40:11+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=816a7b0a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=816a97c0-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:40:30+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dae5766-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=7dae59e6-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:40:30+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c734cf2-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=8c734f0e-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:40:36+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=816a7b0a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=816a97c0-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:40:36+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905b2bfa-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=905b2f92-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:40:37+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905b2bfa-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=905b2f92-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:40:37+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=905b2bfa-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=905b2f92-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:40:55+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c734cf2-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=8c734f0e-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:40:55+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b383ae0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=9b383cde-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:41:02+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=905b2bfa-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=905b2f92-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:41:02+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f49b38e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=9f49b7bc-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:41:02+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f49b38e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=9f49b7bc-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:41:02+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f49b38e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=9f49b7bc-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:41:19+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b383ae0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=9b383cde-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:41:19+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9fb1a7a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=a9fb1d04-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:41:27+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f49b38e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=9f49b7bc-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:41:27+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3875ec-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=ae387812-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:41:27+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3875ec-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=ae387812-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:41:27+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae3875ec-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=ae387812-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:41:44+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9fb1a7a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=a9fb1d04-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:41:44+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8c0323e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=b8c03ec8-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:41:52+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae3875ec-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=ae387812-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:41:52+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd26d170-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=bd26d404-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:41:52+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd26d170-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=bd26d404-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:41:52+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd26d170-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=bd26d404-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:42:09+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8c0323e-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=b8c03ec8-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:42:09+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7843d88-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=c7843ffe-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:42:17+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd26d170-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=bd26d404-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:42:17+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc166ea2-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=cc1670aa-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:42:17+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc166ea2-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=cc1670aa-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:42:17+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc166ea2-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=cc1670aa-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:42:34+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7843d88-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=c7843ffe-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:42:34+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d648929c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=d648947c-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:42:42+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc166ea2-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=cc1670aa-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:42:42+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db03bff0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=db03cb8a-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:42:42+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db03bff0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=db03cb8a-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:42:42+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db03bff0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=db03cb8a-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:42:59+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d648929c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=d648947c-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:42:59+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50f117a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=e50f1350-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:43:07+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db03bff0-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=db03cb8a-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:43:07+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f18c90-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=e9f18e7a-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:43:07+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f18c90-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=e9f18e7a-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:43:07+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9f18c90-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=e9f18e7a-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:43:23+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e50f117a-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=e50f1350-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:43:23+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d33c7c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=f3d33ede-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:43:32+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9f18c90-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=e9f18e7a-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:43:32+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e04b4c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=f8e04df4-4ab9-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:43:32+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e04b4c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=f8e04df4-4ab9-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:43:32+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e04b4c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=f8e04df4-4ab9-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:43:48+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d33c7c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=f3d33ede-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:43:48+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029a2608-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=029a2892-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:43:57+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e04b4c-4ab9-11ed-b52b-b650ce90cbb0 | InvocationID=f8e04df4-4ab9-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:43:57+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d116d6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=07d124c8-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:43:57+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d116d6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=07d124c8-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:43:57+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d116d6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=07d124c8-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:44:13+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=029a2608-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=029a2892-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:44:13+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=115ead26-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=115eafba-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:44:22+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d116d6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=07d124c8-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:44:22+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16c0a6a2-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=16c0aa12-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:44:22+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16c0a6a2-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=16c0aa12-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:44:22+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16c0a6a2-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=16c0aa12-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:44:38+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=115ead26-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=115eafba-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:44:38+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2024a6b2-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=2024a8ce-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:44:47+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16c0a6a2-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=16c0aa12-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:44:47+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25b2a570-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=25b2a796-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:44:47+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25b2a570-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=25b2a796-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:44:47+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25b2a570-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=25b2a796-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:45:02+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2024a6b2-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=2024a8ce-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:45:02+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ee91d40-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=2ee91fb6-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:45:12+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25b2a570-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=25b2a796-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:45:12+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349f9c1e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=349f9e1c-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:45:12+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349f9c1e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=349f9e1c-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:45:12+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349f9c1e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=349f9e1c-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:45:27+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ee91d40-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=2ee91fb6-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:45:27+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dae07a0-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=3dae1790-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:45:37+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349f9c1e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=349f9e1c-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:45:37+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438e1a0c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=438e1c00-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:45:37+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438e1a0c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=438e1c00-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:45:37+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=438e1a0c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=438e1c00-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:45:52+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dae07a0-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=3dae1790-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:45:52+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c74988a-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=4c749b32-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:46:02+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=438e1a0c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=438e1c00-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:46:02+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527e02b6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=527e050e-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:46:02+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527e02b6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=527e050e-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:46:02+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=527e02b6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=527e050e-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:46:17+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c74988a-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=4c749b32-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:46:17+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b3a986a-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=5b3a9a86-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:46:27+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=527e02b6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=527e050e-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:46:27+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616c0372-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=616c057a-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:46:27+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616c0372-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=616c057a-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:46:27+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616c0372-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=616c057a-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:46:42+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b3a986a-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=5b3a9a86-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:46:42+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a000754-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=6a000a92-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:46:52+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616c0372-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=616c057a-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:46:52+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705a2ef4-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=705a30e8-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:46:52+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705a2ef4-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=705a30e8-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:46:52+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705a2ef4-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=705a30e8-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:47:06+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a000754-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=6a000a92-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:47:06+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c3bc4a-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=78c3bf56-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:47:17+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705a2ef4-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=705a30e8-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:47:17+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f487c36-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=7f487e20-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:47:17+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f487c36-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=7f487e20-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:47:17+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f487c36-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=7f487e20-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:47:31+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c3bc4a-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=78c3bf56-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:47:31+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878aeea6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=878af07c-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:47:42+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f487c36-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=7f487e20-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:47:42+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e367c66-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=8e367ef0-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:47:42+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e367c66-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=8e367ef0-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:47:42+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e367c66-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=8e367ef0-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:47:56+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=878aeea6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=878af07c-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:47:56+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964e011c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=964e0630-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:48:07+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e367c66-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=8e367ef0-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:48:07+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d274d5e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=9d27520e-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:48:07+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d274d5e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=9d27520e-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:48:07+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d274d5e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=9d27520e-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:48:21+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=964e011c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=964e0630-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:48:21+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5149d96-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=a514a282-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:48:32+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d274d5e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=9d27520e-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:48:32+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac16ef0e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=ac16f1b6-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:48:33+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac16ef0e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=ac16f1b6-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:48:33+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac16ef0e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=ac16f1b6-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:48:46+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5149d96-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=a514a282-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:48:46+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d9b546-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=b3d9b94c-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:48:58+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac16ef0e-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=ac16f1b6-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:48:58+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb051e82-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=bb0520d0-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:48:58+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb051e82-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=bb0520d0-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:48:58+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb051e82-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=bb0520d0-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:49:10+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3d9b546-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=b3d9b94c-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:49:10+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29dca7c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=c29dcc70-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:49:23+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb051e82-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=bb0520d0-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:49:23+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f46eb6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=c9f471f4-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:49:23+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f46eb6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=c9f471f4-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:49:23+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9f46eb6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=c9f471f4-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:49:35+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c29dca7c-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=c29dcc70-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:49:35+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d16170f4-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=d1617310-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:49:48+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9f46eb6-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=c9f471f4-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:49:48+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e2c710-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=d8e2c92c-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:49:48+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e2c710-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=d8e2c92c-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:49:48+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8e2c710-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=d8e2c92c-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:50:00+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d16170f4-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=d1617310-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:50:00+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e027fbda-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=e027fdb0-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:50:13+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8e2c710-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=d8e2c92c-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:50:13+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7d11894-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=e7d1264a-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:50:13+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7d11894-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=e7d1264a-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:50:13+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7d11894-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=e7d1264a-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:50:25+0000 | aai_event_thread | 140156922907424 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e027fbda-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=e027fdb0-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF AAI events.[0m 2022-10-13T05:50:25+0000 | aai_event_thread | 140156922907424 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeeaef06-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=eeeaf14a-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-13T05:50:38+0000 | policy_event_thread | 140156923968288 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7d11894-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=e7d1264a-4aba-11ed-b52b-b650ce90cbb0 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-13T05:50:38+0000 | policy_event_thread | 140156923968288 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6bf93da-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=f6bf959c-4aba-11ed-b52b-b650ce90cbb0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-13T05:50:38+0000 | policy_event_thread | 140156923968288 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6bf93da-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=f6bf959c-4aba-11ed-b52b-b650ce90cbb0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-13T05:50:38+0000 | policy_event_thread | 140156923968288 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6bf93da-4aba-11ed-b52b-b650ce90cbb0 | InvocationID=f6bf959c-4aba-11ed-b52b-b650ce90cbb0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m