By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-08-02T05:16:47+0000 | MainThread | 140421560548680 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-08-02T05:16:47+0000 | MainThread | 140421560548680 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-08-02T05:16:47+0000 | MainThread | 140421560548680 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-08-02T05:16:47+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:16:47+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e504422-1222-11ed-8784-3e2323840a52 | InvocationID=4e50467a-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:16:47+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-08-02T05:16:47+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e54bc32-1222-11ed-8784-3e2323840a52 | InvocationID=4e54be4e-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:16:47+0000 | MainThread | 140421560548680 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-08-02T05:16:48+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e504422-1222-11ed-8784-3e2323840a52 | InvocationID=4e50467a-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:16:48+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e504422-1222-11ed-8784-3e2323840a52 | InvocationID=4e50467a-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:16:48+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e54bc32-1222-11ed-8784-3e2323840a52 | InvocationID=4e54be4e-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:16:48+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e54bc32-1222-11ed-8784-3e2323840a52 | InvocationID=4e54be4e-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:08+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e54bc32-1222-11ed-8784-3e2323840a52 | InvocationID=4e54be4e-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:17:08+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae1ac4e-1222-11ed-8784-3e2323840a52 | InvocationID=5ae1ae9c-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:17:09+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae1ac4e-1222-11ed-8784-3e2323840a52 | InvocationID=5ae1ae9c-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:09+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ae1ac4e-1222-11ed-8784-3e2323840a52 | InvocationID=5ae1ae9c-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:13+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e504422-1222-11ed-8784-3e2323840a52 | InvocationID=4e50467a-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:17:13+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd92954-1222-11ed-8784-3e2323840a52 | InvocationID=5dd92ac6-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:17:14+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd92954-1222-11ed-8784-3e2323840a52 | InvocationID=5dd92ac6-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:14+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dd92954-1222-11ed-8784-3e2323840a52 | InvocationID=5dd92ac6-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:29+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ae1ac4e-1222-11ed-8784-3e2323840a52 | InvocationID=5ae1ae9c-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:17:29+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=676eaa0c-1222-11ed-8784-3e2323840a52 | InvocationID=676ead0e-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:17:30+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=676eaa0c-1222-11ed-8784-3e2323840a52 | InvocationID=676ead0e-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:30+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=676eaa0c-1222-11ed-8784-3e2323840a52 | InvocationID=676ead0e-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:39+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dd92954-1222-11ed-8784-3e2323840a52 | InvocationID=5dd92ac6-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:17:39+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5fb0aa-1222-11ed-8784-3e2323840a52 | InvocationID=6d5fbdac-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:17:40+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5fb0aa-1222-11ed-8784-3e2323840a52 | InvocationID=6d5fbdac-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:40+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5fb0aa-1222-11ed-8784-3e2323840a52 | InvocationID=6d5fbdac-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:50+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=676eaa0c-1222-11ed-8784-3e2323840a52 | InvocationID=676ead0e-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:17:50+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73fce7b6-1222-11ed-8784-3e2323840a52 | InvocationID=73fce950-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:17:51+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73fce7b6-1222-11ed-8784-3e2323840a52 | InvocationID=73fce950-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:17:51+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73fce7b6-1222-11ed-8784-3e2323840a52 | InvocationID=73fce950-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-02T05:18:05+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5fb0aa-1222-11ed-8784-3e2323840a52 | InvocationID=6d5fbdac-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:18:05+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce532b6-1222-11ed-8784-3e2323840a52 | InvocationID=7ce53522-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:18:05+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce532b6-1222-11ed-8784-3e2323840a52 | InvocationID=7ce53522-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:18:05+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce532b6-1222-11ed-8784-3e2323840a52 | InvocationID=7ce53522-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:18:11+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73fce7b6-1222-11ed-8784-3e2323840a52 | InvocationID=73fce950-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:18:11+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80885b5a-1222-11ed-8784-3e2323840a52 | InvocationID=80885e20-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:18:11+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80885b5a-1222-11ed-8784-3e2323840a52 | InvocationID=80885e20-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:18:11+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80885b5a-1222-11ed-8784-3e2323840a52 | InvocationID=80885e20-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:18:30+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce532b6-1222-11ed-8784-3e2323840a52 | InvocationID=7ce53522-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:18:30+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8befa908-1222-11ed-8784-3e2323840a52 | InvocationID=8befb650-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:18:30+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8befa908-1222-11ed-8784-3e2323840a52 | InvocationID=8befb650-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:18:30+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8befa908-1222-11ed-8784-3e2323840a52 | InvocationID=8befb650-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:18:31+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80885b5a-1222-11ed-8784-3e2323840a52 | InvocationID=80885e20-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:18:31+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c7c227a-1222-11ed-8784-3e2323840a52 | InvocationID=8c7c243c-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:18:31+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c7c227a-1222-11ed-8784-3e2323840a52 | InvocationID=8c7c243c-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:18:31+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c7c227a-1222-11ed-8784-3e2323840a52 | InvocationID=8c7c243c-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:18:51+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c7c227a-1222-11ed-8784-3e2323840a52 | InvocationID=8c7c243c-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:18:51+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9870061e-1222-11ed-8784-3e2323840a52 | InvocationID=987007a4-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:18:51+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9870061e-1222-11ed-8784-3e2323840a52 | InvocationID=987007a4-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:18:51+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9870061e-1222-11ed-8784-3e2323840a52 | InvocationID=987007a4-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:18:55+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8befa908-1222-11ed-8784-3e2323840a52 | InvocationID=8befb650-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:18:55+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ade186e-1222-11ed-8784-3e2323840a52 | InvocationID=9ade19fe-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:18:55+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ade186e-1222-11ed-8784-3e2323840a52 | InvocationID=9ade19fe-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:18:55+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ade186e-1222-11ed-8784-3e2323840a52 | InvocationID=9ade19fe-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:19:11+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9870061e-1222-11ed-8784-3e2323840a52 | InvocationID=987007a4-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:19:11+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46c2812-1222-11ed-8784-3e2323840a52 | InvocationID=a46c298e-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:19:11+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46c2812-1222-11ed-8784-3e2323840a52 | InvocationID=a46c298e-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:19:11+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46c2812-1222-11ed-8784-3e2323840a52 | InvocationID=a46c298e-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:19:20+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ade186e-1222-11ed-8784-3e2323840a52 | InvocationID=9ade19fe-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:19:20+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cc4d0a-1222-11ed-8784-3e2323840a52 | InvocationID=a9cc4eae-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:19:20+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cc4d0a-1222-11ed-8784-3e2323840a52 | InvocationID=a9cc4eae-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:19:20+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9cc4d0a-1222-11ed-8784-3e2323840a52 | InvocationID=a9cc4eae-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:19:31+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46c2812-1222-11ed-8784-3e2323840a52 | InvocationID=a46c298e-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:19:31+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05f27a0-1222-11ed-8784-3e2323840a52 | InvocationID=b05f2930-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:19:31+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05f27a0-1222-11ed-8784-3e2323840a52 | InvocationID=b05f2930-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:19:31+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b05f27a0-1222-11ed-8784-3e2323840a52 | InvocationID=b05f2930-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:19:45+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9cc4d0a-1222-11ed-8784-3e2323840a52 | InvocationID=a9cc4eae-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:19:45+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8bb27dc-1222-11ed-8784-3e2323840a52 | InvocationID=b8bb2976-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:19:45+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8bb27dc-1222-11ed-8784-3e2323840a52 | InvocationID=b8bb2976-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:19:45+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8bb27dc-1222-11ed-8784-3e2323840a52 | InvocationID=b8bb2976-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:19:51+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b05f27a0-1222-11ed-8784-3e2323840a52 | InvocationID=b05f2930-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:19:51+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc537fb6-1222-11ed-8784-3e2323840a52 | InvocationID=bc538178-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:19:51+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc537fb6-1222-11ed-8784-3e2323840a52 | InvocationID=bc538178-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:19:51+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc537fb6-1222-11ed-8784-3e2323840a52 | InvocationID=bc538178-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:20:10+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8bb27dc-1222-11ed-8784-3e2323840a52 | InvocationID=b8bb2976-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:20:10+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a9bf4c-1222-11ed-8784-3e2323840a52 | InvocationID=c7a9c3c0-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:20:10+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a9bf4c-1222-11ed-8784-3e2323840a52 | InvocationID=c7a9c3c0-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:20:10+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7a9bf4c-1222-11ed-8784-3e2323840a52 | InvocationID=c7a9c3c0-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:20:11+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc537fb6-1222-11ed-8784-3e2323840a52 | InvocationID=bc538178-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:20:11+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84795f0-1222-11ed-8784-3e2323840a52 | InvocationID=c84797f8-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:20:11+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84795f0-1222-11ed-8784-3e2323840a52 | InvocationID=c84797f8-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:20:11+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c84795f0-1222-11ed-8784-3e2323840a52 | InvocationID=c84797f8-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:20:31+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c84795f0-1222-11ed-8784-3e2323840a52 | InvocationID=c84797f8-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:20:31+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43bdcb8-1222-11ed-8784-3e2323840a52 | InvocationID=d43bdea2-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:20:31+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43bdcb8-1222-11ed-8784-3e2323840a52 | InvocationID=d43bdea2-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:20:31+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43bdcb8-1222-11ed-8784-3e2323840a52 | InvocationID=d43bdea2-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:20:35+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7a9bf4c-1222-11ed-8784-3e2323840a52 | InvocationID=c7a9c3c0-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:20:35+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d698967c-1222-11ed-8784-3e2323840a52 | InvocationID=d6989820-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:20:35+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d698967c-1222-11ed-8784-3e2323840a52 | InvocationID=d6989820-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:20:35+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d698967c-1222-11ed-8784-3e2323840a52 | InvocationID=d6989820-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:20:51+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43bdcb8-1222-11ed-8784-3e2323840a52 | InvocationID=d43bdea2-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:20:51+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0316fa6-1222-11ed-8784-3e2323840a52 | InvocationID=e031712c-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:20:51+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0316fa6-1222-11ed-8784-3e2323840a52 | InvocationID=e031712c-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:20:51+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0316fa6-1222-11ed-8784-3e2323840a52 | InvocationID=e031712c-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:21:00+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d698967c-1222-11ed-8784-3e2323840a52 | InvocationID=d6989820-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:21:00+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e588bc02-1222-11ed-8784-3e2323840a52 | InvocationID=e588bd92-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:21:00+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e588bc02-1222-11ed-8784-3e2323840a52 | InvocationID=e588bd92-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:21:00+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e588bc02-1222-11ed-8784-3e2323840a52 | InvocationID=e588bd92-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:21:11+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0316fa6-1222-11ed-8784-3e2323840a52 | InvocationID=e031712c-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:21:11+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec249e8c-1222-11ed-8784-3e2323840a52 | InvocationID=ec24a030-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:21:11+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec249e8c-1222-11ed-8784-3e2323840a52 | InvocationID=ec24a030-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:21:11+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec249e8c-1222-11ed-8784-3e2323840a52 | InvocationID=ec24a030-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:21:25+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e588bc02-1222-11ed-8784-3e2323840a52 | InvocationID=e588bd92-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:21:25+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f479f62c-1222-11ed-8784-3e2323840a52 | InvocationID=f479f85c-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:21:25+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f479f62c-1222-11ed-8784-3e2323840a52 | InvocationID=f479f85c-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:21:25+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f479f62c-1222-11ed-8784-3e2323840a52 | InvocationID=f479f85c-1222-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:21:31+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec249e8c-1222-11ed-8784-3e2323840a52 | InvocationID=ec24a030-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:21:31+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8177a70-1222-11ed-8784-3e2323840a52 | InvocationID=f8178204-1222-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:21:31+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8177a70-1222-11ed-8784-3e2323840a52 | InvocationID=f8178204-1222-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:21:31+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8177a70-1222-11ed-8784-3e2323840a52 | InvocationID=f8178204-1222-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:21:50+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f479f62c-1222-11ed-8784-3e2323840a52 | InvocationID=f479f85c-1222-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:21:50+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0368b97a-1223-11ed-8784-3e2323840a52 | InvocationID=0368bb28-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:21:50+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0368b97a-1223-11ed-8784-3e2323840a52 | InvocationID=0368bb28-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:21:50+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0368b97a-1223-11ed-8784-3e2323840a52 | InvocationID=0368bb28-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:21:51+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8177a70-1222-11ed-8784-3e2323840a52 | InvocationID=f8178204-1222-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:21:51+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040b12ba-1223-11ed-8784-3e2323840a52 | InvocationID=040b1454-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:21:51+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040b12ba-1223-11ed-8784-3e2323840a52 | InvocationID=040b1454-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:21:51+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=040b12ba-1223-11ed-8784-3e2323840a52 | InvocationID=040b1454-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:22:11+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=040b12ba-1223-11ed-8784-3e2323840a52 | InvocationID=040b1454-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:22:11+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffda736-1223-11ed-8784-3e2323840a52 | InvocationID=0ffda8da-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:22:12+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffda736-1223-11ed-8784-3e2323840a52 | InvocationID=0ffda8da-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:22:12+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffda736-1223-11ed-8784-3e2323840a52 | InvocationID=0ffda8da-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:22:15+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0368b97a-1223-11ed-8784-3e2323840a52 | InvocationID=0368bb28-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:22:15+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1257b9ae-1223-11ed-8784-3e2323840a52 | InvocationID=1257bbe8-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:22:15+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1257b9ae-1223-11ed-8784-3e2323840a52 | InvocationID=1257bbe8-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:22:15+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1257b9ae-1223-11ed-8784-3e2323840a52 | InvocationID=1257bbe8-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:22:32+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffda736-1223-11ed-8784-3e2323840a52 | InvocationID=0ffda8da-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:22:32+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf22922-1223-11ed-8784-3e2323840a52 | InvocationID=1bf22b52-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:22:32+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf22922-1223-11ed-8784-3e2323840a52 | InvocationID=1bf22b52-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:22:32+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bf22922-1223-11ed-8784-3e2323840a52 | InvocationID=1bf22b52-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:22:40+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1257b9ae-1223-11ed-8784-3e2323840a52 | InvocationID=1257bbe8-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:22:40+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21476496-1223-11ed-8784-3e2323840a52 | InvocationID=2147663a-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:22:41+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21476496-1223-11ed-8784-3e2323840a52 | InvocationID=2147663a-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:22:41+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21476496-1223-11ed-8784-3e2323840a52 | InvocationID=2147663a-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:22:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bf22922-1223-11ed-8784-3e2323840a52 | InvocationID=1bf22b52-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:22:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e565fa-1223-11ed-8784-3e2323840a52 | InvocationID=27e56848-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:22:52+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e565fa-1223-11ed-8784-3e2323840a52 | InvocationID=27e56848-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:22:52+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27e565fa-1223-11ed-8784-3e2323840a52 | InvocationID=27e56848-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:06+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21476496-1223-11ed-8784-3e2323840a52 | InvocationID=2147663a-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:23:06+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=303541d0-1223-11ed-8784-3e2323840a52 | InvocationID=303545a4-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:23:06+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=303541d0-1223-11ed-8784-3e2323840a52 | InvocationID=303545a4-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:23:06+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=303541d0-1223-11ed-8784-3e2323840a52 | InvocationID=303545a4-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:23:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27e565fa-1223-11ed-8784-3e2323840a52 | InvocationID=27e56848-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:23:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d84864-1223-11ed-8784-3e2323840a52 | InvocationID=33d84b48-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:23:12+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d84864-1223-11ed-8784-3e2323840a52 | InvocationID=33d84b48-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:12+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d84864-1223-11ed-8784-3e2323840a52 | InvocationID=33d84b48-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:31+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=303541d0-1223-11ed-8784-3e2323840a52 | InvocationID=303545a4-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:23:31+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f23aefc-1223-11ed-8784-3e2323840a52 | InvocationID=3f23b56e-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:23:31+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f23aefc-1223-11ed-8784-3e2323840a52 | InvocationID=3f23b56e-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:23:31+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f23aefc-1223-11ed-8784-3e2323840a52 | InvocationID=3f23b56e-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:23:32+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d84864-1223-11ed-8784-3e2323840a52 | InvocationID=33d84b48-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:23:32+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fdc42be-1223-11ed-8784-3e2323840a52 | InvocationID=3fdc471e-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:23:32+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fdc42be-1223-11ed-8784-3e2323840a52 | InvocationID=3fdc471e-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:32+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fdc42be-1223-11ed-8784-3e2323840a52 | InvocationID=3fdc471e-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fdc42be-1223-11ed-8784-3e2323840a52 | InvocationID=3fdc471e-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:23:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd1def8-1223-11ed-8784-3e2323840a52 | InvocationID=4bd1e10a-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:23:52+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd1def8-1223-11ed-8784-3e2323840a52 | InvocationID=4bd1e10a-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:52+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd1def8-1223-11ed-8784-3e2323840a52 | InvocationID=4bd1e10a-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:23:56+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f23aefc-1223-11ed-8784-3e2323840a52 | InvocationID=3f23b56e-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:23:56+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e1261e2-1223-11ed-8784-3e2323840a52 | InvocationID=4e126ae8-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:23:56+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e1261e2-1223-11ed-8784-3e2323840a52 | InvocationID=4e126ae8-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:23:56+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e1261e2-1223-11ed-8784-3e2323840a52 | InvocationID=4e126ae8-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:24:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd1def8-1223-11ed-8784-3e2323840a52 | InvocationID=4bd1e10a-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:24:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c5a0c8-1223-11ed-8784-3e2323840a52 | InvocationID=57d31384-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:24:12+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c5a0c8-1223-11ed-8784-3e2323840a52 | InvocationID=57d31384-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:24:12+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c5a0c8-1223-11ed-8784-3e2323840a52 | InvocationID=57d31384-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:24:21+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e1261e2-1223-11ed-8784-3e2323840a52 | InvocationID=4e126ae8-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:24:21+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0034f4-1223-11ed-8784-3e2323840a52 | InvocationID=5d0036a2-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:24:21+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0034f4-1223-11ed-8784-3e2323840a52 | InvocationID=5d0036a2-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:24:21+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d0034f4-1223-11ed-8784-3e2323840a52 | InvocationID=5d0036a2-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:24:32+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c5a0c8-1223-11ed-8784-3e2323840a52 | InvocationID=57d31384-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:24:32+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c854a6-1223-11ed-8784-3e2323840a52 | InvocationID=63c85636-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:24:32+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c854a6-1223-11ed-8784-3e2323840a52 | InvocationID=63c85636-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:24:32+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63c854a6-1223-11ed-8784-3e2323840a52 | InvocationID=63c85636-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:24:46+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d0034f4-1223-11ed-8784-3e2323840a52 | InvocationID=5d0036a2-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:24:46+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6beee636-1223-11ed-8784-3e2323840a52 | InvocationID=6beee7da-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:24:46+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6beee636-1223-11ed-8784-3e2323840a52 | InvocationID=6beee7da-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:24:46+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6beee636-1223-11ed-8784-3e2323840a52 | InvocationID=6beee7da-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:24:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63c854a6-1223-11ed-8784-3e2323840a52 | InvocationID=63c85636-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:24:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbc89c6-1223-11ed-8784-3e2323840a52 | InvocationID=6fbc8b56-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:24:52+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbc89c6-1223-11ed-8784-3e2323840a52 | InvocationID=6fbc8b56-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:24:52+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fbc89c6-1223-11ed-8784-3e2323840a52 | InvocationID=6fbc8b56-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:25:11+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6beee636-1223-11ed-8784-3e2323840a52 | InvocationID=6beee7da-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:25:11+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adc9a26-1223-11ed-8784-3e2323840a52 | InvocationID=7adc9bb6-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:25:11+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adc9a26-1223-11ed-8784-3e2323840a52 | InvocationID=7adc9bb6-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:25:11+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7adc9a26-1223-11ed-8784-3e2323840a52 | InvocationID=7adc9bb6-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:25:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fbc89c6-1223-11ed-8784-3e2323840a52 | InvocationID=6fbc8b56-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:25:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7baeeec2-1223-11ed-8784-3e2323840a52 | InvocationID=7baef052-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:25:12+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7baeeec2-1223-11ed-8784-3e2323840a52 | InvocationID=7baef052-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:25:12+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7baeeec2-1223-11ed-8784-3e2323840a52 | InvocationID=7baef052-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:25:32+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7baeeec2-1223-11ed-8784-3e2323840a52 | InvocationID=7baef052-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:25:32+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a1c86c-1223-11ed-8784-3e2323840a52 | InvocationID=87a1ca92-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:25:32+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a1c86c-1223-11ed-8784-3e2323840a52 | InvocationID=87a1ca92-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:25:32+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87a1c86c-1223-11ed-8784-3e2323840a52 | InvocationID=87a1ca92-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:25:36+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7adc9a26-1223-11ed-8784-3e2323840a52 | InvocationID=7adc9bb6-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:25:36+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ca3d5e-1223-11ed-8784-3e2323840a52 | InvocationID=89ca3eee-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:25:36+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ca3d5e-1223-11ed-8784-3e2323840a52 | InvocationID=89ca3eee-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:25:36+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ca3d5e-1223-11ed-8784-3e2323840a52 | InvocationID=89ca3eee-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:25:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87a1c86c-1223-11ed-8784-3e2323840a52 | InvocationID=87a1ca92-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:25:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93975e0c-1223-11ed-8784-3e2323840a52 | InvocationID=93975ff6-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:25:52+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93975e0c-1223-11ed-8784-3e2323840a52 | InvocationID=93975ff6-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:25:52+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93975e0c-1223-11ed-8784-3e2323840a52 | InvocationID=93975ff6-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:26:01+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ca3d5e-1223-11ed-8784-3e2323840a52 | InvocationID=89ca3eee-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:26:01+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b8cfd8-1223-11ed-8784-3e2323840a52 | InvocationID=98b8d1ae-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:26:01+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b8cfd8-1223-11ed-8784-3e2323840a52 | InvocationID=98b8d1ae-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:26:01+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b8cfd8-1223-11ed-8784-3e2323840a52 | InvocationID=98b8d1ae-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:26:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93975e0c-1223-11ed-8784-3e2323840a52 | InvocationID=93975ff6-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:26:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f8f17ea-1223-11ed-8784-3e2323840a52 | InvocationID=9f8f19e8-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:26:12+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f8f17ea-1223-11ed-8784-3e2323840a52 | InvocationID=9f8f19e8-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:26:12+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f8f17ea-1223-11ed-8784-3e2323840a52 | InvocationID=9f8f19e8-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:26:26+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b8cfd8-1223-11ed-8784-3e2323840a52 | InvocationID=98b8d1ae-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:26:26+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a8ccd2-1223-11ed-8784-3e2323840a52 | InvocationID=a7a8d182-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:26:26+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a8ccd2-1223-11ed-8784-3e2323840a52 | InvocationID=a7a8d182-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:26:26+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a8ccd2-1223-11ed-8784-3e2323840a52 | InvocationID=a7a8d182-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:26:32+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f8f17ea-1223-11ed-8784-3e2323840a52 | InvocationID=9f8f19e8-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:26:32+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab826156-1223-11ed-8784-3e2323840a52 | InvocationID=ab8263e0-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:26:32+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab826156-1223-11ed-8784-3e2323840a52 | InvocationID=ab8263e0-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:26:32+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab826156-1223-11ed-8784-3e2323840a52 | InvocationID=ab8263e0-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:26:51+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a8ccd2-1223-11ed-8784-3e2323840a52 | InvocationID=a7a8d182-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:26:51+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6972bd0-1223-11ed-8784-3e2323840a52 | InvocationID=b6972d6a-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:26:51+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6972bd0-1223-11ed-8784-3e2323840a52 | InvocationID=b6972d6a-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:26:51+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6972bd0-1223-11ed-8784-3e2323840a52 | InvocationID=b6972d6a-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:26:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab826156-1223-11ed-8784-3e2323840a52 | InvocationID=ab8263e0-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:26:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b775c5c0-1223-11ed-8784-3e2323840a52 | InvocationID=b775c782-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:26:52+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b775c5c0-1223-11ed-8784-3e2323840a52 | InvocationID=b775c782-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:26:52+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b775c5c0-1223-11ed-8784-3e2323840a52 | InvocationID=b775c782-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:27:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b775c5c0-1223-11ed-8784-3e2323840a52 | InvocationID=b775c782-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:27:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36838ea-1223-11ed-8784-3e2323840a52 | InvocationID=c368407e-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:27:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36838ea-1223-11ed-8784-3e2323840a52 | InvocationID=c368407e-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:27:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c36838ea-1223-11ed-8784-3e2323840a52 | InvocationID=c368407e-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:27:16+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6972bd0-1223-11ed-8784-3e2323840a52 | InvocationID=b6972d6a-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:27:16+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5866e30-1223-11ed-8784-3e2323840a52 | InvocationID=c586702e-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:27:16+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5866e30-1223-11ed-8784-3e2323840a52 | InvocationID=c586702e-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:27:16+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5866e30-1223-11ed-8784-3e2323840a52 | InvocationID=c586702e-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:27:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c36838ea-1223-11ed-8784-3e2323840a52 | InvocationID=c368407e-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:27:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5ad824-1223-11ed-8784-3e2323840a52 | InvocationID=cf5ad9be-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:27:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5ad824-1223-11ed-8784-3e2323840a52 | InvocationID=cf5ad9be-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:27:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf5ad824-1223-11ed-8784-3e2323840a52 | InvocationID=cf5ad9be-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:27:41+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5866e30-1223-11ed-8784-3e2323840a52 | InvocationID=c586702e-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:27:41+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d473a6b0-1223-11ed-8784-3e2323840a52 | InvocationID=d473a84a-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:27:41+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d473a6b0-1223-11ed-8784-3e2323840a52 | InvocationID=d473a84a-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:27:41+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d473a6b0-1223-11ed-8784-3e2323840a52 | InvocationID=d473a84a-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:27:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf5ad824-1223-11ed-8784-3e2323840a52 | InvocationID=cf5ad9be-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:27:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4d391a-1223-11ed-8784-3e2323840a52 | InvocationID=db4d3aa0-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:27:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4d391a-1223-11ed-8784-3e2323840a52 | InvocationID=db4d3aa0-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:27:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db4d391a-1223-11ed-8784-3e2323840a52 | InvocationID=db4d3aa0-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:06+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d473a6b0-1223-11ed-8784-3e2323840a52 | InvocationID=d473a84a-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:28:06+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3623a7e-1223-11ed-8784-3e2323840a52 | InvocationID=e3623cb8-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:28:06+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3623a7e-1223-11ed-8784-3e2323840a52 | InvocationID=e3623cb8-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:28:06+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3623a7e-1223-11ed-8784-3e2323840a52 | InvocationID=e3623cb8-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:28:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db4d391a-1223-11ed-8784-3e2323840a52 | InvocationID=db4d3aa0-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:28:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73f830e-1223-11ed-8784-3e2323840a52 | InvocationID=e73f850c-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:28:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73f830e-1223-11ed-8784-3e2323840a52 | InvocationID=e73f850c-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e73f830e-1223-11ed-8784-3e2323840a52 | InvocationID=e73f850c-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:31+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3623a7e-1223-11ed-8784-3e2323840a52 | InvocationID=e3623cb8-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:28:31+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f252af6e-1223-11ed-8784-3e2323840a52 | InvocationID=f252b0fe-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:28:31+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f252af6e-1223-11ed-8784-3e2323840a52 | InvocationID=f252b0fe-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:28:31+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f252af6e-1223-11ed-8784-3e2323840a52 | InvocationID=f252b0fe-1223-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:28:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e73f830e-1223-11ed-8784-3e2323840a52 | InvocationID=e73f850c-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:28:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f331c938-1223-11ed-8784-3e2323840a52 | InvocationID=f331cad2-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:28:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f331c938-1223-11ed-8784-3e2323840a52 | InvocationID=f331cad2-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f331c938-1223-11ed-8784-3e2323840a52 | InvocationID=f331cad2-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f331c938-1223-11ed-8784-3e2323840a52 | InvocationID=f331cad2-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:28:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff24a7f6-1223-11ed-8784-3e2323840a52 | InvocationID=ff24a9a4-1223-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:28:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff24a7f6-1223-11ed-8784-3e2323840a52 | InvocationID=ff24a9a4-1223-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff24a7f6-1223-11ed-8784-3e2323840a52 | InvocationID=ff24a9a4-1223-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:28:56+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f252af6e-1223-11ed-8784-3e2323840a52 | InvocationID=f252b0fe-1223-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:28:56+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=013fd4b6-1224-11ed-8784-3e2323840a52 | InvocationID=013fd650-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:28:56+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=013fd4b6-1224-11ed-8784-3e2323840a52 | InvocationID=013fd650-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:28:56+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=013fd4b6-1224-11ed-8784-3e2323840a52 | InvocationID=013fd650-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:29:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff24a7f6-1223-11ed-8784-3e2323840a52 | InvocationID=ff24a9a4-1223-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:29:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b17c43a-1224-11ed-8784-3e2323840a52 | InvocationID=0b17c76e-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:29:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b17c43a-1224-11ed-8784-3e2323840a52 | InvocationID=0b17c76e-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:29:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b17c43a-1224-11ed-8784-3e2323840a52 | InvocationID=0b17c76e-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:29:21+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=013fd4b6-1224-11ed-8784-3e2323840a52 | InvocationID=013fd650-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:29:21+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102d67fe-1224-11ed-8784-3e2323840a52 | InvocationID=102d6ac4-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:29:21+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102d67fe-1224-11ed-8784-3e2323840a52 | InvocationID=102d6ac4-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:29:21+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102d67fe-1224-11ed-8784-3e2323840a52 | InvocationID=102d6ac4-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:29:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b17c43a-1224-11ed-8784-3e2323840a52 | InvocationID=0b17c76e-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:29:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170a7bc0-1224-11ed-8784-3e2323840a52 | InvocationID=170a7e72-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:29:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170a7bc0-1224-11ed-8784-3e2323840a52 | InvocationID=170a7e72-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:29:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=170a7bc0-1224-11ed-8784-3e2323840a52 | InvocationID=170a7e72-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:29:46+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102d67fe-1224-11ed-8784-3e2323840a52 | InvocationID=102d6ac4-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:29:46+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1b7580-1224-11ed-8784-3e2323840a52 | InvocationID=1f1b7760-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:29:46+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1b7580-1224-11ed-8784-3e2323840a52 | InvocationID=1f1b7760-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:29:46+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1b7580-1224-11ed-8784-3e2323840a52 | InvocationID=1f1b7760-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:29:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=170a7bc0-1224-11ed-8784-3e2323840a52 | InvocationID=170a7e72-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:29:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fd6b72-1224-11ed-8784-3e2323840a52 | InvocationID=22fd6d16-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:29:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fd6b72-1224-11ed-8784-3e2323840a52 | InvocationID=22fd6d16-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:29:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22fd6b72-1224-11ed-8784-3e2323840a52 | InvocationID=22fd6d16-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:30:11+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1b7580-1224-11ed-8784-3e2323840a52 | InvocationID=1f1b7760-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:30:11+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e091584-1224-11ed-8784-3e2323840a52 | InvocationID=2e091750-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:30:11+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e091584-1224-11ed-8784-3e2323840a52 | InvocationID=2e091750-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:30:11+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e091584-1224-11ed-8784-3e2323840a52 | InvocationID=2e091750-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:30:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22fd6b72-1224-11ed-8784-3e2323840a52 | InvocationID=22fd6d16-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:30:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eefde9c-1224-11ed-8784-3e2323840a52 | InvocationID=2eefe09a-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:30:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eefde9c-1224-11ed-8784-3e2323840a52 | InvocationID=2eefe09a-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:30:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eefde9c-1224-11ed-8784-3e2323840a52 | InvocationID=2eefe09a-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:30:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eefde9c-1224-11ed-8784-3e2323840a52 | InvocationID=2eefe09a-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:30:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ae2a8d8-1224-11ed-8784-3e2323840a52 | InvocationID=3ae2ab08-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:30:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ae2a8d8-1224-11ed-8784-3e2323840a52 | InvocationID=3ae2ab08-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:30:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ae2a8d8-1224-11ed-8784-3e2323840a52 | InvocationID=3ae2ab08-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:30:36+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e091584-1224-11ed-8784-3e2323840a52 | InvocationID=2e091750-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:30:36+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf817a2-1224-11ed-8784-3e2323840a52 | InvocationID=3cf81932-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:30:36+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf817a2-1224-11ed-8784-3e2323840a52 | InvocationID=3cf81932-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:30:36+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cf817a2-1224-11ed-8784-3e2323840a52 | InvocationID=3cf81932-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:30:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ae2a8d8-1224-11ed-8784-3e2323840a52 | InvocationID=3ae2ab08-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:30:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d5ce0e-1224-11ed-8784-3e2323840a52 | InvocationID=46d5cf94-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:30:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d5ce0e-1224-11ed-8784-3e2323840a52 | InvocationID=46d5cf94-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:30:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d5ce0e-1224-11ed-8784-3e2323840a52 | InvocationID=46d5cf94-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:31:01+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cf817a2-1224-11ed-8784-3e2323840a52 | InvocationID=3cf81932-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:31:01+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be6cdee-1224-11ed-8784-3e2323840a52 | InvocationID=4be6cf74-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:31:02+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be6cdee-1224-11ed-8784-3e2323840a52 | InvocationID=4be6cf74-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:31:02+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4be6cdee-1224-11ed-8784-3e2323840a52 | InvocationID=4be6cf74-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:31:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d5ce0e-1224-11ed-8784-3e2323840a52 | InvocationID=46d5cf94-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:31:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c84ca0-1224-11ed-8784-3e2323840a52 | InvocationID=52c84e30-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:31:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c84ca0-1224-11ed-8784-3e2323840a52 | InvocationID=52c84e30-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:31:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52c84ca0-1224-11ed-8784-3e2323840a52 | InvocationID=52c84e30-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:31:27+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4be6cdee-1224-11ed-8784-3e2323840a52 | InvocationID=4be6cf74-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:31:27+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad39c2e-1224-11ed-8784-3e2323840a52 | InvocationID=5ad39daa-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:31:27+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad39c2e-1224-11ed-8784-3e2323840a52 | InvocationID=5ad39daa-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:31:27+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ad39c2e-1224-11ed-8784-3e2323840a52 | InvocationID=5ad39daa-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:31:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52c84ca0-1224-11ed-8784-3e2323840a52 | InvocationID=52c84e30-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:31:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebae4e6-1224-11ed-8784-3e2323840a52 | InvocationID=5ebae66c-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:31:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebae4e6-1224-11ed-8784-3e2323840a52 | InvocationID=5ebae66c-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:31:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ebae4e6-1224-11ed-8784-3e2323840a52 | InvocationID=5ebae66c-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:31:52+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ad39c2e-1224-11ed-8784-3e2323840a52 | InvocationID=5ad39daa-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:31:52+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c1c1b6-1224-11ed-8784-3e2323840a52 | InvocationID=69c1c33c-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:31:52+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c1c1b6-1224-11ed-8784-3e2323840a52 | InvocationID=69c1c33c-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:31:52+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69c1c1b6-1224-11ed-8784-3e2323840a52 | InvocationID=69c1c33c-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:31:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ebae4e6-1224-11ed-8784-3e2323840a52 | InvocationID=5ebae66c-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:31:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aadd1fa-1224-11ed-8784-3e2323840a52 | InvocationID=6aadd51a-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:31:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aadd1fa-1224-11ed-8784-3e2323840a52 | InvocationID=6aadd51a-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:31:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aadd1fa-1224-11ed-8784-3e2323840a52 | InvocationID=6aadd51a-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:32:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aadd1fa-1224-11ed-8784-3e2323840a52 | InvocationID=6aadd51a-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:32:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76a0102c-1224-11ed-8784-3e2323840a52 | InvocationID=76a012ca-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:32:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76a0102c-1224-11ed-8784-3e2323840a52 | InvocationID=76a012ca-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:32:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76a0102c-1224-11ed-8784-3e2323840a52 | InvocationID=76a012ca-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:32:17+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69c1c1b6-1224-11ed-8784-3e2323840a52 | InvocationID=69c1c33c-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:32:17+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78aeec58-1224-11ed-8784-3e2323840a52 | InvocationID=78aeee56-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:32:17+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78aeec58-1224-11ed-8784-3e2323840a52 | InvocationID=78aeee56-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:32:17+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78aeec58-1224-11ed-8784-3e2323840a52 | InvocationID=78aeee56-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:32:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76a0102c-1224-11ed-8784-3e2323840a52 | InvocationID=76a012ca-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:32:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8294ad5c-1224-11ed-8784-3e2323840a52 | InvocationID=8294aeec-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:32:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8294ad5c-1224-11ed-8784-3e2323840a52 | InvocationID=8294aeec-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:32:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8294ad5c-1224-11ed-8784-3e2323840a52 | InvocationID=8294aeec-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:32:42+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78aeec58-1224-11ed-8784-3e2323840a52 | InvocationID=78aeee56-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:32:42+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=879cd216-1224-11ed-8784-3e2323840a52 | InvocationID=879cd3ec-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:32:42+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=879cd216-1224-11ed-8784-3e2323840a52 | InvocationID=879cd3ec-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:32:42+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=879cd216-1224-11ed-8784-3e2323840a52 | InvocationID=879cd3ec-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:32:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8294ad5c-1224-11ed-8784-3e2323840a52 | InvocationID=8294aeec-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:32:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e86e620-1224-11ed-8784-3e2323840a52 | InvocationID=8e86e800-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:32:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e86e620-1224-11ed-8784-3e2323840a52 | InvocationID=8e86e800-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:32:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e86e620-1224-11ed-8784-3e2323840a52 | InvocationID=8e86e800-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:07+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=879cd216-1224-11ed-8784-3e2323840a52 | InvocationID=879cd3ec-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:33:07+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9689fbd2-1224-11ed-8784-3e2323840a52 | InvocationID=9689fd76-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:33:07+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9689fbd2-1224-11ed-8784-3e2323840a52 | InvocationID=9689fd76-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:33:07+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9689fbd2-1224-11ed-8784-3e2323840a52 | InvocationID=9689fd76-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:33:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e86e620-1224-11ed-8784-3e2323840a52 | InvocationID=8e86e800-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:33:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a793212-1224-11ed-8784-3e2323840a52 | InvocationID=9a7933e8-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:33:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a793212-1224-11ed-8784-3e2323840a52 | InvocationID=9a7933e8-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a793212-1224-11ed-8784-3e2323840a52 | InvocationID=9a7933e8-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:32+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9689fbd2-1224-11ed-8784-3e2323840a52 | InvocationID=9689fd76-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:33:32+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5773754-1224-11ed-8784-3e2323840a52 | InvocationID=a577393e-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:33:32+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5773754-1224-11ed-8784-3e2323840a52 | InvocationID=a577393e-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:33:32+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5773754-1224-11ed-8784-3e2323840a52 | InvocationID=a577393e-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:33:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a793212-1224-11ed-8784-3e2323840a52 | InvocationID=9a7933e8-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:33:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66b69f0-1224-11ed-8784-3e2323840a52 | InvocationID=a66b6bc6-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:33:33+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66b69f0-1224-11ed-8784-3e2323840a52 | InvocationID=a66b6bc6-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:33+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a66b69f0-1224-11ed-8784-3e2323840a52 | InvocationID=a66b6bc6-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a66b69f0-1224-11ed-8784-3e2323840a52 | InvocationID=a66b6bc6-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:33:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25ea222-1224-11ed-8784-3e2323840a52 | InvocationID=b25eaa2e-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:33:53+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25ea222-1224-11ed-8784-3e2323840a52 | InvocationID=b25eaa2e-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:53+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b25ea222-1224-11ed-8784-3e2323840a52 | InvocationID=b25eaa2e-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:33:57+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5773754-1224-11ed-8784-3e2323840a52 | InvocationID=a577393e-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:33:57+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4660fec-1224-11ed-8784-3e2323840a52 | InvocationID=b466130c-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:33:57+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4660fec-1224-11ed-8784-3e2323840a52 | InvocationID=b466130c-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:33:57+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4660fec-1224-11ed-8784-3e2323840a52 | InvocationID=b466130c-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:34:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b25ea222-1224-11ed-8784-3e2323840a52 | InvocationID=b25eaa2e-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:34:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be514896-1224-11ed-8784-3e2323840a52 | InvocationID=be514b16-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:34:13+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be514896-1224-11ed-8784-3e2323840a52 | InvocationID=be514b16-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:34:13+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be514896-1224-11ed-8784-3e2323840a52 | InvocationID=be514b16-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:34:22+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4660fec-1224-11ed-8784-3e2323840a52 | InvocationID=b466130c-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:34:22+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3532f30-1224-11ed-8784-3e2323840a52 | InvocationID=c35330ca-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:34:22+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3532f30-1224-11ed-8784-3e2323840a52 | InvocationID=c35330ca-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:34:22+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3532f30-1224-11ed-8784-3e2323840a52 | InvocationID=c35330ca-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:34:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be514896-1224-11ed-8784-3e2323840a52 | InvocationID=be514b16-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:34:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca44a760-1224-11ed-8784-3e2323840a52 | InvocationID=ca44a8e6-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:34:34+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca44a760-1224-11ed-8784-3e2323840a52 | InvocationID=ca44a8e6-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:34:34+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca44a760-1224-11ed-8784-3e2323840a52 | InvocationID=ca44a8e6-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:34:47+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3532f30-1224-11ed-8784-3e2323840a52 | InvocationID=c35330ca-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:34:47+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d240ebe0-1224-11ed-8784-3e2323840a52 | InvocationID=d240ed7a-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:34:47+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d240ebe0-1224-11ed-8784-3e2323840a52 | InvocationID=d240ed7a-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:34:47+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d240ebe0-1224-11ed-8784-3e2323840a52 | InvocationID=d240ed7a-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:34:54+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca44a760-1224-11ed-8784-3e2323840a52 | InvocationID=ca44a8e6-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:34:54+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6387f2e-1224-11ed-8784-3e2323840a52 | InvocationID=d6388258-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:34:54+0000 | aai_event_thread | 140421509810976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6387f2e-1224-11ed-8784-3e2323840a52 | InvocationID=d6388258-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:34:54+0000 | aai_event_thread | 140421509810976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6387f2e-1224-11ed-8784-3e2323840a52 | InvocationID=d6388258-1224-11ed-8784-3e2323840a52 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-02T05:35:12+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d240ebe0-1224-11ed-8784-3e2323840a52 | InvocationID=d240ed7a-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:35:12+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e12e974c-1224-11ed-8784-3e2323840a52 | InvocationID=e12e98dc-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:35:12+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e12e974c-1224-11ed-8784-3e2323840a52 | InvocationID=e12e98dc-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:35:12+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e12e974c-1224-11ed-8784-3e2323840a52 | InvocationID=e12e98dc-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:35:14+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6387f2e-1224-11ed-8784-3e2323840a52 | InvocationID=d6388258-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:35:14+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e22e4e6c-1224-11ed-8784-3e2323840a52 | InvocationID=e22e4fe8-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:35:37+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e12e974c-1224-11ed-8784-3e2323840a52 | InvocationID=e12e98dc-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:35:37+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f01bdd1e-1224-11ed-8784-3e2323840a52 | InvocationID=f01bdee0-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:35:37+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f01bdd1e-1224-11ed-8784-3e2323840a52 | InvocationID=f01bdee0-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:35:37+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f01bdd1e-1224-11ed-8784-3e2323840a52 | InvocationID=f01bdee0-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:35:38+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e22e4e6c-1224-11ed-8784-3e2323840a52 | InvocationID=e22e4fe8-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:35:38+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c483a6-1224-11ed-8784-3e2323840a52 | InvocationID=f0c48536-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:35:58+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c483a6-1224-11ed-8784-3e2323840a52 | InvocationID=f0c48536-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:35:58+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc7dc66-1224-11ed-8784-3e2323840a52 | InvocationID=fcc7deb4-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:36:02+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f01bdd1e-1224-11ed-8784-3e2323840a52 | InvocationID=f01bdee0-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:36:02+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff091fd0-1224-11ed-8784-3e2323840a52 | InvocationID=ff092174-1224-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:36:02+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff091fd0-1224-11ed-8784-3e2323840a52 | InvocationID=ff092174-1224-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:36:02+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff091fd0-1224-11ed-8784-3e2323840a52 | InvocationID=ff092174-1224-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:36:18+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcc7dc66-1224-11ed-8784-3e2323840a52 | InvocationID=fcc7deb4-1224-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:36:18+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cd35f6-1225-11ed-8784-3e2323840a52 | InvocationID=08cd37ae-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:36:27+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff091fd0-1224-11ed-8784-3e2323840a52 | InvocationID=ff092174-1224-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:36:27+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0df71e02-1225-11ed-8784-3e2323840a52 | InvocationID=0df7229e-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:36:27+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0df71e02-1225-11ed-8784-3e2323840a52 | InvocationID=0df7229e-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:36:27+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0df71e02-1225-11ed-8784-3e2323840a52 | InvocationID=0df7229e-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:36:39+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08cd35f6-1225-11ed-8784-3e2323840a52 | InvocationID=08cd37ae-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:36:39+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14d963c4-1225-11ed-8784-3e2323840a52 | InvocationID=14d967fc-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:36:52+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0df71e02-1225-11ed-8784-3e2323840a52 | InvocationID=0df7229e-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:36:52+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce68236-1225-11ed-8784-3e2323840a52 | InvocationID=1ce684b6-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:36:52+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce68236-1225-11ed-8784-3e2323840a52 | InvocationID=1ce684b6-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:36:52+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ce68236-1225-11ed-8784-3e2323840a52 | InvocationID=1ce684b6-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:36:59+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14d963c4-1225-11ed-8784-3e2323840a52 | InvocationID=14d967fc-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:36:59+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21280ea0-1225-11ed-8784-3e2323840a52 | InvocationID=21281170-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:37:17+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ce68236-1225-11ed-8784-3e2323840a52 | InvocationID=1ce684b6-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:37:17+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd62616-1225-11ed-8784-3e2323840a52 | InvocationID=2bd627b0-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:37:17+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd62616-1225-11ed-8784-3e2323840a52 | InvocationID=2bd627b0-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:37:17+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd62616-1225-11ed-8784-3e2323840a52 | InvocationID=2bd627b0-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:37:24+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21280ea0-1225-11ed-8784-3e2323840a52 | InvocationID=21281170-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:37:24+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff34eb8-1225-11ed-8784-3e2323840a52 | InvocationID=2ff3503e-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:37:42+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd62616-1225-11ed-8784-3e2323840a52 | InvocationID=2bd627b0-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:37:42+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac50e80-1225-11ed-8784-3e2323840a52 | InvocationID=3ac5102e-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:37:42+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac50e80-1225-11ed-8784-3e2323840a52 | InvocationID=3ac5102e-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:37:42+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac50e80-1225-11ed-8784-3e2323840a52 | InvocationID=3ac5102e-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:37:49+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ff34eb8-1225-11ed-8784-3e2323840a52 | InvocationID=2ff3503e-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:37:49+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ecf5d00-1225-11ed-8784-3e2323840a52 | InvocationID=3ecf5e9a-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:38:07+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac50e80-1225-11ed-8784-3e2323840a52 | InvocationID=3ac5102e-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:38:07+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b3bbd0-1225-11ed-8784-3e2323840a52 | InvocationID=49b3bdb0-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:38:07+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b3bbd0-1225-11ed-8784-3e2323840a52 | InvocationID=49b3bdb0-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:38:07+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b3bbd0-1225-11ed-8784-3e2323840a52 | InvocationID=49b3bdb0-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:38:14+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ecf5d00-1225-11ed-8784-3e2323840a52 | InvocationID=3ecf5e9a-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:38:14+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4daab798-1225-11ed-8784-3e2323840a52 | InvocationID=4daab928-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:38:32+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b3bbd0-1225-11ed-8784-3e2323840a52 | InvocationID=49b3bdb0-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:38:32+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a61ca0-1225-11ed-8784-3e2323840a52 | InvocationID=58a61e8a-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:38:32+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a61ca0-1225-11ed-8784-3e2323840a52 | InvocationID=58a61e8a-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:38:32+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58a61ca0-1225-11ed-8784-3e2323840a52 | InvocationID=58a61e8a-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:38:39+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4daab798-1225-11ed-8784-3e2323840a52 | InvocationID=4daab928-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:38:39+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c855534-1225-11ed-8784-3e2323840a52 | InvocationID=5c8557c8-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:38:57+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58a61ca0-1225-11ed-8784-3e2323840a52 | InvocationID=58a61e8a-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:38:57+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67938586-1225-11ed-8784-3e2323840a52 | InvocationID=67938900-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:38:57+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67938586-1225-11ed-8784-3e2323840a52 | InvocationID=67938900-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:38:57+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67938586-1225-11ed-8784-3e2323840a52 | InvocationID=67938900-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:39:04+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c855534-1225-11ed-8784-3e2323840a52 | InvocationID=5c8557c8-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:39:04+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5d5462-1225-11ed-8784-3e2323840a52 | InvocationID=6b5d5642-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:39:22+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67938586-1225-11ed-8784-3e2323840a52 | InvocationID=67938900-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:39:22+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76817b84-1225-11ed-8784-3e2323840a52 | InvocationID=76817d1e-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:39:23+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76817b84-1225-11ed-8784-3e2323840a52 | InvocationID=76817d1e-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:39:23+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76817b84-1225-11ed-8784-3e2323840a52 | InvocationID=76817d1e-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:39:29+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b5d5462-1225-11ed-8784-3e2323840a52 | InvocationID=6b5d5642-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:39:29+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a2e3506-1225-11ed-8784-3e2323840a52 | InvocationID=7a2e37ae-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:39:48+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76817b84-1225-11ed-8784-3e2323840a52 | InvocationID=76817d1e-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:39:48+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856f8834-1225-11ed-8784-3e2323840a52 | InvocationID=856f8a3c-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:39:48+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856f8834-1225-11ed-8784-3e2323840a52 | InvocationID=856f8a3c-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:39:48+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=856f8834-1225-11ed-8784-3e2323840a52 | InvocationID=856f8a3c-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:39:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a2e3506-1225-11ed-8784-3e2323840a52 | InvocationID=7a2e37ae-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:39:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88fc42c6-1225-11ed-8784-3e2323840a52 | InvocationID=88fc4a96-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:40:13+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=856f8834-1225-11ed-8784-3e2323840a52 | InvocationID=856f8a3c-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:40:13+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=945de03e-1225-11ed-8784-3e2323840a52 | InvocationID=945de1ce-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:40:13+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=945de03e-1225-11ed-8784-3e2323840a52 | InvocationID=945de1ce-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:40:13+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=945de03e-1225-11ed-8784-3e2323840a52 | InvocationID=945de1ce-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:40:19+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88fc42c6-1225-11ed-8784-3e2323840a52 | InvocationID=88fc4a96-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:40:19+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98030e8a-1225-11ed-8784-3e2323840a52 | InvocationID=98031056-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:40:38+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=945de03e-1225-11ed-8784-3e2323840a52 | InvocationID=945de1ce-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:40:38+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a34c4f54-1225-11ed-8784-3e2323840a52 | InvocationID=a34c5224-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:40:38+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a34c4f54-1225-11ed-8784-3e2323840a52 | InvocationID=a34c5224-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:40:38+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a34c4f54-1225-11ed-8784-3e2323840a52 | InvocationID=a34c5224-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:40:44+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98030e8a-1225-11ed-8784-3e2323840a52 | InvocationID=98031056-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:40:44+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6d6c960-1225-11ed-8784-3e2323840a52 | InvocationID=a6d6cb54-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:41:03+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a34c4f54-1225-11ed-8784-3e2323840a52 | InvocationID=a34c5224-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:41:03+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b23d8226-1225-11ed-8784-3e2323840a52 | InvocationID=b23d83c0-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:41:03+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b23d8226-1225-11ed-8784-3e2323840a52 | InvocationID=b23d83c0-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:41:03+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b23d8226-1225-11ed-8784-3e2323840a52 | InvocationID=b23d83c0-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:41:08+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6d6c960-1225-11ed-8784-3e2323840a52 | InvocationID=a6d6cb54-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:41:08+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a072ac-1225-11ed-8784-3e2323840a52 | InvocationID=b5a07554-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:41:28+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b23d8226-1225-11ed-8784-3e2323840a52 | InvocationID=b23d83c0-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:41:28+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12b4e58-1225-11ed-8784-3e2323840a52 | InvocationID=c12b5038-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:41:28+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12b4e58-1225-11ed-8784-3e2323840a52 | InvocationID=c12b5038-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:41:28+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c12b4e58-1225-11ed-8784-3e2323840a52 | InvocationID=c12b5038-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:41:33+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5a072ac-1225-11ed-8784-3e2323840a52 | InvocationID=b5a07554-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:41:33+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4680eb2-1225-11ed-8784-3e2323840a52 | InvocationID=c46810b0-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:41:53+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c12b4e58-1225-11ed-8784-3e2323840a52 | InvocationID=c12b5038-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:41:53+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d01a0d78-1225-11ed-8784-3e2323840a52 | InvocationID=d01a0f94-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:41:53+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d01a0d78-1225-11ed-8784-3e2323840a52 | InvocationID=d01a0f94-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:41:53+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d01a0d78-1225-11ed-8784-3e2323840a52 | InvocationID=d01a0f94-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:41:58+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4680eb2-1225-11ed-8784-3e2323840a52 | InvocationID=c46810b0-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:41:58+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3410dbc-1225-11ed-8784-3e2323840a52 | InvocationID=d3411ae6-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:42:18+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d01a0d78-1225-11ed-8784-3e2323840a52 | InvocationID=d01a0f94-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:42:18+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df074922-1225-11ed-8784-3e2323840a52 | InvocationID=df074abc-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:42:18+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df074922-1225-11ed-8784-3e2323840a52 | InvocationID=df074abc-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:42:18+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df074922-1225-11ed-8784-3e2323840a52 | InvocationID=df074abc-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:42:23+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3410dbc-1225-11ed-8784-3e2323840a52 | InvocationID=d3411ae6-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:42:23+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e20babc2-1225-11ed-8784-3e2323840a52 | InvocationID=e20bad52-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:42:43+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df074922-1225-11ed-8784-3e2323840a52 | InvocationID=df074abc-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:42:43+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf48c1a-1225-11ed-8784-3e2323840a52 | InvocationID=edf49084-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:42:43+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf48c1a-1225-11ed-8784-3e2323840a52 | InvocationID=edf49084-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:42:43+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf48c1a-1225-11ed-8784-3e2323840a52 | InvocationID=edf49084-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:42:48+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e20babc2-1225-11ed-8784-3e2323840a52 | InvocationID=e20bad52-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:42:48+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d253b8-1225-11ed-8784-3e2323840a52 | InvocationID=f0d255a2-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:43:08+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf48c1a-1225-11ed-8784-3e2323840a52 | InvocationID=edf49084-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:43:08+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce2b1c0-1225-11ed-8784-3e2323840a52 | InvocationID=fce2b4f4-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:43:08+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce2b1c0-1225-11ed-8784-3e2323840a52 | InvocationID=fce2b4f4-1225-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:43:08+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce2b1c0-1225-11ed-8784-3e2323840a52 | InvocationID=fce2b4f4-1225-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:43:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0d253b8-1225-11ed-8784-3e2323840a52 | InvocationID=f0d255a2-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:43:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff98d282-1225-11ed-8784-3e2323840a52 | InvocationID=ff98d4e4-1225-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:43:33+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce2b1c0-1225-11ed-8784-3e2323840a52 | InvocationID=fce2b4f4-1225-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:43:33+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd05700-1226-11ed-8784-3e2323840a52 | InvocationID=0bd058ea-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:43:33+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd05700-1226-11ed-8784-3e2323840a52 | InvocationID=0bd058ea-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:43:33+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd05700-1226-11ed-8784-3e2323840a52 | InvocationID=0bd058ea-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:43:37+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff98d282-1225-11ed-8784-3e2323840a52 | InvocationID=ff98d4e4-1225-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:43:37+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e68cce0-1226-11ed-8784-3e2323840a52 | InvocationID=0e68ceca-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:43:58+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd05700-1226-11ed-8784-3e2323840a52 | InvocationID=0bd058ea-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:43:58+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abe0d20-1226-11ed-8784-3e2323840a52 | InvocationID=1abe0f8c-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:43:58+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abe0d20-1226-11ed-8784-3e2323840a52 | InvocationID=1abe0f8c-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:43:58+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1abe0d20-1226-11ed-8784-3e2323840a52 | InvocationID=1abe0f8c-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:44:02+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e68cce0-1226-11ed-8784-3e2323840a52 | InvocationID=0e68ceca-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:44:02+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d37bd44-1226-11ed-8784-3e2323840a52 | InvocationID=1d37bf38-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:44:23+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1abe0d20-1226-11ed-8784-3e2323840a52 | InvocationID=1abe0f8c-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:44:23+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ad3324-1226-11ed-8784-3e2323840a52 | InvocationID=29ad34c8-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:44:23+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ad3324-1226-11ed-8784-3e2323840a52 | InvocationID=29ad34c8-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:44:23+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ad3324-1226-11ed-8784-3e2323840a52 | InvocationID=29ad34c8-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:44:27+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d37bd44-1226-11ed-8784-3e2323840a52 | InvocationID=1d37bf38-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:44:27+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c02a168-1226-11ed-8784-3e2323840a52 | InvocationID=2c02a352-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:44:48+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ad3324-1226-11ed-8784-3e2323840a52 | InvocationID=29ad34c8-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:44:48+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389afede-1226-11ed-8784-3e2323840a52 | InvocationID=389b0082-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:44:48+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389afede-1226-11ed-8784-3e2323840a52 | InvocationID=389b0082-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:44:48+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=389afede-1226-11ed-8784-3e2323840a52 | InvocationID=389b0082-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:44:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c02a168-1226-11ed-8784-3e2323840a52 | InvocationID=2c02a352-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:44:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac690c4-1226-11ed-8784-3e2323840a52 | InvocationID=3ac69254-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:45:13+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=389afede-1226-11ed-8784-3e2323840a52 | InvocationID=389b0082-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:45:13+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478894ec-1226-11ed-8784-3e2323840a52 | InvocationID=47889690-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:45:13+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478894ec-1226-11ed-8784-3e2323840a52 | InvocationID=47889690-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:45:13+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=478894ec-1226-11ed-8784-3e2323840a52 | InvocationID=47889690-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:45:17+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ac690c4-1226-11ed-8784-3e2323840a52 | InvocationID=3ac69254-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:45:17+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498c4f86-1226-11ed-8784-3e2323840a52 | InvocationID=498c5274-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:45:38+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=478894ec-1226-11ed-8784-3e2323840a52 | InvocationID=47889690-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:45:38+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5675ba5c-1226-11ed-8784-3e2323840a52 | InvocationID=5675bc5a-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:45:38+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5675ba5c-1226-11ed-8784-3e2323840a52 | InvocationID=5675bc5a-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:45:38+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5675ba5c-1226-11ed-8784-3e2323840a52 | InvocationID=5675bc5a-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:45:41+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=498c4f86-1226-11ed-8784-3e2323840a52 | InvocationID=498c5274-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:45:41+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5854aaae-1226-11ed-8784-3e2323840a52 | InvocationID=5854acfc-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:46:03+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5675ba5c-1226-11ed-8784-3e2323840a52 | InvocationID=5675bc5a-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:46:03+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6563704a-1226-11ed-8784-3e2323840a52 | InvocationID=656371bc-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:46:03+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6563704a-1226-11ed-8784-3e2323840a52 | InvocationID=656371bc-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:46:03+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6563704a-1226-11ed-8784-3e2323840a52 | InvocationID=656371bc-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:46:06+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5854aaae-1226-11ed-8784-3e2323840a52 | InvocationID=5854acfc-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:46:06+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67191764-1226-11ed-8784-3e2323840a52 | InvocationID=67191a7a-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:46:28+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6563704a-1226-11ed-8784-3e2323840a52 | InvocationID=656371bc-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:46:28+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74507f62-1226-11ed-8784-3e2323840a52 | InvocationID=74508110-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:46:28+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74507f62-1226-11ed-8784-3e2323840a52 | InvocationID=74508110-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:46:28+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74507f62-1226-11ed-8784-3e2323840a52 | InvocationID=74508110-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:46:31+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67191764-1226-11ed-8784-3e2323840a52 | InvocationID=67191a7a-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:46:31+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75e0e448-1226-11ed-8784-3e2323840a52 | InvocationID=75e0e61e-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:46:53+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74507f62-1226-11ed-8784-3e2323840a52 | InvocationID=74508110-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:46:53+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=833e17be-1226-11ed-8784-3e2323840a52 | InvocationID=833e1bf6-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:46:53+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=833e17be-1226-11ed-8784-3e2323840a52 | InvocationID=833e1bf6-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:46:53+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=833e17be-1226-11ed-8784-3e2323840a52 | InvocationID=833e1bf6-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:46:56+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75e0e448-1226-11ed-8784-3e2323840a52 | InvocationID=75e0e61e-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:46:56+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a57f66-1226-11ed-8784-3e2323840a52 | InvocationID=84a58a56-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:47:18+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=833e17be-1226-11ed-8784-3e2323840a52 | InvocationID=833e1bf6-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:47:18+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922c554c-1226-11ed-8784-3e2323840a52 | InvocationID=922c56e6-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:47:18+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922c554c-1226-11ed-8784-3e2323840a52 | InvocationID=922c56e6-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:47:18+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=922c554c-1226-11ed-8784-3e2323840a52 | InvocationID=922c56e6-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:47:20+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a57f66-1226-11ed-8784-3e2323840a52 | InvocationID=84a58a56-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:47:20+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=936a47d4-1226-11ed-8784-3e2323840a52 | InvocationID=936a49d2-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:47:43+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=922c554c-1226-11ed-8784-3e2323840a52 | InvocationID=922c56e6-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:47:43+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a11a011c-1226-11ed-8784-3e2323840a52 | InvocationID=a11a032e-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:47:43+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a11a011c-1226-11ed-8784-3e2323840a52 | InvocationID=a11a032e-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:47:43+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a11a011c-1226-11ed-8784-3e2323840a52 | InvocationID=a11a032e-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:47:45+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=936a47d4-1226-11ed-8784-3e2323840a52 | InvocationID=936a49d2-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:47:45+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a23dd71c-1226-11ed-8784-3e2323840a52 | InvocationID=a23dd8c0-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:48:08+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a11a011c-1226-11ed-8784-3e2323840a52 | InvocationID=a11a032e-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:48:08+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0079018-1226-11ed-8784-3e2323840a52 | InvocationID=b0079298-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:48:09+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0079018-1226-11ed-8784-3e2323840a52 | InvocationID=b0079298-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:48:09+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0079018-1226-11ed-8784-3e2323840a52 | InvocationID=b0079298-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:48:10+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a23dd71c-1226-11ed-8784-3e2323840a52 | InvocationID=a23dd8c0-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:48:10+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b100e7d0-1226-11ed-8784-3e2323840a52 | InvocationID=b100e9c4-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:48:34+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0079018-1226-11ed-8784-3e2323840a52 | InvocationID=b0079298-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:48:34+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef9e7ec-1226-11ed-8784-3e2323840a52 | InvocationID=bef9eba2-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:48:34+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef9e7ec-1226-11ed-8784-3e2323840a52 | InvocationID=bef9eba2-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:48:34+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bef9e7ec-1226-11ed-8784-3e2323840a52 | InvocationID=bef9eba2-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:48:35+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b100e7d0-1226-11ed-8784-3e2323840a52 | InvocationID=b100e9c4-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:48:35+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc3a668-1226-11ed-8784-3e2323840a52 | InvocationID=bfc3a7b2-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:48:59+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bef9e7ec-1226-11ed-8784-3e2323840a52 | InvocationID=bef9eba2-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:48:59+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cde7c238-1226-11ed-8784-3e2323840a52 | InvocationID=cde7c4d6-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:48:59+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cde7c238-1226-11ed-8784-3e2323840a52 | InvocationID=cde7c4d6-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:48:59+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cde7c238-1226-11ed-8784-3e2323840a52 | InvocationID=cde7c4d6-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:49:00+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfc3a668-1226-11ed-8784-3e2323840a52 | InvocationID=bfc3a7b2-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:49:00+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce877b66-1226-11ed-8784-3e2323840a52 | InvocationID=ce877d64-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:49:24+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cde7c238-1226-11ed-8784-3e2323840a52 | InvocationID=cde7c4d6-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:49:24+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd55256-1226-11ed-8784-3e2323840a52 | InvocationID=dcd5544a-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:49:24+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd55256-1226-11ed-8784-3e2323840a52 | InvocationID=dcd5544a-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:49:24+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcd55256-1226-11ed-8784-3e2323840a52 | InvocationID=dcd5544a-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:49:24+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce877b66-1226-11ed-8784-3e2323840a52 | InvocationID=ce877d64-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:49:24+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd4db39a-1226-11ed-8784-3e2323840a52 | InvocationID=dd4db520-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:49:49+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcd55256-1226-11ed-8784-3e2323840a52 | InvocationID=dcd5544a-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:49:49+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc3199c-1226-11ed-8784-3e2323840a52 | InvocationID=ebc31b36-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:49:49+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc3199c-1226-11ed-8784-3e2323840a52 | InvocationID=ebc31b36-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:49:49+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc3199c-1226-11ed-8784-3e2323840a52 | InvocationID=ebc31b36-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:49:49+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd4db39a-1226-11ed-8784-3e2323840a52 | InvocationID=dd4db520-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:49:49+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec10719c-1226-11ed-8784-3e2323840a52 | InvocationID=ec1073c2-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:50:14+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc3199c-1226-11ed-8784-3e2323840a52 | InvocationID=ebc31b36-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:50:14+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab0bc0c-1226-11ed-8784-3e2323840a52 | InvocationID=fab0bfa4-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:50:14+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab0bc0c-1226-11ed-8784-3e2323840a52 | InvocationID=fab0bfa4-1226-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:50:14+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab0bc0c-1226-11ed-8784-3e2323840a52 | InvocationID=fab0bfa4-1226-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:50:14+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec10719c-1226-11ed-8784-3e2323840a52 | InvocationID=ec1073c2-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:50:14+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fad62744-1226-11ed-8784-3e2323840a52 | InvocationID=fad6299c-1226-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:50:39+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fad62744-1226-11ed-8784-3e2323840a52 | InvocationID=fad6299c-1226-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:50:39+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=099a1664-1227-11ed-8784-3e2323840a52 | InvocationID=099a17f4-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:50:39+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab0bc0c-1226-11ed-8784-3e2323840a52 | InvocationID=fab0bfa4-1226-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:50:39+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=099d9ec4-1227-11ed-8784-3e2323840a52 | InvocationID=099d9fdc-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:50:39+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=099d9ec4-1227-11ed-8784-3e2323840a52 | InvocationID=099d9fdc-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:50:39+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=099d9ec4-1227-11ed-8784-3e2323840a52 | InvocationID=099d9fdc-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:51:04+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=099a1664-1227-11ed-8784-3e2323840a52 | InvocationID=099a17f4-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:51:04+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=185eab38-1227-11ed-8784-3e2323840a52 | InvocationID=185ead68-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:51:04+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=099d9ec4-1227-11ed-8784-3e2323840a52 | InvocationID=099d9fdc-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:51:04+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=188a4cfc-1227-11ed-8784-3e2323840a52 | InvocationID=188a4f22-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:51:04+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=188a4cfc-1227-11ed-8784-3e2323840a52 | InvocationID=188a4f22-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:51:04+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=188a4cfc-1227-11ed-8784-3e2323840a52 | InvocationID=188a4f22-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:51:28+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=185eab38-1227-11ed-8784-3e2323840a52 | InvocationID=185ead68-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:51:28+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=272ecbac-1227-11ed-8784-3e2323840a52 | InvocationID=272ecddc-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:51:29+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=188a4cfc-1227-11ed-8784-3e2323840a52 | InvocationID=188a4f22-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:51:29+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277777f8-1227-11ed-8784-3e2323840a52 | InvocationID=27777992-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:51:29+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277777f8-1227-11ed-8784-3e2323840a52 | InvocationID=27777992-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:51:29+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=277777f8-1227-11ed-8784-3e2323840a52 | InvocationID=27777992-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:51:53+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=272ecbac-1227-11ed-8784-3e2323840a52 | InvocationID=272ecddc-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:51:53+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35f0e206-1227-11ed-8784-3e2323840a52 | InvocationID=35f0e378-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:51:54+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=277777f8-1227-11ed-8784-3e2323840a52 | InvocationID=27777992-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:51:54+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3664eea8-1227-11ed-8784-3e2323840a52 | InvocationID=3664f51a-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:51:54+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3664eea8-1227-11ed-8784-3e2323840a52 | InvocationID=3664f51a-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:51:54+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3664eea8-1227-11ed-8784-3e2323840a52 | InvocationID=3664f51a-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:52:18+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35f0e206-1227-11ed-8784-3e2323840a52 | InvocationID=35f0e378-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:52:18+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c2759c-1227-11ed-8784-3e2323840a52 | InvocationID=44c27858-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:52:19+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3664eea8-1227-11ed-8784-3e2323840a52 | InvocationID=3664f51a-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:52:19+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4552d59c-1227-11ed-8784-3e2323840a52 | InvocationID=4552d790-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:52:19+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4552d59c-1227-11ed-8784-3e2323840a52 | InvocationID=4552d790-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:52:19+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4552d59c-1227-11ed-8784-3e2323840a52 | InvocationID=4552d790-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:52:43+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44c2759c-1227-11ed-8784-3e2323840a52 | InvocationID=44c27858-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:52:43+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53882702-1227-11ed-8784-3e2323840a52 | InvocationID=538828f6-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:52:44+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4552d59c-1227-11ed-8784-3e2323840a52 | InvocationID=4552d790-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:52:44+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543fecac-1227-11ed-8784-3e2323840a52 | InvocationID=543fee32-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:52:44+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543fecac-1227-11ed-8784-3e2323840a52 | InvocationID=543fee32-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:52:44+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543fecac-1227-11ed-8784-3e2323840a52 | InvocationID=543fee32-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:53:08+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53882702-1227-11ed-8784-3e2323840a52 | InvocationID=538828f6-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:53:08+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62557f3c-1227-11ed-8784-3e2323840a52 | InvocationID=62558324-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:53:09+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543fecac-1227-11ed-8784-3e2323840a52 | InvocationID=543fee32-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:53:09+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632d5cae-1227-11ed-8784-3e2323840a52 | InvocationID=632d5e48-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:53:09+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632d5cae-1227-11ed-8784-3e2323840a52 | InvocationID=632d5e48-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:53:09+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=632d5cae-1227-11ed-8784-3e2323840a52 | InvocationID=632d5e48-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:53:32+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62557f3c-1227-11ed-8784-3e2323840a52 | InvocationID=62558324-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:53:32+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=711b45f6-1227-11ed-8784-3e2323840a52 | InvocationID=711b4862-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:53:34+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=632d5cae-1227-11ed-8784-3e2323840a52 | InvocationID=632d5e48-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:53:34+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721b4762-1227-11ed-8784-3e2323840a52 | InvocationID=721b48e8-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:53:34+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721b4762-1227-11ed-8784-3e2323840a52 | InvocationID=721b48e8-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:53:34+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=721b4762-1227-11ed-8784-3e2323840a52 | InvocationID=721b48e8-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:53:57+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=711b45f6-1227-11ed-8784-3e2323840a52 | InvocationID=711b4862-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:53:57+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe2fde0-1227-11ed-8784-3e2323840a52 | InvocationID=7fe2ff7a-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:53:59+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=721b4762-1227-11ed-8784-3e2323840a52 | InvocationID=721b48e8-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:53:59+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8108cc40-1227-11ed-8784-3e2323840a52 | InvocationID=8108ce52-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:53:59+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8108cc40-1227-11ed-8784-3e2323840a52 | InvocationID=8108ce52-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:53:59+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8108cc40-1227-11ed-8784-3e2323840a52 | InvocationID=8108ce52-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:54:22+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fe2fde0-1227-11ed-8784-3e2323840a52 | InvocationID=7fe2ff7a-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:54:22+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea70484-1227-11ed-8784-3e2323840a52 | InvocationID=8ea706a0-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:54:24+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8108cc40-1227-11ed-8784-3e2323840a52 | InvocationID=8108ce52-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:54:24+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ff7251c-1227-11ed-8784-3e2323840a52 | InvocationID=8ff726a2-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:54:24+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ff7251c-1227-11ed-8784-3e2323840a52 | InvocationID=8ff726a2-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:54:24+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ff7251c-1227-11ed-8784-3e2323840a52 | InvocationID=8ff726a2-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:54:47+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ea70484-1227-11ed-8784-3e2323840a52 | InvocationID=8ea706a0-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:54:47+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d6b25d6-1227-11ed-8784-3e2323840a52 | InvocationID=9d6b2928-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:54:49+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ff7251c-1227-11ed-8784-3e2323840a52 | InvocationID=8ff726a2-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:54:49+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee43772-1227-11ed-8784-3e2323840a52 | InvocationID=9ee43bfa-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:54:49+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee43772-1227-11ed-8784-3e2323840a52 | InvocationID=9ee43bfa-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:54:49+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ee43772-1227-11ed-8784-3e2323840a52 | InvocationID=9ee43bfa-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:55:12+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d6b25d6-1227-11ed-8784-3e2323840a52 | InvocationID=9d6b2928-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:55:12+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac2fe7e6-1227-11ed-8784-3e2323840a52 | InvocationID=ac2fec32-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:55:14+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ee43772-1227-11ed-8784-3e2323840a52 | InvocationID=9ee43bfa-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:55:14+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add2e6ac-1227-11ed-8784-3e2323840a52 | InvocationID=add2e83c-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:55:14+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add2e6ac-1227-11ed-8784-3e2323840a52 | InvocationID=add2e83c-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:55:14+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add2e6ac-1227-11ed-8784-3e2323840a52 | InvocationID=add2e83c-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:55:36+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac2fe7e6-1227-11ed-8784-3e2323840a52 | InvocationID=ac2fec32-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:55:36+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf790bc-1227-11ed-8784-3e2323840a52 | InvocationID=baf792c4-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:55:39+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add2e6ac-1227-11ed-8784-3e2323840a52 | InvocationID=add2e83c-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:55:39+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc026a2-1227-11ed-8784-3e2323840a52 | InvocationID=bcc0283c-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:55:39+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc026a2-1227-11ed-8784-3e2323840a52 | InvocationID=bcc0283c-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:55:39+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc026a2-1227-11ed-8784-3e2323840a52 | InvocationID=bcc0283c-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:56:01+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baf790bc-1227-11ed-8784-3e2323840a52 | InvocationID=baf792c4-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:56:01+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9bfed60-1227-11ed-8784-3e2323840a52 | InvocationID=c9bfef5e-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:56:04+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc026a2-1227-11ed-8784-3e2323840a52 | InvocationID=bcc0283c-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:56:04+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbad64ea-1227-11ed-8784-3e2323840a52 | InvocationID=cbad671a-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:56:04+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbad64ea-1227-11ed-8784-3e2323840a52 | InvocationID=cbad671a-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:56:04+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbad64ea-1227-11ed-8784-3e2323840a52 | InvocationID=cbad671a-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:56:26+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9bfed60-1227-11ed-8784-3e2323840a52 | InvocationID=c9bfef5e-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:56:26+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d888554e-1227-11ed-8784-3e2323840a52 | InvocationID=d888574c-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:56:29+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbad64ea-1227-11ed-8784-3e2323840a52 | InvocationID=cbad671a-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:56:29+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da9aafda-1227-11ed-8784-3e2323840a52 | InvocationID=da9ab3d6-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:56:29+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da9aafda-1227-11ed-8784-3e2323840a52 | InvocationID=da9ab3d6-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:56:29+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da9aafda-1227-11ed-8784-3e2323840a52 | InvocationID=da9ab3d6-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:56:51+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d888554e-1227-11ed-8784-3e2323840a52 | InvocationID=d888574c-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:56:51+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74dd446-1227-11ed-8784-3e2323840a52 | InvocationID=e74dd6f8-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:56:54+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da9aafda-1227-11ed-8784-3e2323840a52 | InvocationID=da9ab3d6-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:56:54+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e988d936-1227-11ed-8784-3e2323840a52 | InvocationID=e988dd00-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:56:54+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e988d936-1227-11ed-8784-3e2323840a52 | InvocationID=e988dd00-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:56:54+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e988d936-1227-11ed-8784-3e2323840a52 | InvocationID=e988dd00-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:57:15+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e74dd446-1227-11ed-8784-3e2323840a52 | InvocationID=e74dd6f8-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:57:15+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f611b902-1227-11ed-8784-3e2323840a52 | InvocationID=f611ba88-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:57:19+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e988d936-1227-11ed-8784-3e2323840a52 | InvocationID=e988dd00-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:57:19+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8764f1e-1227-11ed-8784-3e2323840a52 | InvocationID=f876509a-1227-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:57:20+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8764f1e-1227-11ed-8784-3e2323840a52 | InvocationID=f876509a-1227-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:57:20+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8764f1e-1227-11ed-8784-3e2323840a52 | InvocationID=f876509a-1227-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:57:40+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f611b902-1227-11ed-8784-3e2323840a52 | InvocationID=f611ba88-1227-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:57:40+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d9ee28-1228-11ed-8784-3e2323840a52 | InvocationID=04d9efd6-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:57:45+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8764f1e-1227-11ed-8784-3e2323840a52 | InvocationID=f876509a-1227-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:57:45+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07639cca-1228-11ed-8784-3e2323840a52 | InvocationID=07639f7c-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:57:45+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07639cca-1228-11ed-8784-3e2323840a52 | InvocationID=07639f7c-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:57:45+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07639cca-1228-11ed-8784-3e2323840a52 | InvocationID=07639f7c-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:58:05+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04d9ee28-1228-11ed-8784-3e2323840a52 | InvocationID=04d9efd6-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:58:05+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139ecee2-1228-11ed-8784-3e2323840a52 | InvocationID=139ed090-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:58:10+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07639cca-1228-11ed-8784-3e2323840a52 | InvocationID=07639f7c-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:58:10+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1652cbc0-1228-11ed-8784-3e2323840a52 | InvocationID=1652cdaa-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:58:10+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1652cbc0-1228-11ed-8784-3e2323840a52 | InvocationID=1652cdaa-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:58:10+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1652cbc0-1228-11ed-8784-3e2323840a52 | InvocationID=1652cdaa-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:58:30+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=139ecee2-1228-11ed-8784-3e2323840a52 | InvocationID=139ed090-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:58:30+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22657de0-1228-11ed-8784-3e2323840a52 | InvocationID=2265809c-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:58:35+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1652cbc0-1228-11ed-8784-3e2323840a52 | InvocationID=1652cdaa-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:58:35+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2541d86a-1228-11ed-8784-3e2323840a52 | InvocationID=2541d9be-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:58:35+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2541d86a-1228-11ed-8784-3e2323840a52 | InvocationID=2541d9be-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:58:35+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2541d86a-1228-11ed-8784-3e2323840a52 | InvocationID=2541d9be-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:58:55+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22657de0-1228-11ed-8784-3e2323840a52 | InvocationID=2265809c-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:58:55+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312be396-1228-11ed-8784-3e2323840a52 | InvocationID=312be634-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:59:00+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2541d86a-1228-11ed-8784-3e2323840a52 | InvocationID=2541d9be-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:59:00+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=342f02e4-1228-11ed-8784-3e2323840a52 | InvocationID=342f0488-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:59:00+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=342f02e4-1228-11ed-8784-3e2323840a52 | InvocationID=342f0488-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:59:00+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=342f02e4-1228-11ed-8784-3e2323840a52 | InvocationID=342f0488-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:59:19+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312be396-1228-11ed-8784-3e2323840a52 | InvocationID=312be634-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:59:19+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff12cb0-1228-11ed-8784-3e2323840a52 | InvocationID=3ff12f3a-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:59:25+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=342f02e4-1228-11ed-8784-3e2323840a52 | InvocationID=342f0488-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:59:25+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=431cd54c-1228-11ed-8784-3e2323840a52 | InvocationID=431cd6d2-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:59:25+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=431cd54c-1228-11ed-8784-3e2323840a52 | InvocationID=431cd6d2-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:59:25+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=431cd54c-1228-11ed-8784-3e2323840a52 | InvocationID=431cd6d2-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:59:44+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ff12cb0-1228-11ed-8784-3e2323840a52 | InvocationID=3ff12f3a-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T05:59:44+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb69ae6-1228-11ed-8784-3e2323840a52 | InvocationID=4eb69c76-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T05:59:50+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=431cd54c-1228-11ed-8784-3e2323840a52 | InvocationID=431cd6d2-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T05:59:50+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52099432-1228-11ed-8784-3e2323840a52 | InvocationID=5209961c-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T05:59:50+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52099432-1228-11ed-8784-3e2323840a52 | InvocationID=5209961c-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T05:59:50+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52099432-1228-11ed-8784-3e2323840a52 | InvocationID=5209961c-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:00:09+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb69ae6-1228-11ed-8784-3e2323840a52 | InvocationID=4eb69c76-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:00:09+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d81b7d6-1228-11ed-8784-3e2323840a52 | InvocationID=5d81bb82-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:00:15+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52099432-1228-11ed-8784-3e2323840a52 | InvocationID=5209961c-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:00:15+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f6dca2-1228-11ed-8784-3e2323840a52 | InvocationID=60f6def0-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:00:15+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f6dca2-1228-11ed-8784-3e2323840a52 | InvocationID=60f6def0-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:00:15+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f6dca2-1228-11ed-8784-3e2323840a52 | InvocationID=60f6def0-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:00:34+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d81b7d6-1228-11ed-8784-3e2323840a52 | InvocationID=5d81bb82-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:00:34+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c5627e2-1228-11ed-8784-3e2323840a52 | InvocationID=6c562ae4-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:00:40+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f6dca2-1228-11ed-8784-3e2323840a52 | InvocationID=60f6def0-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:00:40+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe589f2-1228-11ed-8784-3e2323840a52 | InvocationID=6fe58b96-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:00:40+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe589f2-1228-11ed-8784-3e2323840a52 | InvocationID=6fe58b96-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:00:40+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fe589f2-1228-11ed-8784-3e2323840a52 | InvocationID=6fe58b96-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:00:59+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c5627e2-1228-11ed-8784-3e2323840a52 | InvocationID=6c562ae4-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:00:59+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1cfb98-1228-11ed-8784-3e2323840a52 | InvocationID=7b1cfd96-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:01:05+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fe589f2-1228-11ed-8784-3e2323840a52 | InvocationID=6fe58b96-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:01:05+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed32118-1228-11ed-8784-3e2323840a52 | InvocationID=7ed323b6-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:01:05+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed32118-1228-11ed-8784-3e2323840a52 | InvocationID=7ed323b6-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:01:05+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ed32118-1228-11ed-8784-3e2323840a52 | InvocationID=7ed323b6-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:01:23+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b1cfb98-1228-11ed-8784-3e2323840a52 | InvocationID=7b1cfd96-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:01:23+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89e2edfe-1228-11ed-8784-3e2323840a52 | InvocationID=89e2f20e-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:01:30+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ed32118-1228-11ed-8784-3e2323840a52 | InvocationID=7ed323b6-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:01:30+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc026b2-1228-11ed-8784-3e2323840a52 | InvocationID=8dc0282e-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:01:30+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc026b2-1228-11ed-8784-3e2323840a52 | InvocationID=8dc0282e-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:01:30+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dc026b2-1228-11ed-8784-3e2323840a52 | InvocationID=8dc0282e-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:01:48+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89e2edfe-1228-11ed-8784-3e2323840a52 | InvocationID=89e2f20e-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:01:48+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a819e0-1228-11ed-8784-3e2323840a52 | InvocationID=98a81c4c-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:01:55+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dc026b2-1228-11ed-8784-3e2323840a52 | InvocationID=8dc0282e-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:01:55+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cad029e-1228-11ed-8784-3e2323840a52 | InvocationID=9cad042e-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:01:55+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cad029e-1228-11ed-8784-3e2323840a52 | InvocationID=9cad042e-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:01:55+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cad029e-1228-11ed-8784-3e2323840a52 | InvocationID=9cad042e-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:02:13+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98a819e0-1228-11ed-8784-3e2323840a52 | InvocationID=98a81c4c-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:02:13+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76d6020-1228-11ed-8784-3e2323840a52 | InvocationID=a76d65d4-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:02:20+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cad029e-1228-11ed-8784-3e2323840a52 | InvocationID=9cad042e-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:02:20+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab9a798a-1228-11ed-8784-3e2323840a52 | InvocationID=ab9a7b74-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:02:20+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab9a798a-1228-11ed-8784-3e2323840a52 | InvocationID=ab9a7b74-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:02:20+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab9a798a-1228-11ed-8784-3e2323840a52 | InvocationID=ab9a7b74-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:02:38+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a76d6020-1228-11ed-8784-3e2323840a52 | InvocationID=a76d65d4-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:02:38+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6372ec4-1228-11ed-8784-3e2323840a52 | InvocationID=b63731ee-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:02:45+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab9a798a-1228-11ed-8784-3e2323840a52 | InvocationID=ab9a7b74-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:02:45+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba87739e-1228-11ed-8784-3e2323840a52 | InvocationID=ba877524-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:02:45+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba87739e-1228-11ed-8784-3e2323840a52 | InvocationID=ba877524-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:02:45+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba87739e-1228-11ed-8784-3e2323840a52 | InvocationID=ba877524-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:03:03+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6372ec4-1228-11ed-8784-3e2323840a52 | InvocationID=b63731ee-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:03:03+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4fe0324-1228-11ed-8784-3e2323840a52 | InvocationID=c4fe04b4-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:03:10+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba87739e-1228-11ed-8784-3e2323840a52 | InvocationID=ba877524-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:03:10+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c975b5fa-1228-11ed-8784-3e2323840a52 | InvocationID=c975b794-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:03:10+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c975b5fa-1228-11ed-8784-3e2323840a52 | InvocationID=c975b794-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:03:10+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c975b5fa-1228-11ed-8784-3e2323840a52 | InvocationID=c975b794-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:03:27+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4fe0324-1228-11ed-8784-3e2323840a52 | InvocationID=c4fe04b4-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:03:27+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ca966a-1228-11ed-8784-3e2323840a52 | InvocationID=d3ca9804-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:03:35+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c975b5fa-1228-11ed-8784-3e2323840a52 | InvocationID=c975b794-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:03:35+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8633ef2-1228-11ed-8784-3e2323840a52 | InvocationID=d86341b8-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:03:35+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8633ef2-1228-11ed-8784-3e2323840a52 | InvocationID=d86341b8-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:03:35+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8633ef2-1228-11ed-8784-3e2323840a52 | InvocationID=d86341b8-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:03:52+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3ca966a-1228-11ed-8784-3e2323840a52 | InvocationID=d3ca9804-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:03:52+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e28d401c-1228-11ed-8784-3e2323840a52 | InvocationID=e28d41ac-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:04:00+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8633ef2-1228-11ed-8784-3e2323840a52 | InvocationID=d86341b8-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:04:00+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75322ec-1228-11ed-8784-3e2323840a52 | InvocationID=e75325c6-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:04:00+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75322ec-1228-11ed-8784-3e2323840a52 | InvocationID=e75325c6-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:04:00+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e75322ec-1228-11ed-8784-3e2323840a52 | InvocationID=e75325c6-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:04:17+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e28d401c-1228-11ed-8784-3e2323840a52 | InvocationID=e28d41ac-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:04:17+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1528cc4-1228-11ed-8784-3e2323840a52 | InvocationID=f1528efe-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:04:25+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e75322ec-1228-11ed-8784-3e2323840a52 | InvocationID=e75325c6-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:04:25+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f642a7be-1228-11ed-8784-3e2323840a52 | InvocationID=f642ab1a-1228-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:04:25+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f642a7be-1228-11ed-8784-3e2323840a52 | InvocationID=f642ab1a-1228-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:04:25+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f642a7be-1228-11ed-8784-3e2323840a52 | InvocationID=f642ab1a-1228-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:04:42+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1528cc4-1228-11ed-8784-3e2323840a52 | InvocationID=f1528efe-1228-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:04:42+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0019f8a0-1229-11ed-8784-3e2323840a52 | InvocationID=0019fa4e-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:04:50+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f642a7be-1228-11ed-8784-3e2323840a52 | InvocationID=f642ab1a-1228-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:04:50+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052fac68-1229-11ed-8784-3e2323840a52 | InvocationID=052fae98-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:04:50+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052fac68-1229-11ed-8784-3e2323840a52 | InvocationID=052fae98-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:04:50+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=052fac68-1229-11ed-8784-3e2323840a52 | InvocationID=052fae98-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:05:07+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0019f8a0-1229-11ed-8784-3e2323840a52 | InvocationID=0019fa4e-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:05:07+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0edddb5e-1229-11ed-8784-3e2323840a52 | InvocationID=0edddd16-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:05:15+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=052fac68-1229-11ed-8784-3e2323840a52 | InvocationID=052fae98-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:05:15+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141d4532-1229-11ed-8784-3e2323840a52 | InvocationID=141d46b8-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:05:15+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141d4532-1229-11ed-8784-3e2323840a52 | InvocationID=141d46b8-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:05:15+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141d4532-1229-11ed-8784-3e2323840a52 | InvocationID=141d46b8-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:05:31+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0edddb5e-1229-11ed-8784-3e2323840a52 | InvocationID=0edddd16-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:05:31+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da0a1d0-1229-11ed-8784-3e2323840a52 | InvocationID=1da0a3ba-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:05:40+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141d4532-1229-11ed-8784-3e2323840a52 | InvocationID=141d46b8-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:05:40+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230a542c-1229-11ed-8784-3e2323840a52 | InvocationID=230a563e-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:05:40+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230a542c-1229-11ed-8784-3e2323840a52 | InvocationID=230a563e-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:05:40+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230a542c-1229-11ed-8784-3e2323840a52 | InvocationID=230a563e-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:05:56+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1da0a1d0-1229-11ed-8784-3e2323840a52 | InvocationID=1da0a3ba-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:05:56+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c634e34-1229-11ed-8784-3e2323840a52 | InvocationID=2c634fba-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:06:05+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230a542c-1229-11ed-8784-3e2323840a52 | InvocationID=230a563e-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:06:05+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f81078-1229-11ed-8784-3e2323840a52 | InvocationID=31f81262-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:06:06+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f81078-1229-11ed-8784-3e2323840a52 | InvocationID=31f81262-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:06:06+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31f81078-1229-11ed-8784-3e2323840a52 | InvocationID=31f81262-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:06:21+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c634e34-1229-11ed-8784-3e2323840a52 | InvocationID=2c634fba-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:06:21+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b283150-1229-11ed-8784-3e2323840a52 | InvocationID=3b2833c6-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:06:31+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31f81078-1229-11ed-8784-3e2323840a52 | InvocationID=31f81262-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:06:31+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e5321e-1229-11ed-8784-3e2323840a52 | InvocationID=40e53494-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:06:31+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e5321e-1229-11ed-8784-3e2323840a52 | InvocationID=40e53494-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:06:31+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e5321e-1229-11ed-8784-3e2323840a52 | InvocationID=40e53494-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:06:46+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b283150-1229-11ed-8784-3e2323840a52 | InvocationID=3b2833c6-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:06:46+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ec5ebe-1229-11ed-8784-3e2323840a52 | InvocationID=49ec608a-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:06:56+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e5321e-1229-11ed-8784-3e2323840a52 | InvocationID=40e53494-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:06:56+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd23966-1229-11ed-8784-3e2323840a52 | InvocationID=4fd23b00-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:06:56+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd23966-1229-11ed-8784-3e2323840a52 | InvocationID=4fd23b00-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:06:56+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd23966-1229-11ed-8784-3e2323840a52 | InvocationID=4fd23b00-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:07:10+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49ec5ebe-1229-11ed-8784-3e2323840a52 | InvocationID=49ec608a-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:07:10+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b169a8-1229-11ed-8784-3e2323840a52 | InvocationID=58b16bec-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:07:21+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd23966-1229-11ed-8784-3e2323840a52 | InvocationID=4fd23b00-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:07:21+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebfc146-1229-11ed-8784-3e2323840a52 | InvocationID=5ebfc2e0-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:07:21+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebfc146-1229-11ed-8784-3e2323840a52 | InvocationID=5ebfc2e0-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:07:21+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebfc146-1229-11ed-8784-3e2323840a52 | InvocationID=5ebfc2e0-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:07:35+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58b169a8-1229-11ed-8784-3e2323840a52 | InvocationID=58b16bec-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:07:35+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677b9ce2-1229-11ed-8784-3e2323840a52 | InvocationID=677b9ee0-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:07:46+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebfc146-1229-11ed-8784-3e2323840a52 | InvocationID=5ebfc2e0-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:07:46+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dae1572-1229-11ed-8784-3e2323840a52 | InvocationID=6dae1a86-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:07:46+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dae1572-1229-11ed-8784-3e2323840a52 | InvocationID=6dae1a86-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:07:46+0000 | policy_event_thread | 140421510871840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dae1572-1229-11ed-8784-3e2323840a52 | InvocationID=6dae1a86-1229-11ed-8784-3e2323840a52 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-02T06:08:00+0000 | aai_event_thread | 140421509810976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677b9ce2-1229-11ed-8784-3e2323840a52 | InvocationID=677b9ee0-1229-11ed-8784-3e2323840a52 | Polling MR for XNF AAI events.[0m 2022-08-02T06:08:00+0000 | aai_event_thread | 140421509810976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7641e93e-1229-11ed-8784-3e2323840a52 | InvocationID=7641ed12-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-02T06:08:11+0000 | policy_event_thread | 140421510871840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dae1572-1229-11ed-8784-3e2323840a52 | InvocationID=6dae1a86-1229-11ed-8784-3e2323840a52 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-02T06:08:11+0000 | policy_event_thread | 140421510871840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c9d1e16-1229-11ed-8784-3e2323840a52 | InvocationID=7c9d2082-1229-11ed-8784-3e2323840a52 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-02T06:08:11+0000 | policy_event_thread | 140421510871840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c9d1e16-1229-11ed-8784-3e2323840a52 | InvocationID=7c9d2082-1229-11ed-8784-3e2323840a52 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.excepti