By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-10-02T05:12:44+0000 | MainThread | 140140320431432 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-10-02T05:12:44+0000 | MainThread | 140140320431432 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-10-02T05:12:44+0000 | MainThread | 140140320431432 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-10-02T05:12:44+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:12:44+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-10-02T05:12:44+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92e87e8-4210-11ed-a575-4e60cabc184b | InvocationID=d92e8a9a-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:12:44+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92eb98e-4210-11ed-a575-4e60cabc184b | InvocationID=d92eba9c-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:12:45+0000 | MainThread | 140140320431432 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-10-02T05:12:45+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92e87e8-4210-11ed-a575-4e60cabc184b | InvocationID=d92e8a9a-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:12:45+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d92e87e8-4210-11ed-a575-4e60cabc184b | InvocationID=d92e8a9a-4210-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:12:45+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92eb98e-4210-11ed-a575-4e60cabc184b | InvocationID=d92eba9c-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:12:45+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d92eb98e-4210-11ed-a575-4e60cabc184b | InvocationID=d92eba9c-4210-11ed-a575-4e60cabc184b | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:13:05+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d92eb98e-4210-11ed-a575-4e60cabc184b | InvocationID=d92eba9c-4210-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:13:05+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5c1e86a-4210-11ed-a575-4e60cabc184b | InvocationID=e5c1ead6-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:13:07+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5c1e86a-4210-11ed-a575-4e60cabc184b | InvocationID=e5c1ead6-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:13:07+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5c1e86a-4210-11ed-a575-4e60cabc184b | InvocationID=e5c1ead6-4210-11ed-a575-4e60cabc184b | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:13:10+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d92e87e8-4210-11ed-a575-4e60cabc184b | InvocationID=d92e8a9a-4210-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:13:10+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b5a6d8-4210-11ed-a575-4e60cabc184b | InvocationID=e8b5a9a8-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:13:11+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b5a6d8-4210-11ed-a575-4e60cabc184b | InvocationID=e8b5a9a8-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:13:11+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8b5a6d8-4210-11ed-a575-4e60cabc184b | InvocationID=e8b5a9a8-4210-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-10-02T05:13:27+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5c1e86a-4210-11ed-a575-4e60cabc184b | InvocationID=e5c1ead6-4210-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:13:27+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24bfbde-4210-11ed-a575-4e60cabc184b | InvocationID=f24bfe90-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:13:27+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24bfbde-4210-11ed-a575-4e60cabc184b | InvocationID=f24bfe90-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:13:27+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f24bfbde-4210-11ed-a575-4e60cabc184b | InvocationID=f24bfe90-4210-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:13:36+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8b5a6d8-4210-11ed-a575-4e60cabc184b | InvocationID=e8b5a9a8-4210-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:13:36+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83bbb4c-4210-11ed-a575-4e60cabc184b | InvocationID=f83bbd04-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:13:37+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83bbb4c-4210-11ed-a575-4e60cabc184b | InvocationID=f83bbd04-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:13:37+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f83bbb4c-4210-11ed-a575-4e60cabc184b | InvocationID=f83bbd04-4210-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:13:47+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f24bfbde-4210-11ed-a575-4e60cabc184b | InvocationID=f24bfe90-4210-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:13:47+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe88ba72-4210-11ed-a575-4e60cabc184b | InvocationID=fe88bde2-4210-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:13:47+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe88ba72-4210-11ed-a575-4e60cabc184b | InvocationID=fe88bde2-4210-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:13:47+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe88ba72-4210-11ed-a575-4e60cabc184b | InvocationID=fe88bde2-4210-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:02+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f83bbb4c-4210-11ed-a575-4e60cabc184b | InvocationID=f83bbd04-4210-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:14:02+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=072ca0f8-4211-11ed-a575-4e60cabc184b | InvocationID=072ca332-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:14:02+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=072ca0f8-4211-11ed-a575-4e60cabc184b | InvocationID=072ca332-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:14:02+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=072ca0f8-4211-11ed-a575-4e60cabc184b | InvocationID=072ca332-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:14:07+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe88ba72-4210-11ed-a575-4e60cabc184b | InvocationID=fe88bde2-4210-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:14:07+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7ee31a-4211-11ed-a575-4e60cabc184b | InvocationID=0a7ee4dc-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:14:07+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7ee31a-4211-11ed-a575-4e60cabc184b | InvocationID=0a7ee4dc-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:07+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a7ee31a-4211-11ed-a575-4e60cabc184b | InvocationID=0a7ee4dc-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:27+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=072ca0f8-4211-11ed-a575-4e60cabc184b | InvocationID=072ca332-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:14:27+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=161bb388-4211-11ed-a575-4e60cabc184b | InvocationID=161bb752-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:14:27+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=161bb388-4211-11ed-a575-4e60cabc184b | InvocationID=161bb752-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:14:27+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=161bb388-4211-11ed-a575-4e60cabc184b | InvocationID=161bb752-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:14:27+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a7ee31a-4211-11ed-a575-4e60cabc184b | InvocationID=0a7ee4dc-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:14:27+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16744b7e-4211-11ed-a575-4e60cabc184b | InvocationID=16745b32-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:14:27+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16744b7e-4211-11ed-a575-4e60cabc184b | InvocationID=16745b32-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:27+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16744b7e-4211-11ed-a575-4e60cabc184b | InvocationID=16745b32-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:47+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16744b7e-4211-11ed-a575-4e60cabc184b | InvocationID=16745b32-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:14:47+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2269391c-4211-11ed-a575-4e60cabc184b | InvocationID=226946c8-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:14:47+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2269391c-4211-11ed-a575-4e60cabc184b | InvocationID=226946c8-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:47+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2269391c-4211-11ed-a575-4e60cabc184b | InvocationID=226946c8-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:14:52+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=161bb388-4211-11ed-a575-4e60cabc184b | InvocationID=161bb752-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:14:52+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25113a3e-4211-11ed-a575-4e60cabc184b | InvocationID=25113be2-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:14:52+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25113a3e-4211-11ed-a575-4e60cabc184b | InvocationID=25113be2-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:14:52+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25113a3e-4211-11ed-a575-4e60cabc184b | InvocationID=25113be2-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:15:07+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2269391c-4211-11ed-a575-4e60cabc184b | InvocationID=226946c8-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:15:07+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e5e004a-4211-11ed-a575-4e60cabc184b | InvocationID=2e5e0284-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:15:07+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e5e004a-4211-11ed-a575-4e60cabc184b | InvocationID=2e5e0284-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:15:07+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e5e004a-4211-11ed-a575-4e60cabc184b | InvocationID=2e5e0284-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:15:17+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25113a3e-4211-11ed-a575-4e60cabc184b | InvocationID=25113be2-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:15:17+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ffa058-4211-11ed-a575-4e60cabc184b | InvocationID=33ffa224-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:15:17+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ffa058-4211-11ed-a575-4e60cabc184b | InvocationID=33ffa224-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:15:17+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33ffa058-4211-11ed-a575-4e60cabc184b | InvocationID=33ffa224-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:15:27+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e5e004a-4211-11ed-a575-4e60cabc184b | InvocationID=2e5e0284-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:15:27+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5141fa-4211-11ed-a575-4e60cabc184b | InvocationID=3a5143b2-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:15:27+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5141fa-4211-11ed-a575-4e60cabc184b | InvocationID=3a5143b2-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:15:27+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a5141fa-4211-11ed-a575-4e60cabc184b | InvocationID=3a5143b2-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:15:42+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33ffa058-4211-11ed-a575-4e60cabc184b | InvocationID=33ffa224-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:15:42+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42eeb482-4211-11ed-a575-4e60cabc184b | InvocationID=42eeb644-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:15:42+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42eeb482-4211-11ed-a575-4e60cabc184b | InvocationID=42eeb644-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:15:42+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42eeb482-4211-11ed-a575-4e60cabc184b | InvocationID=42eeb644-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:15:47+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a5141fa-4211-11ed-a575-4e60cabc184b | InvocationID=3a5143b2-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:15:47+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46447626-4211-11ed-a575-4e60cabc184b | InvocationID=4644784c-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:15:47+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46447626-4211-11ed-a575-4e60cabc184b | InvocationID=4644784c-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:15:47+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46447626-4211-11ed-a575-4e60cabc184b | InvocationID=4644784c-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:07+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42eeb482-4211-11ed-a575-4e60cabc184b | InvocationID=42eeb644-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:16:07+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51dd74e2-4211-11ed-a575-4e60cabc184b | InvocationID=51dd76cc-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:16:07+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51dd74e2-4211-11ed-a575-4e60cabc184b | InvocationID=51dd76cc-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:16:07+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51dd74e2-4211-11ed-a575-4e60cabc184b | InvocationID=51dd76cc-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:16:07+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46447626-4211-11ed-a575-4e60cabc184b | InvocationID=4644784c-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:16:07+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52382342-4211-11ed-a575-4e60cabc184b | InvocationID=52382540-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:16:08+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52382342-4211-11ed-a575-4e60cabc184b | InvocationID=52382540-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:08+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52382342-4211-11ed-a575-4e60cabc184b | InvocationID=52382540-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:28+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52382342-4211-11ed-a575-4e60cabc184b | InvocationID=52382540-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:16:28+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2ba64c-4211-11ed-a575-4e60cabc184b | InvocationID=5e2ba912-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:16:28+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2ba64c-4211-11ed-a575-4e60cabc184b | InvocationID=5e2ba912-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:28+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e2ba64c-4211-11ed-a575-4e60cabc184b | InvocationID=5e2ba912-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:32+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51dd74e2-4211-11ed-a575-4e60cabc184b | InvocationID=51dd76cc-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:16:32+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60ccdf1a-4211-11ed-a575-4e60cabc184b | InvocationID=60ccefb4-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:16:32+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60ccdf1a-4211-11ed-a575-4e60cabc184b | InvocationID=60ccefb4-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:16:32+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60ccdf1a-4211-11ed-a575-4e60cabc184b | InvocationID=60ccefb4-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:16:48+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e2ba64c-4211-11ed-a575-4e60cabc184b | InvocationID=5e2ba912-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:16:48+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a1ff6d8-4211-11ed-a575-4e60cabc184b | InvocationID=6a1ff890-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:16:48+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a1ff6d8-4211-11ed-a575-4e60cabc184b | InvocationID=6a1ff890-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:48+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a1ff6d8-4211-11ed-a575-4e60cabc184b | InvocationID=6a1ff890-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:16:57+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60ccdf1a-4211-11ed-a575-4e60cabc184b | InvocationID=60ccefb4-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:16:57+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbbefde-4211-11ed-a575-4e60cabc184b | InvocationID=6fbbf3f8-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:16:57+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbbefde-4211-11ed-a575-4e60cabc184b | InvocationID=6fbbf3f8-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:16:57+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fbbefde-4211-11ed-a575-4e60cabc184b | InvocationID=6fbbf3f8-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:17:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a1ff6d8-4211-11ed-a575-4e60cabc184b | InvocationID=6a1ff890-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:17:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76189e90-4211-11ed-a575-4e60cabc184b | InvocationID=7618a098-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:17:08+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76189e90-4211-11ed-a575-4e60cabc184b | InvocationID=7618a098-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:17:08+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76189e90-4211-11ed-a575-4e60cabc184b | InvocationID=7618a098-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:17:22+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fbbefde-4211-11ed-a575-4e60cabc184b | InvocationID=6fbbf3f8-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:17:22+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eab9418-4211-11ed-a575-4e60cabc184b | InvocationID=7eab95e4-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:17:22+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eab9418-4211-11ed-a575-4e60cabc184b | InvocationID=7eab95e4-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:17:22+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eab9418-4211-11ed-a575-4e60cabc184b | InvocationID=7eab95e4-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:17:28+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76189e90-4211-11ed-a575-4e60cabc184b | InvocationID=7618a098-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:17:28+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8215e1da-4211-11ed-a575-4e60cabc184b | InvocationID=8215e3b0-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:17:28+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8215e1da-4211-11ed-a575-4e60cabc184b | InvocationID=8215e3b0-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:17:28+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8215e1da-4211-11ed-a575-4e60cabc184b | InvocationID=8215e3b0-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:17:47+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eab9418-4211-11ed-a575-4e60cabc184b | InvocationID=7eab95e4-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:17:47+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d99942a-4211-11ed-a575-4e60cabc184b | InvocationID=8d9995d8-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:17:47+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d99942a-4211-11ed-a575-4e60cabc184b | InvocationID=8d9995d8-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:17:47+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d99942a-4211-11ed-a575-4e60cabc184b | InvocationID=8d9995d8-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:17:48+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8215e1da-4211-11ed-a575-4e60cabc184b | InvocationID=8215e3b0-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:17:48+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1129a4-4211-11ed-a575-4e60cabc184b | InvocationID=8e112bfc-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:17:48+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1129a4-4211-11ed-a575-4e60cabc184b | InvocationID=8e112bfc-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:17:48+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e1129a4-4211-11ed-a575-4e60cabc184b | InvocationID=8e112bfc-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:18:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e1129a4-4211-11ed-a575-4e60cabc184b | InvocationID=8e112bfc-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:18:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a040e70-4211-11ed-a575-4e60cabc184b | InvocationID=9a0410a0-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:18:08+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a040e70-4211-11ed-a575-4e60cabc184b | InvocationID=9a0410a0-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:18:08+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a040e70-4211-11ed-a575-4e60cabc184b | InvocationID=9a0410a0-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:18:12+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d99942a-4211-11ed-a575-4e60cabc184b | InvocationID=8d9995d8-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:18:12+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c8884fa-4211-11ed-a575-4e60cabc184b | InvocationID=9c8890a8-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:18:12+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c8884fa-4211-11ed-a575-4e60cabc184b | InvocationID=9c8890a8-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:18:12+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c8884fa-4211-11ed-a575-4e60cabc184b | InvocationID=9c8890a8-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:18:28+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a040e70-4211-11ed-a575-4e60cabc184b | InvocationID=9a0410a0-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:18:28+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5f8d09e-4211-11ed-a575-4e60cabc184b | InvocationID=a5f8d300-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:18:28+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5f8d09e-4211-11ed-a575-4e60cabc184b | InvocationID=a5f8d300-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:18:28+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5f8d09e-4211-11ed-a575-4e60cabc184b | InvocationID=a5f8d300-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:18:37+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c8884fa-4211-11ed-a575-4e60cabc184b | InvocationID=9c8890a8-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:18:37+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab77177e-4211-11ed-a575-4e60cabc184b | InvocationID=ab771a6c-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:18:37+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab77177e-4211-11ed-a575-4e60cabc184b | InvocationID=ab771a6c-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:18:37+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab77177e-4211-11ed-a575-4e60cabc184b | InvocationID=ab771a6c-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:18:48+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5f8d09e-4211-11ed-a575-4e60cabc184b | InvocationID=a5f8d300-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:18:48+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f14034-4211-11ed-a575-4e60cabc184b | InvocationID=b1f142d2-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:18:48+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f14034-4211-11ed-a575-4e60cabc184b | InvocationID=b1f142d2-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:18:48+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1f14034-4211-11ed-a575-4e60cabc184b | InvocationID=b1f142d2-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:02+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab77177e-4211-11ed-a575-4e60cabc184b | InvocationID=ab771a6c-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:19:02+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba67e11e-4211-11ed-a575-4e60cabc184b | InvocationID=ba67e2d6-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:19:02+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba67e11e-4211-11ed-a575-4e60cabc184b | InvocationID=ba67e2d6-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:19:02+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba67e11e-4211-11ed-a575-4e60cabc184b | InvocationID=ba67e2d6-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:19:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1f14034-4211-11ed-a575-4e60cabc184b | InvocationID=b1f142d2-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:19:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde4e5a8-4211-11ed-a575-4e60cabc184b | InvocationID=bde4e8fa-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:19:08+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde4e5a8-4211-11ed-a575-4e60cabc184b | InvocationID=bde4e8fa-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:08+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bde4e5a8-4211-11ed-a575-4e60cabc184b | InvocationID=bde4e8fa-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:27+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba67e11e-4211-11ed-a575-4e60cabc184b | InvocationID=ba67e2d6-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:19:27+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9599802-4211-11ed-a575-4e60cabc184b | InvocationID=c9599a50-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:19:27+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9599802-4211-11ed-a575-4e60cabc184b | InvocationID=c9599a50-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:19:27+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9599802-4211-11ed-a575-4e60cabc184b | InvocationID=c9599a50-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:19:28+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bde4e5a8-4211-11ed-a575-4e60cabc184b | InvocationID=bde4e8fa-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:19:28+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d9b686-4211-11ed-a575-4e60cabc184b | InvocationID=c9d9b83e-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:19:28+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d9b686-4211-11ed-a575-4e60cabc184b | InvocationID=c9d9b83e-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:28+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d9b686-4211-11ed-a575-4e60cabc184b | InvocationID=c9d9b83e-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:48+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d9b686-4211-11ed-a575-4e60cabc184b | InvocationID=c9d9b83e-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:19:48+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cd3f44-4211-11ed-a575-4e60cabc184b | InvocationID=d5cd4106-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:19:48+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cd3f44-4211-11ed-a575-4e60cabc184b | InvocationID=d5cd4106-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:48+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5cd3f44-4211-11ed-a575-4e60cabc184b | InvocationID=d5cd4106-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:19:52+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9599802-4211-11ed-a575-4e60cabc184b | InvocationID=c9599a50-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:19:52+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d84cb326-4211-11ed-a575-4e60cabc184b | InvocationID=d84cb56a-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:19:52+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d84cb326-4211-11ed-a575-4e60cabc184b | InvocationID=d84cb56a-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:19:52+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d84cb326-4211-11ed-a575-4e60cabc184b | InvocationID=d84cb56a-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:20:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5cd3f44-4211-11ed-a575-4e60cabc184b | InvocationID=d5cd4106-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:20:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c0a638-4211-11ed-a575-4e60cabc184b | InvocationID=e1c0af52-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:20:08+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c0a638-4211-11ed-a575-4e60cabc184b | InvocationID=e1c0af52-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:20:08+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1c0a638-4211-11ed-a575-4e60cabc184b | InvocationID=e1c0af52-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:20:17+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d84cb326-4211-11ed-a575-4e60cabc184b | InvocationID=d84cb56a-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:20:17+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73b1e90-4211-11ed-a575-4e60cabc184b | InvocationID=e73b207a-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:20:18+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73b1e90-4211-11ed-a575-4e60cabc184b | InvocationID=e73b207a-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:20:18+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e73b1e90-4211-11ed-a575-4e60cabc184b | InvocationID=e73b207a-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:20:28+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1c0a638-4211-11ed-a575-4e60cabc184b | InvocationID=e1c0af52-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:20:28+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb9b88a-4211-11ed-a575-4e60cabc184b | InvocationID=edb9ba56-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:20:28+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb9b88a-4211-11ed-a575-4e60cabc184b | InvocationID=edb9ba56-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:20:28+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edb9b88a-4211-11ed-a575-4e60cabc184b | InvocationID=edb9ba56-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:20:43+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e73b1e90-4211-11ed-a575-4e60cabc184b | InvocationID=e73b207a-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:20:43+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6379f04-4211-11ed-a575-4e60cabc184b | InvocationID=f637a3b4-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:20:43+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6379f04-4211-11ed-a575-4e60cabc184b | InvocationID=f637a3b4-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:20:43+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6379f04-4211-11ed-a575-4e60cabc184b | InvocationID=f637a3b4-4211-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:20:48+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edb9b88a-4211-11ed-a575-4e60cabc184b | InvocationID=edb9ba56-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:20:48+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ad8ebe-4211-11ed-a575-4e60cabc184b | InvocationID=f9ad9094-4211-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:20:48+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ad8ebe-4211-11ed-a575-4e60cabc184b | InvocationID=f9ad9094-4211-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:20:48+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ad8ebe-4211-11ed-a575-4e60cabc184b | InvocationID=f9ad9094-4211-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:08+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6379f04-4211-11ed-a575-4e60cabc184b | InvocationID=f637a3b4-4211-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:21:08+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0525a15a-4212-11ed-a575-4e60cabc184b | InvocationID=0525a36c-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:21:08+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0525a15a-4212-11ed-a575-4e60cabc184b | InvocationID=0525a36c-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:21:08+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0525a15a-4212-11ed-a575-4e60cabc184b | InvocationID=0525a36c-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:21:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ad8ebe-4211-11ed-a575-4e60cabc184b | InvocationID=f9ad9094-4211-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:21:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a1e242-4212-11ed-a575-4e60cabc184b | InvocationID=05a1e530-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:21:09+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a1e242-4212-11ed-a575-4e60cabc184b | InvocationID=05a1e530-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:09+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05a1e242-4212-11ed-a575-4e60cabc184b | InvocationID=05a1e530-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05a1e242-4212-11ed-a575-4e60cabc184b | InvocationID=05a1e530-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:21:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1196d116-4212-11ed-a575-4e60cabc184b | InvocationID=1196d332-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:21:29+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1196d116-4212-11ed-a575-4e60cabc184b | InvocationID=1196d332-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:29+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1196d116-4212-11ed-a575-4e60cabc184b | InvocationID=1196d332-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:33+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0525a15a-4212-11ed-a575-4e60cabc184b | InvocationID=0525a36c-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:21:33+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141441b2-4212-11ed-a575-4e60cabc184b | InvocationID=1414437e-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:21:33+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141441b2-4212-11ed-a575-4e60cabc184b | InvocationID=1414437e-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:21:33+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141441b2-4212-11ed-a575-4e60cabc184b | InvocationID=1414437e-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:21:49+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1196d116-4212-11ed-a575-4e60cabc184b | InvocationID=1196d332-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:21:49+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8a4804-4212-11ed-a575-4e60cabc184b | InvocationID=1d8a49c6-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:21:49+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8a4804-4212-11ed-a575-4e60cabc184b | InvocationID=1d8a49c6-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:49+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d8a4804-4212-11ed-a575-4e60cabc184b | InvocationID=1d8a49c6-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:21:58+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141441b2-4212-11ed-a575-4e60cabc184b | InvocationID=1414437e-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:21:58+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2307d90e-4212-11ed-a575-4e60cabc184b | InvocationID=2307ddaa-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:21:58+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2307d90e-4212-11ed-a575-4e60cabc184b | InvocationID=2307ddaa-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:21:58+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2307d90e-4212-11ed-a575-4e60cabc184b | InvocationID=2307ddaa-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:22:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d8a4804-4212-11ed-a575-4e60cabc184b | InvocationID=1d8a49c6-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:22:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=297e5808-4212-11ed-a575-4e60cabc184b | InvocationID=297e59d4-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:22:09+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=297e5808-4212-11ed-a575-4e60cabc184b | InvocationID=297e59d4-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:22:09+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=297e5808-4212-11ed-a575-4e60cabc184b | InvocationID=297e59d4-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:22:23+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2307d90e-4212-11ed-a575-4e60cabc184b | InvocationID=2307ddaa-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:22:23+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f71a1a-4212-11ed-a575-4e60cabc184b | InvocationID=31f71ede-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:22:23+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f71a1a-4212-11ed-a575-4e60cabc184b | InvocationID=31f71ede-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:22:23+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31f71a1a-4212-11ed-a575-4e60cabc184b | InvocationID=31f71ede-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:22:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=297e5808-4212-11ed-a575-4e60cabc184b | InvocationID=297e59d4-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:22:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35711a7e-4212-11ed-a575-4e60cabc184b | InvocationID=35711ccc-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:22:29+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35711a7e-4212-11ed-a575-4e60cabc184b | InvocationID=35711ccc-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:22:29+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35711a7e-4212-11ed-a575-4e60cabc184b | InvocationID=35711ccc-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:22:48+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31f71a1a-4212-11ed-a575-4e60cabc184b | InvocationID=31f71ede-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:22:48+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e92f86-4212-11ed-a575-4e60cabc184b | InvocationID=40e931ca-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:22:48+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e92f86-4212-11ed-a575-4e60cabc184b | InvocationID=40e931ca-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:22:48+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e92f86-4212-11ed-a575-4e60cabc184b | InvocationID=40e931ca-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:22:49+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35711a7e-4212-11ed-a575-4e60cabc184b | InvocationID=35711ccc-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:22:49+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41645f4e-4212-11ed-a575-4e60cabc184b | InvocationID=41646110-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:22:49+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41645f4e-4212-11ed-a575-4e60cabc184b | InvocationID=41646110-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:22:49+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41645f4e-4212-11ed-a575-4e60cabc184b | InvocationID=41646110-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:23:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41645f4e-4212-11ed-a575-4e60cabc184b | InvocationID=41646110-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:23:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d575e46-4212-11ed-a575-4e60cabc184b | InvocationID=4d576012-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:23:09+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d575e46-4212-11ed-a575-4e60cabc184b | InvocationID=4d576012-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:23:09+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d575e46-4212-11ed-a575-4e60cabc184b | InvocationID=4d576012-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:23:13+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e92f86-4212-11ed-a575-4e60cabc184b | InvocationID=40e931ca-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:23:13+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd739ac-4212-11ed-a575-4e60cabc184b | InvocationID=4fd73ea2-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:23:13+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd739ac-4212-11ed-a575-4e60cabc184b | InvocationID=4fd73ea2-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:23:13+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd739ac-4212-11ed-a575-4e60cabc184b | InvocationID=4fd73ea2-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:23:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d575e46-4212-11ed-a575-4e60cabc184b | InvocationID=4d576012-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:23:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594a69c8-4212-11ed-a575-4e60cabc184b | InvocationID=594a6d24-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:23:29+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594a69c8-4212-11ed-a575-4e60cabc184b | InvocationID=594a6d24-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:23:29+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=594a69c8-4212-11ed-a575-4e60cabc184b | InvocationID=594a6d24-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:23:38+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd739ac-4212-11ed-a575-4e60cabc184b | InvocationID=4fd73ea2-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:23:38+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ec61bd6-4212-11ed-a575-4e60cabc184b | InvocationID=5ec621f8-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:23:38+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ec61bd6-4212-11ed-a575-4e60cabc184b | InvocationID=5ec621f8-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:23:38+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ec61bd6-4212-11ed-a575-4e60cabc184b | InvocationID=5ec621f8-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:23:49+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=594a69c8-4212-11ed-a575-4e60cabc184b | InvocationID=594a6d24-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:23:49+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65435eb0-4212-11ed-a575-4e60cabc184b | InvocationID=65436266-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:23:49+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65435eb0-4212-11ed-a575-4e60cabc184b | InvocationID=65436266-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:23:49+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65435eb0-4212-11ed-a575-4e60cabc184b | InvocationID=65436266-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:03+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ec61bd6-4212-11ed-a575-4e60cabc184b | InvocationID=5ec621f8-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:24:03+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db742be-4212-11ed-a575-4e60cabc184b | InvocationID=6db745d4-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:24:03+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db742be-4212-11ed-a575-4e60cabc184b | InvocationID=6db745d4-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:24:03+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6db742be-4212-11ed-a575-4e60cabc184b | InvocationID=6db745d4-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:24:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65435eb0-4212-11ed-a575-4e60cabc184b | InvocationID=65436266-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:24:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7139efd6-4212-11ed-a575-4e60cabc184b | InvocationID=7139f2a6-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:24:09+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7139efd6-4212-11ed-a575-4e60cabc184b | InvocationID=7139f2a6-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:09+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7139efd6-4212-11ed-a575-4e60cabc184b | InvocationID=7139f2a6-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:28+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6db742be-4212-11ed-a575-4e60cabc184b | InvocationID=6db745d4-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:24:28+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca5dbaa-4212-11ed-a575-4e60cabc184b | InvocationID=7ca5dda8-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:24:28+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca5dbaa-4212-11ed-a575-4e60cabc184b | InvocationID=7ca5dda8-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:24:28+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca5dbaa-4212-11ed-a575-4e60cabc184b | InvocationID=7ca5dda8-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:24:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7139efd6-4212-11ed-a575-4e60cabc184b | InvocationID=7139f2a6-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:24:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2d691c-4212-11ed-a575-4e60cabc184b | InvocationID=7d2d6ad4-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:24:29+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2d691c-4212-11ed-a575-4e60cabc184b | InvocationID=7d2d6ad4-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:29+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d2d691c-4212-11ed-a575-4e60cabc184b | InvocationID=7d2d6ad4-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:49+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d2d691c-4212-11ed-a575-4e60cabc184b | InvocationID=7d2d6ad4-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:24:49+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89224c4c-4212-11ed-a575-4e60cabc184b | InvocationID=89224f62-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:24:49+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89224c4c-4212-11ed-a575-4e60cabc184b | InvocationID=89224f62-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:49+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89224c4c-4212-11ed-a575-4e60cabc184b | InvocationID=89224f62-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:24:53+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca5dbaa-4212-11ed-a575-4e60cabc184b | InvocationID=7ca5dda8-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:24:53+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9543da-4212-11ed-a575-4e60cabc184b | InvocationID=8b954664-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:24:53+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9543da-4212-11ed-a575-4e60cabc184b | InvocationID=8b954664-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:24:53+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b9543da-4212-11ed-a575-4e60cabc184b | InvocationID=8b954664-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:25:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89224c4c-4212-11ed-a575-4e60cabc184b | InvocationID=89224f62-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:25:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9516159c-4212-11ed-a575-4e60cabc184b | InvocationID=95161830-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:25:09+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9516159c-4212-11ed-a575-4e60cabc184b | InvocationID=95161830-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:25:09+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9516159c-4212-11ed-a575-4e60cabc184b | InvocationID=95161830-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:25:18+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b9543da-4212-11ed-a575-4e60cabc184b | InvocationID=8b954664-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:25:18+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a856bd6-4212-11ed-a575-4e60cabc184b | InvocationID=9a856f5a-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:25:18+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a856bd6-4212-11ed-a575-4e60cabc184b | InvocationID=9a856f5a-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:25:18+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a856bd6-4212-11ed-a575-4e60cabc184b | InvocationID=9a856f5a-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:25:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9516159c-4212-11ed-a575-4e60cabc184b | InvocationID=95161830-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:25:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a109bc8c-4212-11ed-a575-4e60cabc184b | InvocationID=a109be58-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:25:29+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a109bc8c-4212-11ed-a575-4e60cabc184b | InvocationID=a109be58-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:25:29+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a109bc8c-4212-11ed-a575-4e60cabc184b | InvocationID=a109be58-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:25:43+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a856bd6-4212-11ed-a575-4e60cabc184b | InvocationID=9a856f5a-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:25:43+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9749f72-4212-11ed-a575-4e60cabc184b | InvocationID=a974a1c0-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:25:43+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9749f72-4212-11ed-a575-4e60cabc184b | InvocationID=a974a1c0-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:25:43+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9749f72-4212-11ed-a575-4e60cabc184b | InvocationID=a974a1c0-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:25:49+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a109bc8c-4212-11ed-a575-4e60cabc184b | InvocationID=a109be58-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:25:49+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad012cc8-4212-11ed-a575-4e60cabc184b | InvocationID=ad012f20-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:25:49+0000 | aai_event_thread | 140140269693728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad012cc8-4212-11ed-a575-4e60cabc184b | InvocationID=ad012f20-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:25:49+0000 | aai_event_thread | 140140269693728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad012cc8-4212-11ed-a575-4e60cabc184b | InvocationID=ad012f20-4212-11ed-a575-4e60cabc184b | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-10-02T05:26:08+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9749f72-4212-11ed-a575-4e60cabc184b | InvocationID=a974a1c0-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:26:08+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b866a5c0-4212-11ed-a575-4e60cabc184b | InvocationID=b866a7b4-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:26:08+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b866a5c0-4212-11ed-a575-4e60cabc184b | InvocationID=b866a7b4-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:26:08+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b866a5c0-4212-11ed-a575-4e60cabc184b | InvocationID=b866a7b4-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:26:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad012cc8-4212-11ed-a575-4e60cabc184b | InvocationID=ad012f20-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:26:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8f4a6cc-4212-11ed-a575-4e60cabc184b | InvocationID=b8f4a92e-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:26:33+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b866a5c0-4212-11ed-a575-4e60cabc184b | InvocationID=b866a7b4-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:26:33+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7570a16-4212-11ed-a575-4e60cabc184b | InvocationID=c7571524-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:26:34+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7570a16-4212-11ed-a575-4e60cabc184b | InvocationID=c7571524-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:26:34+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7570a16-4212-11ed-a575-4e60cabc184b | InvocationID=c7571524-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:26:34+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8f4a6cc-4212-11ed-a575-4e60cabc184b | InvocationID=b8f4a92e-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:26:34+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c792e950-4212-11ed-a575-4e60cabc184b | InvocationID=c792eb12-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:26:54+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c792e950-4212-11ed-a575-4e60cabc184b | InvocationID=c792eb12-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:26:54+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38aedca-4212-11ed-a575-4e60cabc184b | InvocationID=d38aef96-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:26:59+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7570a16-4212-11ed-a575-4e60cabc184b | InvocationID=c7571524-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:26:59+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6471994-4212-11ed-a575-4e60cabc184b | InvocationID=d6471dae-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:26:59+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6471994-4212-11ed-a575-4e60cabc184b | InvocationID=d6471dae-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:26:59+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6471994-4212-11ed-a575-4e60cabc184b | InvocationID=d6471dae-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:27:14+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d38aedca-4212-11ed-a575-4e60cabc184b | InvocationID=d38aef96-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:27:14+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df84567a-4212-11ed-a575-4e60cabc184b | InvocationID=df8458b4-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:27:24+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6471994-4212-11ed-a575-4e60cabc184b | InvocationID=d6471dae-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:27:24+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5357036-4212-11ed-a575-4e60cabc184b | InvocationID=e53576f8-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:27:24+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5357036-4212-11ed-a575-4e60cabc184b | InvocationID=e53576f8-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:27:24+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5357036-4212-11ed-a575-4e60cabc184b | InvocationID=e53576f8-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:27:34+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df84567a-4212-11ed-a575-4e60cabc184b | InvocationID=df8458b4-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:27:34+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7f15c8-4212-11ed-a575-4e60cabc184b | InvocationID=eb7f1780-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:27:49+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5357036-4212-11ed-a575-4e60cabc184b | InvocationID=e53576f8-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:27:49+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f422e146-4212-11ed-a575-4e60cabc184b | InvocationID=f422e31c-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:27:49+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f422e146-4212-11ed-a575-4e60cabc184b | InvocationID=f422e31c-4212-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:27:49+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f422e146-4212-11ed-a575-4e60cabc184b | InvocationID=f422e31c-4212-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:27:55+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb7f15c8-4212-11ed-a575-4e60cabc184b | InvocationID=eb7f1780-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:27:55+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d2f9b6-4212-11ed-a575-4e60cabc184b | InvocationID=f7d2fe2a-4212-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:28:14+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f422e146-4212-11ed-a575-4e60cabc184b | InvocationID=f422e31c-4212-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:28:14+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03138124-4213-11ed-a575-4e60cabc184b | InvocationID=031382f0-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:28:14+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03138124-4213-11ed-a575-4e60cabc184b | InvocationID=031382f0-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:28:14+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03138124-4213-11ed-a575-4e60cabc184b | InvocationID=031382f0-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:28:20+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7d2f9b6-4212-11ed-a575-4e60cabc184b | InvocationID=f7d2fe2a-4212-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:28:20+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0698e730-4213-11ed-a575-4e60cabc184b | InvocationID=0698ec44-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:28:39+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03138124-4213-11ed-a575-4e60cabc184b | InvocationID=031382f0-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:28:39+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12022d16-4213-11ed-a575-4e60cabc184b | InvocationID=120232a2-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:28:39+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12022d16-4213-11ed-a575-4e60cabc184b | InvocationID=120232a2-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:28:39+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12022d16-4213-11ed-a575-4e60cabc184b | InvocationID=120232a2-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:28:44+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0698e730-4213-11ed-a575-4e60cabc184b | InvocationID=0698ec44-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:28:44+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=155f83c8-4213-11ed-a575-4e60cabc184b | InvocationID=155f86ac-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:29:04+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12022d16-4213-11ed-a575-4e60cabc184b | InvocationID=120232a2-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:29:04+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f197f8-4213-11ed-a575-4e60cabc184b | InvocationID=20f19b04-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:29:04+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f197f8-4213-11ed-a575-4e60cabc184b | InvocationID=20f19b04-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:29:04+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f197f8-4213-11ed-a575-4e60cabc184b | InvocationID=20f19b04-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:29:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=155f83c8-4213-11ed-a575-4e60cabc184b | InvocationID=155f86ac-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:29:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2423fa4c-4213-11ed-a575-4e60cabc184b | InvocationID=2423fc90-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:29:29+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f197f8-4213-11ed-a575-4e60cabc184b | InvocationID=20f19b04-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:29:29+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe02d92-4213-11ed-a575-4e60cabc184b | InvocationID=2fe02f68-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:29:29+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe02d92-4213-11ed-a575-4e60cabc184b | InvocationID=2fe02f68-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:29:29+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fe02d92-4213-11ed-a575-4e60cabc184b | InvocationID=2fe02f68-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:29:34+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2423fa4c-4213-11ed-a575-4e60cabc184b | InvocationID=2423fc90-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:29:34+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32e7ecc8-4213-11ed-a575-4e60cabc184b | InvocationID=32e7ee94-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:29:54+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fe02d92-4213-11ed-a575-4e60cabc184b | InvocationID=2fe02f68-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:29:54+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eceea46-4213-11ed-a575-4e60cabc184b | InvocationID=3eceec80-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:29:54+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eceea46-4213-11ed-a575-4e60cabc184b | InvocationID=3eceec80-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:29:54+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eceea46-4213-11ed-a575-4e60cabc184b | InvocationID=3eceec80-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:29:59+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32e7ecc8-4213-11ed-a575-4e60cabc184b | InvocationID=32e7ee94-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:29:59+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41aba808-4213-11ed-a575-4e60cabc184b | InvocationID=41aba9d4-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:30:19+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eceea46-4213-11ed-a575-4e60cabc184b | InvocationID=3eceec80-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:30:19+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dbd96e2-4213-11ed-a575-4e60cabc184b | InvocationID=4dbd9944-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:30:19+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dbd96e2-4213-11ed-a575-4e60cabc184b | InvocationID=4dbd9944-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:30:19+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dbd96e2-4213-11ed-a575-4e60cabc184b | InvocationID=4dbd9944-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:30:23+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41aba808-4213-11ed-a575-4e60cabc184b | InvocationID=41aba9d4-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:30:23+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507076e8-4213-11ed-a575-4e60cabc184b | InvocationID=507078c8-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:30:44+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dbd96e2-4213-11ed-a575-4e60cabc184b | InvocationID=4dbd9944-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:30:44+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cade0d0-4213-11ed-a575-4e60cabc184b | InvocationID=5cade292-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:30:44+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cade0d0-4213-11ed-a575-4e60cabc184b | InvocationID=5cade292-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:30:44+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cade0d0-4213-11ed-a575-4e60cabc184b | InvocationID=5cade292-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:30:48+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=507076e8-4213-11ed-a575-4e60cabc184b | InvocationID=507078c8-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:30:48+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f36f918-4213-11ed-a575-4e60cabc184b | InvocationID=5f36fada-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:31:09+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cade0d0-4213-11ed-a575-4e60cabc184b | InvocationID=5cade292-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:31:09+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9d6494-4213-11ed-a575-4e60cabc184b | InvocationID=6b9d6656-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:31:09+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9d6494-4213-11ed-a575-4e60cabc184b | InvocationID=6b9d6656-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:31:09+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9d6494-4213-11ed-a575-4e60cabc184b | InvocationID=6b9d6656-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:31:13+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f36f918-4213-11ed-a575-4e60cabc184b | InvocationID=5f36fada-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:31:13+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfa31a4-4213-11ed-a575-4e60cabc184b | InvocationID=6dfa3370-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:31:34+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9d6494-4213-11ed-a575-4e60cabc184b | InvocationID=6b9d6656-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:31:34+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a8c9844-4213-11ed-a575-4e60cabc184b | InvocationID=7a8c9ab0-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:31:34+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a8c9844-4213-11ed-a575-4e60cabc184b | InvocationID=7a8c9ab0-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:31:34+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a8c9844-4213-11ed-a575-4e60cabc184b | InvocationID=7a8c9ab0-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:31:38+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dfa31a4-4213-11ed-a575-4e60cabc184b | InvocationID=6dfa3370-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:31:38+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbf60e2-4213-11ed-a575-4e60cabc184b | InvocationID=7cbf62a4-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:31:59+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a8c9844-4213-11ed-a575-4e60cabc184b | InvocationID=7a8c9ab0-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:31:59+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897a670a-4213-11ed-a575-4e60cabc184b | InvocationID=897a69bc-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:31:59+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897a670a-4213-11ed-a575-4e60cabc184b | InvocationID=897a69bc-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:31:59+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=897a670a-4213-11ed-a575-4e60cabc184b | InvocationID=897a69bc-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:32:03+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cbf60e2-4213-11ed-a575-4e60cabc184b | InvocationID=7cbf62a4-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:32:03+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b850e38-4213-11ed-a575-4e60cabc184b | InvocationID=8b8510a4-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:32:24+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=897a670a-4213-11ed-a575-4e60cabc184b | InvocationID=897a69bc-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:32:24+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98687e8c-4213-11ed-a575-4e60cabc184b | InvocationID=986880a8-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:32:24+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98687e8c-4213-11ed-a575-4e60cabc184b | InvocationID=986880a8-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:32:24+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98687e8c-4213-11ed-a575-4e60cabc184b | InvocationID=986880a8-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:32:27+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b850e38-4213-11ed-a575-4e60cabc184b | InvocationID=8b8510a4-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:32:27+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a4a1030-4213-11ed-a575-4e60cabc184b | InvocationID=9a4a131e-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:32:49+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98687e8c-4213-11ed-a575-4e60cabc184b | InvocationID=986880a8-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:32:49+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a756b79c-4213-11ed-a575-4e60cabc184b | InvocationID=a756b954-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:32:49+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a756b79c-4213-11ed-a575-4e60cabc184b | InvocationID=a756b954-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:32:49+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a756b79c-4213-11ed-a575-4e60cabc184b | InvocationID=a756b954-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:32:52+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a4a1030-4213-11ed-a575-4e60cabc184b | InvocationID=9a4a131e-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:32:52+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90e423a-4213-11ed-a575-4e60cabc184b | InvocationID=a90e444c-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:33:14+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a756b79c-4213-11ed-a575-4e60cabc184b | InvocationID=a756b954-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:33:14+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6458828-4213-11ed-a575-4e60cabc184b | InvocationID=b64589f4-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:33:14+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6458828-4213-11ed-a575-4e60cabc184b | InvocationID=b64589f4-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:33:14+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6458828-4213-11ed-a575-4e60cabc184b | InvocationID=b64589f4-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:33:17+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a90e423a-4213-11ed-a575-4e60cabc184b | InvocationID=a90e444c-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:33:17+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d633a4-4213-11ed-a575-4e60cabc184b | InvocationID=b7d63e6c-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:33:39+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6458828-4213-11ed-a575-4e60cabc184b | InvocationID=b64589f4-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:33:39+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53451a2-4213-11ed-a575-4e60cabc184b | InvocationID=c5345d46-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:33:39+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53451a2-4213-11ed-a575-4e60cabc184b | InvocationID=c5345d46-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:33:39+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c53451a2-4213-11ed-a575-4e60cabc184b | InvocationID=c5345d46-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:33:42+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7d633a4-4213-11ed-a575-4e60cabc184b | InvocationID=b7d63e6c-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:33:42+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c69dce6a-4213-11ed-a575-4e60cabc184b | InvocationID=c69dd446-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:34:04+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c53451a2-4213-11ed-a575-4e60cabc184b | InvocationID=c5345d46-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:34:04+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42697a6-4213-11ed-a575-4e60cabc184b | InvocationID=d4269986-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:34:04+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42697a6-4213-11ed-a575-4e60cabc184b | InvocationID=d4269986-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:34:04+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d42697a6-4213-11ed-a575-4e60cabc184b | InvocationID=d4269986-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:34:07+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c69dce6a-4213-11ed-a575-4e60cabc184b | InvocationID=c69dd446-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:34:07+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5645d06-4213-11ed-a575-4e60cabc184b | InvocationID=d5645f0e-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:34:29+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d42697a6-4213-11ed-a575-4e60cabc184b | InvocationID=d4269986-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:34:29+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3149e66-4213-11ed-a575-4e60cabc184b | InvocationID=e314a0fa-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:34:30+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3149e66-4213-11ed-a575-4e60cabc184b | InvocationID=e314a0fa-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:34:30+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3149e66-4213-11ed-a575-4e60cabc184b | InvocationID=e314a0fa-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:34:31+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5645d06-4213-11ed-a575-4e60cabc184b | InvocationID=d5645f0e-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:34:31+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e42ae170-4213-11ed-a575-4e60cabc184b | InvocationID=e42ae3d2-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:34:55+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3149e66-4213-11ed-a575-4e60cabc184b | InvocationID=e314a0fa-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:34:55+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2026c28-4213-11ed-a575-4e60cabc184b | InvocationID=f2026e94-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:34:55+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2026c28-4213-11ed-a575-4e60cabc184b | InvocationID=f2026e94-4213-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:34:55+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2026c28-4213-11ed-a575-4e60cabc184b | InvocationID=f2026e94-4213-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:34:56+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e42ae170-4213-11ed-a575-4e60cabc184b | InvocationID=e42ae3d2-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:34:56+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2ed17b4-4213-11ed-a575-4e60cabc184b | InvocationID=f2ed1a2a-4213-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:35:20+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2026c28-4213-11ed-a575-4e60cabc184b | InvocationID=f2026e94-4213-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:35:20+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f070e0-4214-11ed-a575-4e60cabc184b | InvocationID=00f072ac-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:35:20+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f070e0-4214-11ed-a575-4e60cabc184b | InvocationID=00f072ac-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:35:20+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f070e0-4214-11ed-a575-4e60cabc184b | InvocationID=00f072ac-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:35:21+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2ed17b4-4213-11ed-a575-4e60cabc184b | InvocationID=f2ed1a2a-4213-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:35:21+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01b0a810-4214-11ed-a575-4e60cabc184b | InvocationID=01b0a9dc-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:35:45+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f070e0-4214-11ed-a575-4e60cabc184b | InvocationID=00f072ac-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:35:45+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fdf739e-4214-11ed-a575-4e60cabc184b | InvocationID=0fdf761e-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:35:45+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fdf739e-4214-11ed-a575-4e60cabc184b | InvocationID=0fdf761e-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:35:45+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fdf739e-4214-11ed-a575-4e60cabc184b | InvocationID=0fdf761e-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:35:46+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01b0a810-4214-11ed-a575-4e60cabc184b | InvocationID=01b0a9dc-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:35:46+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1073945c-4214-11ed-a575-4e60cabc184b | InvocationID=10739628-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:36:10+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fdf739e-4214-11ed-a575-4e60cabc184b | InvocationID=0fdf761e-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:36:10+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ecebc52-4214-11ed-a575-4e60cabc184b | InvocationID=1ecebee6-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:36:10+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ecebc52-4214-11ed-a575-4e60cabc184b | InvocationID=1ecebee6-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:36:10+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ecebc52-4214-11ed-a575-4e60cabc184b | InvocationID=1ecebee6-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:36:10+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1073945c-4214-11ed-a575-4e60cabc184b | InvocationID=10739628-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:36:10+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f3625f4-4214-11ed-a575-4e60cabc184b | InvocationID=1f36282e-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:36:35+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ecebc52-4214-11ed-a575-4e60cabc184b | InvocationID=1ecebee6-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:36:35+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc79300-4214-11ed-a575-4e60cabc184b | InvocationID=2dc79530-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:36:35+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc79300-4214-11ed-a575-4e60cabc184b | InvocationID=2dc79530-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:36:35+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dc79300-4214-11ed-a575-4e60cabc184b | InvocationID=2dc79530-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:36:35+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f3625f4-4214-11ed-a575-4e60cabc184b | InvocationID=1f36282e-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:36:35+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dfb8d54-4214-11ed-a575-4e60cabc184b | InvocationID=2dfb8f20-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:37:00+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dc79300-4214-11ed-a575-4e60cabc184b | InvocationID=2dc79530-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:37:00+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb5e2d6-4214-11ed-a575-4e60cabc184b | InvocationID=3cb5e498-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:37:00+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb5e2d6-4214-11ed-a575-4e60cabc184b | InvocationID=3cb5e498-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:37:00+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cb5e2d6-4214-11ed-a575-4e60cabc184b | InvocationID=3cb5e498-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:37:00+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dfb8d54-4214-11ed-a575-4e60cabc184b | InvocationID=2dfb8f20-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:37:00+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cbea6b4-4214-11ed-a575-4e60cabc184b | InvocationID=3cbea8a8-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:37:25+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cbea6b4-4214-11ed-a575-4e60cabc184b | InvocationID=3cbea8a8-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:37:25+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b84db32-4214-11ed-a575-4e60cabc184b | InvocationID=4b84dd62-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:37:25+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cb5e2d6-4214-11ed-a575-4e60cabc184b | InvocationID=3cb5e498-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:37:25+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba37146-4214-11ed-a575-4e60cabc184b | InvocationID=4ba37308-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:37:25+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba37146-4214-11ed-a575-4e60cabc184b | InvocationID=4ba37308-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:37:25+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba37146-4214-11ed-a575-4e60cabc184b | InvocationID=4ba37308-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:37:50+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b84db32-4214-11ed-a575-4e60cabc184b | InvocationID=4b84dd62-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:37:50+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a4f50c0-4214-11ed-a575-4e60cabc184b | InvocationID=5a4f53f4-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:37:50+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba37146-4214-11ed-a575-4e60cabc184b | InvocationID=4ba37308-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:37:50+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a91967e-4214-11ed-a575-4e60cabc184b | InvocationID=5a9198f4-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:37:50+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a91967e-4214-11ed-a575-4e60cabc184b | InvocationID=5a9198f4-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:37:50+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a91967e-4214-11ed-a575-4e60cabc184b | InvocationID=5a9198f4-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:38:14+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a4f50c0-4214-11ed-a575-4e60cabc184b | InvocationID=5a4f53f4-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:38:14+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69129fcc-4214-11ed-a575-4e60cabc184b | InvocationID=6912a256-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:38:15+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a91967e-4214-11ed-a575-4e60cabc184b | InvocationID=5a9198f4-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:38:15+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=697f4d70-4214-11ed-a575-4e60cabc184b | InvocationID=697f4f8c-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:38:15+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=697f4d70-4214-11ed-a575-4e60cabc184b | InvocationID=697f4f8c-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:38:15+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=697f4d70-4214-11ed-a575-4e60cabc184b | InvocationID=697f4f8c-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:38:39+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69129fcc-4214-11ed-a575-4e60cabc184b | InvocationID=6912a256-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:38:39+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77d64bee-4214-11ed-a575-4e60cabc184b | InvocationID=77d64e28-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:38:40+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=697f4d70-4214-11ed-a575-4e60cabc184b | InvocationID=697f4f8c-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:38:40+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=786dc410-4214-11ed-a575-4e60cabc184b | InvocationID=786dc776-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:38:40+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=786dc410-4214-11ed-a575-4e60cabc184b | InvocationID=786dc776-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:38:40+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=786dc410-4214-11ed-a575-4e60cabc184b | InvocationID=786dc776-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:39:04+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77d64bee-4214-11ed-a575-4e60cabc184b | InvocationID=77d64e28-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:39:04+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=869bc082-4214-11ed-a575-4e60cabc184b | InvocationID=869bd432-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:39:05+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=786dc410-4214-11ed-a575-4e60cabc184b | InvocationID=786dc776-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:39:05+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875af8f8-4214-11ed-a575-4e60cabc184b | InvocationID=875afaba-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:39:05+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875af8f8-4214-11ed-a575-4e60cabc184b | InvocationID=875afaba-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:39:05+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875af8f8-4214-11ed-a575-4e60cabc184b | InvocationID=875afaba-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:39:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=869bc082-4214-11ed-a575-4e60cabc184b | InvocationID=869bd432-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:39:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9562516c-4214-11ed-a575-4e60cabc184b | InvocationID=95625914-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:39:30+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875af8f8-4214-11ed-a575-4e60cabc184b | InvocationID=875afaba-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:39:30+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9649b854-4214-11ed-a575-4e60cabc184b | InvocationID=9649ba0c-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:39:30+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9649b854-4214-11ed-a575-4e60cabc184b | InvocationID=9649ba0c-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:39:30+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9649b854-4214-11ed-a575-4e60cabc184b | InvocationID=9649ba0c-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:39:53+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9562516c-4214-11ed-a575-4e60cabc184b | InvocationID=95625914-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:39:53+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a426888a-4214-11ed-a575-4e60cabc184b | InvocationID=a4268bf0-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:39:55+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9649b854-4214-11ed-a575-4e60cabc184b | InvocationID=9649ba0c-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:39:55+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a537b5d2-4214-11ed-a575-4e60cabc184b | InvocationID=a537b884-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:39:55+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a537b5d2-4214-11ed-a575-4e60cabc184b | InvocationID=a537b884-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:39:55+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a537b5d2-4214-11ed-a575-4e60cabc184b | InvocationID=a537b884-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:40:18+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a426888a-4214-11ed-a575-4e60cabc184b | InvocationID=a4268bf0-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:40:18+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ec3806-4214-11ed-a575-4e60cabc184b | InvocationID=b2ec3a36-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:40:20+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a537b5d2-4214-11ed-a575-4e60cabc184b | InvocationID=a537b884-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:40:20+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4284926-4214-11ed-a575-4e60cabc184b | InvocationID=b4284c82-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:40:20+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4284926-4214-11ed-a575-4e60cabc184b | InvocationID=b4284c82-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:40:20+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4284926-4214-11ed-a575-4e60cabc184b | InvocationID=b4284c82-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:40:43+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2ec3806-4214-11ed-a575-4e60cabc184b | InvocationID=b2ec3a36-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:40:43+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b03608-4214-11ed-a575-4e60cabc184b | InvocationID=c1b037de-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:40:45+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4284926-4214-11ed-a575-4e60cabc184b | InvocationID=b4284c82-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:40:45+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c31678e0-4214-11ed-a575-4e60cabc184b | InvocationID=c3167b38-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:40:45+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c31678e0-4214-11ed-a575-4e60cabc184b | InvocationID=c3167b38-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:40:45+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c31678e0-4214-11ed-a575-4e60cabc184b | InvocationID=c3167b38-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:41:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b03608-4214-11ed-a575-4e60cabc184b | InvocationID=c1b037de-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:41:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07331a4-4214-11ed-a575-4e60cabc184b | InvocationID=d0733366-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:41:10+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c31678e0-4214-11ed-a575-4e60cabc184b | InvocationID=c3167b38-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:41:10+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2042f50-4214-11ed-a575-4e60cabc184b | InvocationID=d2043112-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:41:10+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2042f50-4214-11ed-a575-4e60cabc184b | InvocationID=d2043112-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:41:10+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2042f50-4214-11ed-a575-4e60cabc184b | InvocationID=d2043112-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:41:33+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d07331a4-4214-11ed-a575-4e60cabc184b | InvocationID=d0733366-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:41:33+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3662d8-4214-11ed-a575-4e60cabc184b | InvocationID=df3664a4-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:41:35+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2042f50-4214-11ed-a575-4e60cabc184b | InvocationID=d2043112-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:41:35+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f1abf0-4214-11ed-a575-4e60cabc184b | InvocationID=e0f1af10-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:41:35+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f1abf0-4214-11ed-a575-4e60cabc184b | InvocationID=e0f1af10-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:41:35+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0f1abf0-4214-11ed-a575-4e60cabc184b | InvocationID=e0f1af10-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:41:57+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df3662d8-4214-11ed-a575-4e60cabc184b | InvocationID=df3664a4-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:41:57+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edfadf06-4214-11ed-a575-4e60cabc184b | InvocationID=edfae136-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:42:00+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0f1abf0-4214-11ed-a575-4e60cabc184b | InvocationID=e0f1af10-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:42:00+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe229c8-4214-11ed-a575-4e60cabc184b | InvocationID=efe22c20-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:42:01+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe229c8-4214-11ed-a575-4e60cabc184b | InvocationID=efe22c20-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:42:01+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe229c8-4214-11ed-a575-4e60cabc184b | InvocationID=efe22c20-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:42:22+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edfadf06-4214-11ed-a575-4e60cabc184b | InvocationID=edfae136-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:42:22+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbe460e-4214-11ed-a575-4e60cabc184b | InvocationID=fcbe47c6-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:42:26+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe229c8-4214-11ed-a575-4e60cabc184b | InvocationID=efe22c20-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:42:26+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fecf98d0-4214-11ed-a575-4e60cabc184b | InvocationID=fecf9b14-4214-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:42:26+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fecf98d0-4214-11ed-a575-4e60cabc184b | InvocationID=fecf9b14-4214-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:42:26+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fecf98d0-4214-11ed-a575-4e60cabc184b | InvocationID=fecf9b14-4214-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:42:47+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcbe460e-4214-11ed-a575-4e60cabc184b | InvocationID=fcbe47c6-4214-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:42:47+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b824794-4215-11ed-a575-4e60cabc184b | InvocationID=0b82496a-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:42:51+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fecf98d0-4214-11ed-a575-4e60cabc184b | InvocationID=fecf9b14-4214-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:42:51+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbe3acc-4215-11ed-a575-4e60cabc184b | InvocationID=0dbe3d24-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:42:51+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbe3acc-4215-11ed-a575-4e60cabc184b | InvocationID=0dbe3d24-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:42:51+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dbe3acc-4215-11ed-a575-4e60cabc184b | InvocationID=0dbe3d24-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:43:12+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b824794-4215-11ed-a575-4e60cabc184b | InvocationID=0b82496a-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:43:12+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a46b6c0-4215-11ed-a575-4e60cabc184b | InvocationID=1a46b896-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:43:16+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dbe3acc-4215-11ed-a575-4e60cabc184b | InvocationID=0dbe3d24-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:43:16+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cab8cce-4215-11ed-a575-4e60cabc184b | InvocationID=1cab8e7c-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:43:16+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cab8cce-4215-11ed-a575-4e60cabc184b | InvocationID=1cab8e7c-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:43:16+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cab8cce-4215-11ed-a575-4e60cabc184b | InvocationID=1cab8e7c-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:43:36+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a46b6c0-4215-11ed-a575-4e60cabc184b | InvocationID=1a46b896-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:43:36+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=290d94b2-4215-11ed-a575-4e60cabc184b | InvocationID=290d96ec-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:43:41+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cab8cce-4215-11ed-a575-4e60cabc184b | InvocationID=1cab8e7c-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:43:41+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9ac1dc-4215-11ed-a575-4e60cabc184b | InvocationID=2b9ac39e-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:43:41+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9ac1dc-4215-11ed-a575-4e60cabc184b | InvocationID=2b9ac39e-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:43:41+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9ac1dc-4215-11ed-a575-4e60cabc184b | InvocationID=2b9ac39e-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:44:01+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=290d94b2-4215-11ed-a575-4e60cabc184b | InvocationID=290d96ec-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:44:01+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37da8fd6-4215-11ed-a575-4e60cabc184b | InvocationID=37da9274-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:44:06+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9ac1dc-4215-11ed-a575-4e60cabc184b | InvocationID=2b9ac39e-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:44:06+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a8ff8ec-4215-11ed-a575-4e60cabc184b | InvocationID=3a8ffed2-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:44:06+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a8ff8ec-4215-11ed-a575-4e60cabc184b | InvocationID=3a8ffed2-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:44:06+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a8ff8ec-4215-11ed-a575-4e60cabc184b | InvocationID=3a8ffed2-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:44:26+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37da8fd6-4215-11ed-a575-4e60cabc184b | InvocationID=37da9274-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:44:26+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46a780d2-4215-11ed-a575-4e60cabc184b | InvocationID=46a782ee-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:44:31+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a8ff8ec-4215-11ed-a575-4e60cabc184b | InvocationID=3a8ffed2-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:44:31+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498b3c8a-4215-11ed-a575-4e60cabc184b | InvocationID=498b3e42-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:44:31+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498b3c8a-4215-11ed-a575-4e60cabc184b | InvocationID=498b3e42-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:44:31+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=498b3c8a-4215-11ed-a575-4e60cabc184b | InvocationID=498b3e42-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:44:51+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46a780d2-4215-11ed-a575-4e60cabc184b | InvocationID=46a782ee-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:44:51+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5585651a-4215-11ed-a575-4e60cabc184b | InvocationID=558566e6-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:44:56+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=498b3c8a-4215-11ed-a575-4e60cabc184b | InvocationID=498b3e42-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:44:56+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=587a9fb0-4215-11ed-a575-4e60cabc184b | InvocationID=587aa168-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:44:56+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=587a9fb0-4215-11ed-a575-4e60cabc184b | InvocationID=587aa168-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:44:56+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=587a9fb0-4215-11ed-a575-4e60cabc184b | InvocationID=587aa168-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:45:16+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5585651a-4215-11ed-a575-4e60cabc184b | InvocationID=558566e6-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:45:16+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6450e27c-4215-11ed-a575-4e60cabc184b | InvocationID=6450e452-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:45:21+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=587a9fb0-4215-11ed-a575-4e60cabc184b | InvocationID=587aa168-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:45:21+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=676893b0-4215-11ed-a575-4e60cabc184b | InvocationID=67689586-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:45:21+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=676893b0-4215-11ed-a575-4e60cabc184b | InvocationID=67689586-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:45:21+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=676893b0-4215-11ed-a575-4e60cabc184b | InvocationID=67689586-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:45:41+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6450e27c-4215-11ed-a575-4e60cabc184b | InvocationID=6450e452-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:45:41+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7315ed5c-4215-11ed-a575-4e60cabc184b | InvocationID=7315ef1e-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:45:46+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=676893b0-4215-11ed-a575-4e60cabc184b | InvocationID=67689586-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:45:46+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7657cfa8-4215-11ed-a575-4e60cabc184b | InvocationID=7657d6ec-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:45:46+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7657cfa8-4215-11ed-a575-4e60cabc184b | InvocationID=7657d6ec-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:45:46+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7657cfa8-4215-11ed-a575-4e60cabc184b | InvocationID=7657d6ec-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:46:05+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7315ed5c-4215-11ed-a575-4e60cabc184b | InvocationID=7315ef1e-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:46:05+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81dce7e6-4215-11ed-a575-4e60cabc184b | InvocationID=81dcee30-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:46:11+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7657cfa8-4215-11ed-a575-4e60cabc184b | InvocationID=7657d6ec-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:46:11+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8548c210-4215-11ed-a575-4e60cabc184b | InvocationID=8548c436-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:46:11+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8548c210-4215-11ed-a575-4e60cabc184b | InvocationID=8548c436-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:46:11+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8548c210-4215-11ed-a575-4e60cabc184b | InvocationID=8548c436-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:46:30+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81dce7e6-4215-11ed-a575-4e60cabc184b | InvocationID=81dcee30-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:46:30+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a83550-4215-11ed-a575-4e60cabc184b | InvocationID=90a83726-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:46:36+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8548c210-4215-11ed-a575-4e60cabc184b | InvocationID=8548c436-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:46:36+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9439adfc-4215-11ed-a575-4e60cabc184b | InvocationID=9439afb4-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:46:36+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9439adfc-4215-11ed-a575-4e60cabc184b | InvocationID=9439afb4-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:46:36+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9439adfc-4215-11ed-a575-4e60cabc184b | InvocationID=9439afb4-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:46:55+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90a83550-4215-11ed-a575-4e60cabc184b | InvocationID=90a83726-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:46:55+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f73de36-4215-11ed-a575-4e60cabc184b | InvocationID=9f73f696-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:47:01+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9439adfc-4215-11ed-a575-4e60cabc184b | InvocationID=9439afb4-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:47:01+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a328aac0-4215-11ed-a575-4e60cabc184b | InvocationID=a328ad0e-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:47:01+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a328aac0-4215-11ed-a575-4e60cabc184b | InvocationID=a328ad0e-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:47:01+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a328aac0-4215-11ed-a575-4e60cabc184b | InvocationID=a328ad0e-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:47:20+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f73de36-4215-11ed-a575-4e60cabc184b | InvocationID=9f73f696-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:47:20+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3b6ab0-4215-11ed-a575-4e60cabc184b | InvocationID=ae3b6c86-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:47:26+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a328aac0-4215-11ed-a575-4e60cabc184b | InvocationID=a328ad0e-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:47:26+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b217453c-4215-11ed-a575-4e60cabc184b | InvocationID=b21746f4-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:47:26+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b217453c-4215-11ed-a575-4e60cabc184b | InvocationID=b21746f4-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:47:26+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b217453c-4215-11ed-a575-4e60cabc184b | InvocationID=b21746f4-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:47:45+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae3b6ab0-4215-11ed-a575-4e60cabc184b | InvocationID=ae3b6c86-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:47:45+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd053cb0-4215-11ed-a575-4e60cabc184b | InvocationID=bd0540e8-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:47:51+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b217453c-4215-11ed-a575-4e60cabc184b | InvocationID=b21746f4-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:47:51+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10839de-4215-11ed-a575-4e60cabc184b | InvocationID=c1083baa-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:47:51+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10839de-4215-11ed-a575-4e60cabc184b | InvocationID=c1083baa-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:47:51+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10839de-4215-11ed-a575-4e60cabc184b | InvocationID=c1083baa-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:48:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd053cb0-4215-11ed-a575-4e60cabc184b | InvocationID=bd0540e8-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:48:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbc986ca-4215-11ed-a575-4e60cabc184b | InvocationID=cbc98896-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:48:16+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10839de-4215-11ed-a575-4e60cabc184b | InvocationID=c1083baa-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:48:16+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cffc561e-4215-11ed-a575-4e60cabc184b | InvocationID=cffc57d6-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:48:17+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cffc561e-4215-11ed-a575-4e60cabc184b | InvocationID=cffc57d6-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:48:17+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cffc561e-4215-11ed-a575-4e60cabc184b | InvocationID=cffc57d6-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:48:34+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbc986ca-4215-11ed-a575-4e60cabc184b | InvocationID=cbc98896-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:48:34+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da9135cc-4215-11ed-a575-4e60cabc184b | InvocationID=da913856-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:48:42+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cffc561e-4215-11ed-a575-4e60cabc184b | InvocationID=cffc57d6-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:48:42+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deeb9efa-4215-11ed-a575-4e60cabc184b | InvocationID=deeba17a-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:48:42+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deeb9efa-4215-11ed-a575-4e60cabc184b | InvocationID=deeba17a-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:48:42+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deeb9efa-4215-11ed-a575-4e60cabc184b | InvocationID=deeba17a-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:48:59+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da9135cc-4215-11ed-a575-4e60cabc184b | InvocationID=da913856-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:48:59+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95812a6-4215-11ed-a575-4e60cabc184b | InvocationID=e95814a4-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:49:07+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deeb9efa-4215-11ed-a575-4e60cabc184b | InvocationID=deeba17a-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:49:07+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd95916-4215-11ed-a575-4e60cabc184b | InvocationID=edd95ace-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:49:07+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd95916-4215-11ed-a575-4e60cabc184b | InvocationID=edd95ace-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:49:07+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edd95916-4215-11ed-a575-4e60cabc184b | InvocationID=edd95ace-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:49:24+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e95812a6-4215-11ed-a575-4e60cabc184b | InvocationID=e95814a4-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:49:24+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81f2a7c-4215-11ed-a575-4e60cabc184b | InvocationID=f81f2eaa-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:49:32+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edd95916-4215-11ed-a575-4e60cabc184b | InvocationID=edd95ace-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:49:32+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc75a7c-4215-11ed-a575-4e60cabc184b | InvocationID=fcc75eaa-4215-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:49:32+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc75a7c-4215-11ed-a575-4e60cabc184b | InvocationID=fcc75eaa-4215-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:49:32+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc75a7c-4215-11ed-a575-4e60cabc184b | InvocationID=fcc75eaa-4215-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:49:49+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f81f2a7c-4215-11ed-a575-4e60cabc184b | InvocationID=f81f2eaa-4215-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:49:49+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e28af4-4216-11ed-a575-4e60cabc184b | InvocationID=06e28d2e-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:49:57+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc75a7c-4215-11ed-a575-4e60cabc184b | InvocationID=fcc75eaa-4215-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:49:57+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb52000-4216-11ed-a575-4e60cabc184b | InvocationID=0bb521d6-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:49:57+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb52000-4216-11ed-a575-4e60cabc184b | InvocationID=0bb521d6-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:49:57+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bb52000-4216-11ed-a575-4e60cabc184b | InvocationID=0bb521d6-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:50:13+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06e28af4-4216-11ed-a575-4e60cabc184b | InvocationID=06e28d2e-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:50:13+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a5e540-4216-11ed-a575-4e60cabc184b | InvocationID=15a5e6f8-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:50:22+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bb52000-4216-11ed-a575-4e60cabc184b | InvocationID=0bb521d6-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:50:22+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa38340-4216-11ed-a575-4e60cabc184b | InvocationID=1aa385ca-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:50:22+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa38340-4216-11ed-a575-4e60cabc184b | InvocationID=1aa385ca-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:50:22+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aa38340-4216-11ed-a575-4e60cabc184b | InvocationID=1aa385ca-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:50:38+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15a5e540-4216-11ed-a575-4e60cabc184b | InvocationID=15a5e6f8-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:50:38+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=246a29a6-4216-11ed-a575-4e60cabc184b | InvocationID=246a2c08-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:50:47+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aa38340-4216-11ed-a575-4e60cabc184b | InvocationID=1aa385ca-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:50:47+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2991afbc-4216-11ed-a575-4e60cabc184b | InvocationID=2991b160-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:50:47+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2991afbc-4216-11ed-a575-4e60cabc184b | InvocationID=2991b160-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:50:47+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2991afbc-4216-11ed-a575-4e60cabc184b | InvocationID=2991b160-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:51:03+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=246a29a6-4216-11ed-a575-4e60cabc184b | InvocationID=246a2c08-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:51:03+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3331c020-4216-11ed-a575-4e60cabc184b | InvocationID=3331c1ec-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:51:12+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2991afbc-4216-11ed-a575-4e60cabc184b | InvocationID=2991b160-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:51:12+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3881b7ba-4216-11ed-a575-4e60cabc184b | InvocationID=3881b968-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:51:12+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3881b7ba-4216-11ed-a575-4e60cabc184b | InvocationID=3881b968-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:51:12+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3881b7ba-4216-11ed-a575-4e60cabc184b | InvocationID=3881b968-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:51:28+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3331c020-4216-11ed-a575-4e60cabc184b | InvocationID=3331c1ec-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:51:28+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f7a002-4216-11ed-a575-4e60cabc184b | InvocationID=41f7a250-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:51:37+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3881b7ba-4216-11ed-a575-4e60cabc184b | InvocationID=3881b968-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:51:37+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47706e74-4216-11ed-a575-4e60cabc184b | InvocationID=47707018-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:51:37+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47706e74-4216-11ed-a575-4e60cabc184b | InvocationID=47707018-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:51:37+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47706e74-4216-11ed-a575-4e60cabc184b | InvocationID=47707018-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:51:52+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f7a002-4216-11ed-a575-4e60cabc184b | InvocationID=41f7a250-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:51:52+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ba6836-4216-11ed-a575-4e60cabc184b | InvocationID=50ba6aac-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:52:02+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47706e74-4216-11ed-a575-4e60cabc184b | InvocationID=47707018-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:52:02+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=565ddbe2-4216-11ed-a575-4e60cabc184b | InvocationID=565ddd9a-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:52:02+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=565ddbe2-4216-11ed-a575-4e60cabc184b | InvocationID=565ddd9a-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:52:02+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=565ddbe2-4216-11ed-a575-4e60cabc184b | InvocationID=565ddd9a-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:52:17+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50ba6836-4216-11ed-a575-4e60cabc184b | InvocationID=50ba6aac-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:52:17+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f7ea26a-4216-11ed-a575-4e60cabc184b | InvocationID=5f7ea42c-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:52:27+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=565ddbe2-4216-11ed-a575-4e60cabc184b | InvocationID=565ddd9a-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:52:27+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654bade6-4216-11ed-a575-4e60cabc184b | InvocationID=654bafa8-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:52:27+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654bade6-4216-11ed-a575-4e60cabc184b | InvocationID=654bafa8-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:52:27+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=654bade6-4216-11ed-a575-4e60cabc184b | InvocationID=654bafa8-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:52:42+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f7ea26a-4216-11ed-a575-4e60cabc184b | InvocationID=5f7ea42c-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:52:42+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e421bc4-4216-11ed-a575-4e60cabc184b | InvocationID=6e421d90-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:52:52+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=654bade6-4216-11ed-a575-4e60cabc184b | InvocationID=654bafa8-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:52:52+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743996ce-4216-11ed-a575-4e60cabc184b | InvocationID=74399a3e-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:52:52+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743996ce-4216-11ed-a575-4e60cabc184b | InvocationID=74399a3e-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:52:52+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=743996ce-4216-11ed-a575-4e60cabc184b | InvocationID=74399a3e-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:53:07+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e421bc4-4216-11ed-a575-4e60cabc184b | InvocationID=6e421d90-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:53:07+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d048a20-4216-11ed-a575-4e60cabc184b | InvocationID=7d048bec-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:53:17+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=743996ce-4216-11ed-a575-4e60cabc184b | InvocationID=74399a3e-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:53:17+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8327c64c-4216-11ed-a575-4e60cabc184b | InvocationID=8327c8a4-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:53:17+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8327c64c-4216-11ed-a575-4e60cabc184b | InvocationID=8327c8a4-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:53:17+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8327c64c-4216-11ed-a575-4e60cabc184b | InvocationID=8327c8a4-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:53:32+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d048a20-4216-11ed-a575-4e60cabc184b | InvocationID=7d048bec-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:53:32+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc7b226-4216-11ed-a575-4e60cabc184b | InvocationID=8bc7b460-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:53:42+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8327c64c-4216-11ed-a575-4e60cabc184b | InvocationID=8327c8a4-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:53:42+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92168210-4216-11ed-a575-4e60cabc184b | InvocationID=9216856c-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:53:42+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92168210-4216-11ed-a575-4e60cabc184b | InvocationID=9216856c-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:53:42+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92168210-4216-11ed-a575-4e60cabc184b | InvocationID=9216856c-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:53:56+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bc7b226-4216-11ed-a575-4e60cabc184b | InvocationID=8bc7b460-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:53:56+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a8b8c24-4216-11ed-a575-4e60cabc184b | InvocationID=9a8b911a-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:54:07+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92168210-4216-11ed-a575-4e60cabc184b | InvocationID=9216856c-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:54:07+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a108cc06-4216-11ed-a575-4e60cabc184b | InvocationID=a108ce72-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:54:07+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a108cc06-4216-11ed-a575-4e60cabc184b | InvocationID=a108ce72-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:54:07+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a108cc06-4216-11ed-a575-4e60cabc184b | InvocationID=a108ce72-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:54:21+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a8b8c24-4216-11ed-a575-4e60cabc184b | InvocationID=9a8b911a-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:54:21+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a950d94e-4216-11ed-a575-4e60cabc184b | InvocationID=a950db88-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:54:32+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a108cc06-4216-11ed-a575-4e60cabc184b | InvocationID=a108ce72-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:54:32+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff6d230-4216-11ed-a575-4e60cabc184b | InvocationID=aff6d4b0-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:54:32+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff6d230-4216-11ed-a575-4e60cabc184b | InvocationID=aff6d4b0-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:54:32+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aff6d230-4216-11ed-a575-4e60cabc184b | InvocationID=aff6d4b0-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:54:46+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a950d94e-4216-11ed-a575-4e60cabc184b | InvocationID=a950db88-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:54:46+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b814d016-4216-11ed-a575-4e60cabc184b | InvocationID=b814d674-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:54:57+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aff6d230-4216-11ed-a575-4e60cabc184b | InvocationID=aff6d4b0-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:54:57+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee84e2c-4216-11ed-a575-4e60cabc184b | InvocationID=bee84fe4-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:54:57+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee84e2c-4216-11ed-a575-4e60cabc184b | InvocationID=bee84fe4-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:54:57+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bee84e2c-4216-11ed-a575-4e60cabc184b | InvocationID=bee84fe4-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:55:11+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b814d016-4216-11ed-a575-4e60cabc184b | InvocationID=b814d674-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:55:11+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6dbc5aa-4216-11ed-a575-4e60cabc184b | InvocationID=c6dbc776-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:55:22+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bee84e2c-4216-11ed-a575-4e60cabc184b | InvocationID=bee84fe4-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:55:22+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd59b06-4216-11ed-a575-4e60cabc184b | InvocationID=cdd59cb4-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:55:22+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd59b06-4216-11ed-a575-4e60cabc184b | InvocationID=cdd59cb4-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:55:22+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdd59b06-4216-11ed-a575-4e60cabc184b | InvocationID=cdd59cb4-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:55:35+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6dbc5aa-4216-11ed-a575-4e60cabc184b | InvocationID=c6dbc776-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:55:35+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d59decee-4216-11ed-a575-4e60cabc184b | InvocationID=d59df004-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:55:47+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdd59b06-4216-11ed-a575-4e60cabc184b | InvocationID=cdd59cb4-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:55:47+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcc37ef8-4216-11ed-a575-4e60cabc184b | InvocationID=dcc38150-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:55:47+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcc37ef8-4216-11ed-a575-4e60cabc184b | InvocationID=dcc38150-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:55:47+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcc37ef8-4216-11ed-a575-4e60cabc184b | InvocationID=dcc38150-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:56:00+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d59decee-4216-11ed-a575-4e60cabc184b | InvocationID=d59df004-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:56:00+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e461ccbe-4216-11ed-a575-4e60cabc184b | InvocationID=e461ce80-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:56:12+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcc37ef8-4216-11ed-a575-4e60cabc184b | InvocationID=dcc38150-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:56:12+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebb16cae-4216-11ed-a575-4e60cabc184b | InvocationID=ebb16e66-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:56:12+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebb16cae-4216-11ed-a575-4e60cabc184b | InvocationID=ebb16e66-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:56:12+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebb16cae-4216-11ed-a575-4e60cabc184b | InvocationID=ebb16e66-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:56:25+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e461ccbe-4216-11ed-a575-4e60cabc184b | InvocationID=e461ce80-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:56:25+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3255770-4216-11ed-a575-4e60cabc184b | InvocationID=f3255928-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:56:37+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebb16cae-4216-11ed-a575-4e60cabc184b | InvocationID=ebb16e66-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:56:37+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9ef5b0-4216-11ed-a575-4e60cabc184b | InvocationID=fa9ef77c-4216-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:56:38+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9ef5b0-4216-11ed-a575-4e60cabc184b | InvocationID=fa9ef77c-4216-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:56:38+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa9ef5b0-4216-11ed-a575-4e60cabc184b | InvocationID=fa9ef77c-4216-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:56:50+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3255770-4216-11ed-a575-4e60cabc184b | InvocationID=f3255928-4216-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:56:50+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e80fd2-4217-11ed-a575-4e60cabc184b | InvocationID=01e81216-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:57:03+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa9ef5b0-4216-11ed-a575-4e60cabc184b | InvocationID=fa9ef77c-4216-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:57:03+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=098cb148-4217-11ed-a575-4e60cabc184b | InvocationID=098cb2f6-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:57:03+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=098cb148-4217-11ed-a575-4e60cabc184b | InvocationID=098cb2f6-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:57:03+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=098cb148-4217-11ed-a575-4e60cabc184b | InvocationID=098cb2f6-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:57:14+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01e80fd2-4217-11ed-a575-4e60cabc184b | InvocationID=01e81216-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:57:14+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10aaa1c4-4217-11ed-a575-4e60cabc184b | InvocationID=10aaa412-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:57:28+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=098cb148-4217-11ed-a575-4e60cabc184b | InvocationID=098cb2f6-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:57:28+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=187aca96-4217-11ed-a575-4e60cabc184b | InvocationID=187accda-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:57:28+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=187aca96-4217-11ed-a575-4e60cabc184b | InvocationID=187accda-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:57:28+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=187aca96-4217-11ed-a575-4e60cabc184b | InvocationID=187accda-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:57:39+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10aaa1c4-4217-11ed-a575-4e60cabc184b | InvocationID=10aaa412-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:57:39+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f702ff8-4217-11ed-a575-4e60cabc184b | InvocationID=1f70325a-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:57:53+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=187aca96-4217-11ed-a575-4e60cabc184b | InvocationID=187accda-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:57:53+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2767e8ae-4217-11ed-a575-4e60cabc184b | InvocationID=2767eaf2-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:57:53+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2767e8ae-4217-11ed-a575-4e60cabc184b | InvocationID=2767eaf2-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:57:53+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2767e8ae-4217-11ed-a575-4e60cabc184b | InvocationID=2767eaf2-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:58:04+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f702ff8-4217-11ed-a575-4e60cabc184b | InvocationID=1f70325a-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:58:04+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e34cdd2-4217-11ed-a575-4e60cabc184b | InvocationID=2e34cf94-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:58:18+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2767e8ae-4217-11ed-a575-4e60cabc184b | InvocationID=2767eaf2-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:58:18+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36560e90-4217-11ed-a575-4e60cabc184b | InvocationID=365610fc-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:58:18+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36560e90-4217-11ed-a575-4e60cabc184b | InvocationID=365610fc-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:58:18+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36560e90-4217-11ed-a575-4e60cabc184b | InvocationID=365610fc-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:58:29+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e34cdd2-4217-11ed-a575-4e60cabc184b | InvocationID=2e34cf94-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:58:29+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf81d42-4217-11ed-a575-4e60cabc184b | InvocationID=3cf81f04-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:58:43+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36560e90-4217-11ed-a575-4e60cabc184b | InvocationID=365610fc-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:58:43+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45430354-4217-11ed-a575-4e60cabc184b | InvocationID=4543050c-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:58:43+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45430354-4217-11ed-a575-4e60cabc184b | InvocationID=4543050c-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:58:43+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45430354-4217-11ed-a575-4e60cabc184b | InvocationID=4543050c-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:58:54+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cf81d42-4217-11ed-a575-4e60cabc184b | InvocationID=3cf81f04-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:58:54+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bbae242-4217-11ed-a575-4e60cabc184b | InvocationID=4bbae404-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:59:08+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45430354-4217-11ed-a575-4e60cabc184b | InvocationID=4543050c-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:59:08+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54324460-4217-11ed-a575-4e60cabc184b | InvocationID=54324618-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:59:08+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54324460-4217-11ed-a575-4e60cabc184b | InvocationID=54324618-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:59:08+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54324460-4217-11ed-a575-4e60cabc184b | InvocationID=54324618-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:59:18+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bbae242-4217-11ed-a575-4e60cabc184b | InvocationID=4bbae404-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:59:18+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7e500c-4217-11ed-a575-4e60cabc184b | InvocationID=5a7e51ce-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:59:33+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54324460-4217-11ed-a575-4e60cabc184b | InvocationID=54324618-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:59:33+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=631fd5a0-4217-11ed-a575-4e60cabc184b | InvocationID=631fd762-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:59:33+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=631fd5a0-4217-11ed-a575-4e60cabc184b | InvocationID=631fd762-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:59:33+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=631fd5a0-4217-11ed-a575-4e60cabc184b | InvocationID=631fd762-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:59:43+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7e500c-4217-11ed-a575-4e60cabc184b | InvocationID=5a7e51ce-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T05:59:43+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694419e6-4217-11ed-a575-4e60cabc184b | InvocationID=69441dec-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T05:59:58+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=631fd5a0-4217-11ed-a575-4e60cabc184b | InvocationID=631fd762-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T05:59:58+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=720e9448-4217-11ed-a575-4e60cabc184b | InvocationID=720e960a-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T05:59:58+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=720e9448-4217-11ed-a575-4e60cabc184b | InvocationID=720e960a-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T05:59:58+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=720e9448-4217-11ed-a575-4e60cabc184b | InvocationID=720e960a-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:00:08+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694419e6-4217-11ed-a575-4e60cabc184b | InvocationID=69441dec-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:00:08+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7806e09e-4217-11ed-a575-4e60cabc184b | InvocationID=7806e260-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:00:23+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=720e9448-4217-11ed-a575-4e60cabc184b | InvocationID=720e960a-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:00:23+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ff8692-4217-11ed-a575-4e60cabc184b | InvocationID=80ff8908-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:00:23+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ff8692-4217-11ed-a575-4e60cabc184b | InvocationID=80ff8908-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:00:23+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ff8692-4217-11ed-a575-4e60cabc184b | InvocationID=80ff8908-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:00:33+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7806e09e-4217-11ed-a575-4e60cabc184b | InvocationID=7806e260-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:00:33+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86cf19a2-4217-11ed-a575-4e60cabc184b | InvocationID=86cf25dc-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:00:48+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ff8692-4217-11ed-a575-4e60cabc184b | InvocationID=80ff8908-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:00:48+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8feef1a6-4217-11ed-a575-4e60cabc184b | InvocationID=8feef3f4-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:00:48+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8feef1a6-4217-11ed-a575-4e60cabc184b | InvocationID=8feef3f4-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:00:48+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8feef1a6-4217-11ed-a575-4e60cabc184b | InvocationID=8feef3f4-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:00:57+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86cf19a2-4217-11ed-a575-4e60cabc184b | InvocationID=86cf25dc-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:00:57+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9595cf4e-4217-11ed-a575-4e60cabc184b | InvocationID=9595d1e2-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:01:13+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8feef1a6-4217-11ed-a575-4e60cabc184b | InvocationID=8feef3f4-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:01:13+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9edc8a3e-4217-11ed-a575-4e60cabc184b | InvocationID=9edc8bf6-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:01:13+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9edc8a3e-4217-11ed-a575-4e60cabc184b | InvocationID=9edc8bf6-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:01:13+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9edc8a3e-4217-11ed-a575-4e60cabc184b | InvocationID=9edc8bf6-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:01:22+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9595cf4e-4217-11ed-a575-4e60cabc184b | InvocationID=9595d1e2-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:01:22+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45e3c00-4217-11ed-a575-4e60cabc184b | InvocationID=a45e3f2a-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:01:38+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9edc8a3e-4217-11ed-a575-4e60cabc184b | InvocationID=9edc8bf6-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:01:38+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc9f702-4217-11ed-a575-4e60cabc184b | InvocationID=adc9f8ce-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:01:38+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc9f702-4217-11ed-a575-4e60cabc184b | InvocationID=adc9f8ce-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:01:38+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adc9f702-4217-11ed-a575-4e60cabc184b | InvocationID=adc9f8ce-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:01:47+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45e3c00-4217-11ed-a575-4e60cabc184b | InvocationID=a45e3f2a-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:01:47+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b320f7d2-4217-11ed-a575-4e60cabc184b | InvocationID=b320fa5c-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:02:03+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adc9f702-4217-11ed-a575-4e60cabc184b | InvocationID=adc9f8ce-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:02:03+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb7b09c-4217-11ed-a575-4e60cabc184b | InvocationID=bcb7b272-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:02:03+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb7b09c-4217-11ed-a575-4e60cabc184b | InvocationID=bcb7b272-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:02:03+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcb7b09c-4217-11ed-a575-4e60cabc184b | InvocationID=bcb7b272-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:02:12+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b320f7d2-4217-11ed-a575-4e60cabc184b | InvocationID=b320fa5c-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:02:12+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e93cc0-4217-11ed-a575-4e60cabc184b | InvocationID=c1e93ea0-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:02:28+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcb7b09c-4217-11ed-a575-4e60cabc184b | InvocationID=bcb7b272-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:02:28+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba57198-4217-11ed-a575-4e60cabc184b | InvocationID=cba5735a-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:02:28+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba57198-4217-11ed-a575-4e60cabc184b | InvocationID=cba5735a-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:02:28+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cba57198-4217-11ed-a575-4e60cabc184b | InvocationID=cba5735a-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:02:37+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1e93cc0-4217-11ed-a575-4e60cabc184b | InvocationID=c1e93ea0-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:02:37+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b0fcfc-4217-11ed-a575-4e60cabc184b | InvocationID=d0b0fec8-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:02:53+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cba57198-4217-11ed-a575-4e60cabc184b | InvocationID=cba5735a-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:02:53+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da928786-4217-11ed-a575-4e60cabc184b | InvocationID=da92893e-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:02:53+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da928786-4217-11ed-a575-4e60cabc184b | InvocationID=da92893e-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:02:53+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da928786-4217-11ed-a575-4e60cabc184b | InvocationID=da92893e-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:03:01+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0b0fcfc-4217-11ed-a575-4e60cabc184b | InvocationID=d0b0fec8-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:03:01+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df74dbd2-4217-11ed-a575-4e60cabc184b | InvocationID=df74de02-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:03:18+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da928786-4217-11ed-a575-4e60cabc184b | InvocationID=da92893e-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:03:18+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9811294-4217-11ed-a575-4e60cabc184b | InvocationID=e981144c-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:03:18+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9811294-4217-11ed-a575-4e60cabc184b | InvocationID=e981144c-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:03:18+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9811294-4217-11ed-a575-4e60cabc184b | InvocationID=e981144c-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:03:26+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df74dbd2-4217-11ed-a575-4e60cabc184b | InvocationID=df74de02-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:03:26+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee39d0be-4217-11ed-a575-4e60cabc184b | InvocationID=ee39d2bc-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:03:43+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9811294-4217-11ed-a575-4e60cabc184b | InvocationID=e981144c-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:03:43+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f86e8200-4217-11ed-a575-4e60cabc184b | InvocationID=f86e83c2-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:03:43+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f86e8200-4217-11ed-a575-4e60cabc184b | InvocationID=f86e83c2-4217-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:03:43+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f86e8200-4217-11ed-a575-4e60cabc184b | InvocationID=f86e83c2-4217-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:03:51+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee39d0be-4217-11ed-a575-4e60cabc184b | InvocationID=ee39d2bc-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:03:51+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcfc39f2-4217-11ed-a575-4e60cabc184b | InvocationID=fcfc3cb8-4217-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:04:08+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f86e8200-4217-11ed-a575-4e60cabc184b | InvocationID=f86e83c2-4217-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:04:08+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075e5088-4218-11ed-a575-4e60cabc184b | InvocationID=075e52c2-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:04:08+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075e5088-4218-11ed-a575-4e60cabc184b | InvocationID=075e52c2-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:04:08+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=075e5088-4218-11ed-a575-4e60cabc184b | InvocationID=075e52c2-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:04:16+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcfc39f2-4217-11ed-a575-4e60cabc184b | InvocationID=fcfc3cb8-4217-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:04:16+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bc1855a-4218-11ed-a575-4e60cabc184b | InvocationID=0bc18730-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:04:33+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=075e5088-4218-11ed-a575-4e60cabc184b | InvocationID=075e52c2-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:04:33+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164c3c4a-4218-11ed-a575-4e60cabc184b | InvocationID=164c3f10-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:04:33+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164c3c4a-4218-11ed-a575-4e60cabc184b | InvocationID=164c3f10-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:04:33+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=164c3c4a-4218-11ed-a575-4e60cabc184b | InvocationID=164c3f10-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:04:40+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bc1855a-4218-11ed-a575-4e60cabc184b | InvocationID=0bc18730-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:04:40+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a852920-4218-11ed-a575-4e60cabc184b | InvocationID=1a853424-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:04:58+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=164c3c4a-4218-11ed-a575-4e60cabc184b | InvocationID=164c3f10-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:04:58+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2539a3b4-4218-11ed-a575-4e60cabc184b | InvocationID=2539a616-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:04:59+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2539a3b4-4218-11ed-a575-4e60cabc184b | InvocationID=2539a616-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:04:59+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2539a3b4-4218-11ed-a575-4e60cabc184b | InvocationID=2539a616-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:05:05+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a852920-4218-11ed-a575-4e60cabc184b | InvocationID=1a853424-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:05:05+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29493078-4218-11ed-a575-4e60cabc184b | InvocationID=29493230-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:05:24+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2539a3b4-4218-11ed-a575-4e60cabc184b | InvocationID=2539a616-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:05:24+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34290608-4218-11ed-a575-4e60cabc184b | InvocationID=342908ce-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:05:24+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34290608-4218-11ed-a575-4e60cabc184b | InvocationID=342908ce-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:05:24+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34290608-4218-11ed-a575-4e60cabc184b | InvocationID=342908ce-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:05:30+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29493078-4218-11ed-a575-4e60cabc184b | InvocationID=29493230-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:05:30+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380cd132-4218-11ed-a575-4e60cabc184b | InvocationID=380cd3da-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:05:49+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34290608-4218-11ed-a575-4e60cabc184b | InvocationID=342908ce-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:05:49+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43169ffe-4218-11ed-a575-4e60cabc184b | InvocationID=4316a1ca-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:05:49+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43169ffe-4218-11ed-a575-4e60cabc184b | InvocationID=4316a1ca-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:05:49+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43169ffe-4218-11ed-a575-4e60cabc184b | InvocationID=4316a1ca-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:05:55+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=380cd132-4218-11ed-a575-4e60cabc184b | InvocationID=380cd3da-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:05:55+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d0ca48-4218-11ed-a575-4e60cabc184b | InvocationID=46d0cc96-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:06:14+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43169ffe-4218-11ed-a575-4e60cabc184b | InvocationID=4316a1ca-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:06:14+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=520423b0-4218-11ed-a575-4e60cabc184b | InvocationID=520425ea-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:06:14+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=520423b0-4218-11ed-a575-4e60cabc184b | InvocationID=520425ea-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:06:14+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=520423b0-4218-11ed-a575-4e60cabc184b | InvocationID=520425ea-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:06:20+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d0ca48-4218-11ed-a575-4e60cabc184b | InvocationID=46d0cc96-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:06:20+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55935190-4218-11ed-a575-4e60cabc184b | InvocationID=5593533e-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:06:39+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=520423b0-4218-11ed-a575-4e60cabc184b | InvocationID=520425ea-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:06:39+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f1e9c0-4218-11ed-a575-4e60cabc184b | InvocationID=60f1ec04-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:06:39+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f1e9c0-4218-11ed-a575-4e60cabc184b | InvocationID=60f1ec04-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:06:39+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f1e9c0-4218-11ed-a575-4e60cabc184b | InvocationID=60f1ec04-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:06:44+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55935190-4218-11ed-a575-4e60cabc184b | InvocationID=5593533e-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:06:44+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64566fb4-4218-11ed-a575-4e60cabc184b | InvocationID=64567216-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:07:04+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f1e9c0-4218-11ed-a575-4e60cabc184b | InvocationID=60f1ec04-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:07:04+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fdf437e-4218-11ed-a575-4e60cabc184b | InvocationID=6fdf4608-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:07:04+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fdf437e-4218-11ed-a575-4e60cabc184b | InvocationID=6fdf4608-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:07:04+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fdf437e-4218-11ed-a575-4e60cabc184b | InvocationID=6fdf4608-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:07:09+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64566fb4-4218-11ed-a575-4e60cabc184b | InvocationID=64567216-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:07:09+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7319acc8-4218-11ed-a575-4e60cabc184b | InvocationID=7319af0c-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:07:29+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fdf437e-4218-11ed-a575-4e60cabc184b | InvocationID=6fdf4608-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:07:29+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ecc78c0-4218-11ed-a575-4e60cabc184b | InvocationID=7ecc7b18-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:07:29+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ecc78c0-4218-11ed-a575-4e60cabc184b | InvocationID=7ecc7b18-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:07:29+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ecc78c0-4218-11ed-a575-4e60cabc184b | InvocationID=7ecc7b18-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:07:34+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7319acc8-4218-11ed-a575-4e60cabc184b | InvocationID=7319af0c-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:07:34+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81df6798-4218-11ed-a575-4e60cabc184b | InvocationID=81df6bda-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:07:54+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ecc78c0-4218-11ed-a575-4e60cabc184b | InvocationID=7ecc7b18-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:07:54+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dbb4f28-4218-11ed-a575-4e60cabc184b | InvocationID=8dbb53c4-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:07:54+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dbb4f28-4218-11ed-a575-4e60cabc184b | InvocationID=8dbb53c4-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:07:54+0000 | policy_event_thread | 140140270754592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dbb4f28-4218-11ed-a575-4e60cabc184b | InvocationID=8dbb53c4-4218-11ed-a575-4e60cabc184b | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-02T06:07:59+0000 | aai_event_thread | 140140269693728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81df6798-4218-11ed-a575-4e60cabc184b | InvocationID=81df6bda-4218-11ed-a575-4e60cabc184b | Polling MR for XNF AAI events.[0m 2022-10-02T06:07:59+0000 | aai_event_thread | 140140269693728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a2a10a-4218-11ed-a575-4e60cabc184b | InvocationID=90a2a3da-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-02T06:08:19+0000 | policy_event_thread | 140140270754592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dbb4f28-4218-11ed-a575-4e60cabc184b | InvocationID=8dbb53c4-4218-11ed-a575-4e60cabc184b | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-02T06:08:19+0000 | policy_event_thread | 140140270754592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca9ec6a-4218-11ed-a575-4e60cabc184b | InvocationID=9ca9eea4-4218-11ed-a575-4e60cabc184b | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-02T06:08:19+0000 | policy_event_thread | 140140270754592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca9ec6a-4218-11ed-a575-4e60cabc184b | InvocationID=9ca9eea4-4218-11ed-a575-4e60cabc184b | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://me