/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-08-13T05:13:56+0000 | MainThread | 140542706511176 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-08-13T05:13:56+0000 | MainThread | 140542706511176 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-08-13T05:13:56+0000 | MainThread | 140542706511176 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-08-13T05:13:56+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:13:56+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-08-13T05:13:56+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb17aa4e-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ac7e-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:13:56+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb17cc18-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ccfe-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:13:56+0000 | MainThread | 140542706511176 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server 2022-08-13T05:13:57+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb17aa4e-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ac7e-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:13:57+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb17aa4e-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ac7e-1ac6-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:13:57+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb17cc18-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ccfe-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:13:57+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb17cc18-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ccfe-1ac6-11ed-9ca5-467cec889821 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:17+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb17cc18-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ccfe-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:14:17+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7ad56be-1ac6-11ed-9ca5-467cec889821 | InvocationID=c7ad593e-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:14:18+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7ad56be-1ac6-11ed-9ca5-467cec889821 | InvocationID=c7ad593e-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:18+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7ad56be-1ac6-11ed-9ca5-467cec889821 | InvocationID=c7ad593e-1ac6-11ed-9ca5-467cec889821 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:22+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb17aa4e-1ac6-11ed-9ca5-467cec889821 | InvocationID=bb17ac7e-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:14:22+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caa46808-1ac6-11ed-9ca5-467cec889821 | InvocationID=caa469d4-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:14:23+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caa46808-1ac6-11ed-9ca5-467cec889821 | InvocationID=caa469d4-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:23+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caa46808-1ac6-11ed-9ca5-467cec889821 | InvocationID=caa469d4-1ac6-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:38+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7ad56be-1ac6-11ed-9ca5-467cec889821 | InvocationID=c7ad593e-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:14:38+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43b348c-1ac6-11ed-9ca5-467cec889821 | InvocationID=d43b391e-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:14:39+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43b348c-1ac6-11ed-9ca5-467cec889821 | InvocationID=d43b391e-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:39+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43b348c-1ac6-11ed-9ca5-467cec889821 | InvocationID=d43b391e-1ac6-11ed-9ca5-467cec889821 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:48+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caa46808-1ac6-11ed-9ca5-467cec889821 | InvocationID=caa469d4-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:14:48+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2af206-1ac6-11ed-9ca5-467cec889821 | InvocationID=da2af396-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:14:49+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2af206-1ac6-11ed-9ca5-467cec889821 | InvocationID=da2af396-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:49+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da2af206-1ac6-11ed-9ca5-467cec889821 | InvocationID=da2af396-1ac6-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:14:59+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43b348c-1ac6-11ed-9ca5-467cec889821 | InvocationID=d43b391e-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:14:59+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c84f82-1ac6-11ed-9ca5-467cec889821 | InvocationID=e0c8528e-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:15:00+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c84f82-1ac6-11ed-9ca5-467cec889821 | InvocationID=e0c8528e-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:15:00+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c84f82-1ac6-11ed-9ca5-467cec889821 | InvocationID=e0c8528e-1ac6-11ed-9ca5-467cec889821 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:15:14+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da2af206-1ac6-11ed-9ca5-467cec889821 | InvocationID=da2af396-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:15:14+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b1540e-1ac6-11ed-9ca5-467cec889821 | InvocationID=e9b15738-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:15:15+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b1540e-1ac6-11ed-9ca5-467cec889821 | InvocationID=e9b15738-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:15:15+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b1540e-1ac6-11ed-9ca5-467cec889821 | InvocationID=e9b15738-1ac6-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:15:20+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c84f82-1ac6-11ed-9ca5-467cec889821 | InvocationID=e0c8528e-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:15:20+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5483c4-1ac6-11ed-9ca5-467cec889821 | InvocationID=ed548554-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:15:21+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5483c4-1ac6-11ed-9ca5-467cec889821 | InvocationID=ed548554-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:15:21+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed5483c4-1ac6-11ed-9ca5-467cec889821 | InvocationID=ed548554-1ac6-11ed-9ca5-467cec889821 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-13T05:15:40+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b1540e-1ac6-11ed-9ca5-467cec889821 | InvocationID=e9b15738-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:15:40+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f937fe32-1ac6-11ed-9ca5-467cec889821 | InvocationID=f937ffd6-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:15:40+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f937fe32-1ac6-11ed-9ca5-467cec889821 | InvocationID=f937ffd6-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:15:40+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f937fe32-1ac6-11ed-9ca5-467cec889821 | InvocationID=f937ffd6-1ac6-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:15:41+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed5483c4-1ac6-11ed-9ca5-467cec889821 | InvocationID=ed548554-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:15:41+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e23910-1ac6-11ed-9ca5-467cec889821 | InvocationID=f9e23ac8-1ac6-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:15:41+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e23910-1ac6-11ed-9ca5-467cec889821 | InvocationID=f9e23ac8-1ac6-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:15:41+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e23910-1ac6-11ed-9ca5-467cec889821 | InvocationID=f9e23ac8-1ac6-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:01+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9e23910-1ac6-11ed-9ca5-467cec889821 | InvocationID=f9e23ac8-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:16:01+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d7df0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=05d7e13e-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:16:01+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d7df0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=05d7e13e-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:01+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d7df0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=05d7e13e-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:05+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f937fe32-1ac6-11ed-9ca5-467cec889821 | InvocationID=f937ffd6-1ac6-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:16:05+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08482b0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=08482ce4-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:16:05+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08482b0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=08482ce4-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:16:05+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08482b0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=08482ce4-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:16:21+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d7df0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=05d7e13e-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:16:21+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d2b93c-1ac7-11ed-9ca5-467cec889821 | InvocationID=11d2be82-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:16:21+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d2b93c-1ac7-11ed-9ca5-467cec889821 | InvocationID=11d2be82-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:21+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11d2b93c-1ac7-11ed-9ca5-467cec889821 | InvocationID=11d2be82-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:30+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08482b0e-1ac7-11ed-9ca5-467cec889821 | InvocationID=08482ce4-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:16:30+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17368926-1ac7-11ed-9ca5-467cec889821 | InvocationID=17368c64-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:16:30+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17368926-1ac7-11ed-9ca5-467cec889821 | InvocationID=17368c64-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:16:30+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17368926-1ac7-11ed-9ca5-467cec889821 | InvocationID=17368c64-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:16:41+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11d2b93c-1ac7-11ed-9ca5-467cec889821 | InvocationID=11d2be82-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:16:41+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc81e94-1ac7-11ed-9ca5-467cec889821 | InvocationID=1dc82268-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:16:41+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc81e94-1ac7-11ed-9ca5-467cec889821 | InvocationID=1dc82268-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:41+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc81e94-1ac7-11ed-9ca5-467cec889821 | InvocationID=1dc82268-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:16:55+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17368926-1ac7-11ed-9ca5-467cec889821 | InvocationID=17368c64-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:16:55+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26287aac-1ac7-11ed-9ca5-467cec889821 | InvocationID=26287cbe-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:16:55+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26287aac-1ac7-11ed-9ca5-467cec889821 | InvocationID=26287cbe-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:16:55+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26287aac-1ac7-11ed-9ca5-467cec889821 | InvocationID=26287cbe-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:17:01+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc81e94-1ac7-11ed-9ca5-467cec889821 | InvocationID=1dc82268-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:17:01+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29bc53a0-1ac7-11ed-9ca5-467cec889821 | InvocationID=29bc5670-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:17:01+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29bc53a0-1ac7-11ed-9ca5-467cec889821 | InvocationID=29bc5670-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:17:01+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29bc53a0-1ac7-11ed-9ca5-467cec889821 | InvocationID=29bc5670-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:17:20+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26287aac-1ac7-11ed-9ca5-467cec889821 | InvocationID=26287cbe-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:17:20+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35189e16-1ac7-11ed-9ca5-467cec889821 | InvocationID=35189f9c-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:17:21+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35189e16-1ac7-11ed-9ca5-467cec889821 | InvocationID=35189f9c-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:17:21+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35189e16-1ac7-11ed-9ca5-467cec889821 | InvocationID=35189f9c-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:17:21+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29bc53a0-1ac7-11ed-9ca5-467cec889821 | InvocationID=29bc5670-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:17:21+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b09798-1ac7-11ed-9ca5-467cec889821 | InvocationID=35b09a0e-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:17:22+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b09798-1ac7-11ed-9ca5-467cec889821 | InvocationID=35b09a0e-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:17:22+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b09798-1ac7-11ed-9ca5-467cec889821 | InvocationID=35b09a0e-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:17:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b09798-1ac7-11ed-9ca5-467cec889821 | InvocationID=35b09a0e-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:17:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a51bd2-1ac7-11ed-9ca5-467cec889821 | InvocationID=41a51ec0-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:17:42+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a51bd2-1ac7-11ed-9ca5-467cec889821 | InvocationID=41a51ec0-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:17:42+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a51bd2-1ac7-11ed-9ca5-467cec889821 | InvocationID=41a51ec0-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:17:46+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35189e16-1ac7-11ed-9ca5-467cec889821 | InvocationID=35189f9c-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:17:46+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44083d28-1ac7-11ed-9ca5-467cec889821 | InvocationID=4408d652-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:17:46+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44083d28-1ac7-11ed-9ca5-467cec889821 | InvocationID=4408d652-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:17:46+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44083d28-1ac7-11ed-9ca5-467cec889821 | InvocationID=4408d652-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:18:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a51bd2-1ac7-11ed-9ca5-467cec889821 | InvocationID=41a51ec0-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:18:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9cbca6-1ac7-11ed-9ca5-467cec889821 | InvocationID=4d9cbe72-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:18:02+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9cbca6-1ac7-11ed-9ca5-467cec889821 | InvocationID=4d9cbe72-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:18:02+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9cbca6-1ac7-11ed-9ca5-467cec889821 | InvocationID=4d9cbe72-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:18:11+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44083d28-1ac7-11ed-9ca5-467cec889821 | InvocationID=4408d652-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:18:11+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52fcbc82-1ac7-11ed-9ca5-467cec889821 | InvocationID=52fcbe26-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:18:11+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52fcbc82-1ac7-11ed-9ca5-467cec889821 | InvocationID=52fcbe26-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:18:11+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52fcbc82-1ac7-11ed-9ca5-467cec889821 | InvocationID=52fcbe26-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:18:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9cbca6-1ac7-11ed-9ca5-467cec889821 | InvocationID=4d9cbe72-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:18:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=599062e2-1ac7-11ed-9ca5-467cec889821 | InvocationID=599068c8-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:18:22+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=599062e2-1ac7-11ed-9ca5-467cec889821 | InvocationID=599068c8-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:18:22+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=599062e2-1ac7-11ed-9ca5-467cec889821 | InvocationID=599068c8-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:18:36+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52fcbc82-1ac7-11ed-9ca5-467cec889821 | InvocationID=52fcbe26-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:18:36+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61f0415a-1ac7-11ed-9ca5-467cec889821 | InvocationID=61f0438a-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:18:36+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61f0415a-1ac7-11ed-9ca5-467cec889821 | InvocationID=61f0438a-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:18:36+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61f0415a-1ac7-11ed-9ca5-467cec889821 | InvocationID=61f0438a-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:18:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=599062e2-1ac7-11ed-9ca5-467cec889821 | InvocationID=599068c8-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:18:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=658518e0-1ac7-11ed-9ca5-467cec889821 | InvocationID=65851aac-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:18:42+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=658518e0-1ac7-11ed-9ca5-467cec889821 | InvocationID=65851aac-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:18:42+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=658518e0-1ac7-11ed-9ca5-467cec889821 | InvocationID=65851aac-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:01+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61f0415a-1ac7-11ed-9ca5-467cec889821 | InvocationID=61f0438a-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:19:01+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70deead6-1ac7-11ed-9ca5-467cec889821 | InvocationID=70deec70-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:19:01+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70deead6-1ac7-11ed-9ca5-467cec889821 | InvocationID=70deec70-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:19:01+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70deead6-1ac7-11ed-9ca5-467cec889821 | InvocationID=70deec70-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:19:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=658518e0-1ac7-11ed-9ca5-467cec889821 | InvocationID=65851aac-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:19:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7179f0f8-1ac7-11ed-9ca5-467cec889821 | InvocationID=7179f2ce-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:19:02+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7179f0f8-1ac7-11ed-9ca5-467cec889821 | InvocationID=7179f2ce-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:02+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7179f0f8-1ac7-11ed-9ca5-467cec889821 | InvocationID=7179f2ce-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7179f0f8-1ac7-11ed-9ca5-467cec889821 | InvocationID=7179f2ce-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:19:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6d0c1a-1ac7-11ed-9ca5-467cec889821 | InvocationID=7d6d0ddc-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:19:22+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6d0c1a-1ac7-11ed-9ca5-467cec889821 | InvocationID=7d6d0ddc-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:22+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d6d0c1a-1ac7-11ed-9ca5-467cec889821 | InvocationID=7d6d0ddc-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:26+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70deead6-1ac7-11ed-9ca5-467cec889821 | InvocationID=70deec70-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:19:26+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fce9a28-1ac7-11ed-9ca5-467cec889821 | InvocationID=7fce9bb8-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:19:26+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fce9a28-1ac7-11ed-9ca5-467cec889821 | InvocationID=7fce9bb8-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:19:26+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fce9a28-1ac7-11ed-9ca5-467cec889821 | InvocationID=7fce9bb8-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:19:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d6d0c1a-1ac7-11ed-9ca5-467cec889821 | InvocationID=7d6d0ddc-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:19:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89622cf8-1ac7-11ed-9ca5-467cec889821 | InvocationID=89622f46-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:19:42+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89622cf8-1ac7-11ed-9ca5-467cec889821 | InvocationID=89622f46-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:42+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89622cf8-1ac7-11ed-9ca5-467cec889821 | InvocationID=89622f46-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:19:51+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fce9a28-1ac7-11ed-9ca5-467cec889821 | InvocationID=7fce9bb8-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:19:51+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec3fe60-1ac7-11ed-9ca5-467cec889821 | InvocationID=8ec40338-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:19:51+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec3fe60-1ac7-11ed-9ca5-467cec889821 | InvocationID=8ec40338-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:19:51+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec3fe60-1ac7-11ed-9ca5-467cec889821 | InvocationID=8ec40338-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:20:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89622cf8-1ac7-11ed-9ca5-467cec889821 | InvocationID=89622f46-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:20:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95556750-1ac7-11ed-9ca5-467cec889821 | InvocationID=95556980-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:20:02+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95556750-1ac7-11ed-9ca5-467cec889821 | InvocationID=95556980-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:20:02+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95556750-1ac7-11ed-9ca5-467cec889821 | InvocationID=95556980-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:20:16+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec3fe60-1ac7-11ed-9ca5-467cec889821 | InvocationID=8ec40338-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:20:16+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dbf237c-1ac7-11ed-9ca5-467cec889821 | InvocationID=9dbf253e-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:20:16+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dbf237c-1ac7-11ed-9ca5-467cec889821 | InvocationID=9dbf253e-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:20:16+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dbf237c-1ac7-11ed-9ca5-467cec889821 | InvocationID=9dbf253e-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:20:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95556750-1ac7-11ed-9ca5-467cec889821 | InvocationID=95556980-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:20:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a149dd02-1ac7-11ed-9ca5-467cec889821 | InvocationID=a149dfd2-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:20:22+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a149dd02-1ac7-11ed-9ca5-467cec889821 | InvocationID=a149dfd2-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:20:22+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a149dd02-1ac7-11ed-9ca5-467cec889821 | InvocationID=a149dfd2-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:20:41+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dbf237c-1ac7-11ed-9ca5-467cec889821 | InvocationID=9dbf253e-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:20:41+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acaddd60-1ac7-11ed-9ca5-467cec889821 | InvocationID=acaddf2c-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:20:41+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acaddd60-1ac7-11ed-9ca5-467cec889821 | InvocationID=acaddf2c-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:20:41+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acaddd60-1ac7-11ed-9ca5-467cec889821 | InvocationID=acaddf2c-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:20:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a149dd02-1ac7-11ed-9ca5-467cec889821 | InvocationID=a149dfd2-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:20:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3cc5c0-1ac7-11ed-9ca5-467cec889821 | InvocationID=ad3cc78c-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:20:42+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3cc5c0-1ac7-11ed-9ca5-467cec889821 | InvocationID=ad3cc78c-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:20:42+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad3cc5c0-1ac7-11ed-9ca5-467cec889821 | InvocationID=ad3cc78c-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad3cc5c0-1ac7-11ed-9ca5-467cec889821 | InvocationID=ad3cc78c-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:21:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b931989c-1ac7-11ed-9ca5-467cec889821 | InvocationID=b9319a9a-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:21:02+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b931989c-1ac7-11ed-9ca5-467cec889821 | InvocationID=b9319a9a-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:02+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b931989c-1ac7-11ed-9ca5-467cec889821 | InvocationID=b9319a9a-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:06+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acaddd60-1ac7-11ed-9ca5-467cec889821 | InvocationID=acaddf2c-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:21:06+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9b245e-1ac7-11ed-9ca5-467cec889821 | InvocationID=bb9b25f8-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:21:06+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9b245e-1ac7-11ed-9ca5-467cec889821 | InvocationID=bb9b25f8-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:21:06+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9b245e-1ac7-11ed-9ca5-467cec889821 | InvocationID=bb9b25f8-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:21:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b931989c-1ac7-11ed-9ca5-467cec889821 | InvocationID=b9319a9a-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:21:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c524a3a6-1ac7-11ed-9ca5-467cec889821 | InvocationID=c524a572-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:21:22+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c524a3a6-1ac7-11ed-9ca5-467cec889821 | InvocationID=c524a572-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:22+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c524a3a6-1ac7-11ed-9ca5-467cec889821 | InvocationID=c524a572-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:31+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9b245e-1ac7-11ed-9ca5-467cec889821 | InvocationID=bb9b25f8-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:21:31+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8a0c78-1ac7-11ed-9ca5-467cec889821 | InvocationID=ca8a12c2-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:21:31+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8a0c78-1ac7-11ed-9ca5-467cec889821 | InvocationID=ca8a12c2-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:21:31+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8a0c78-1ac7-11ed-9ca5-467cec889821 | InvocationID=ca8a12c2-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:21:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c524a3a6-1ac7-11ed-9ca5-467cec889821 | InvocationID=c524a572-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:21:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d11a02fa-1ac7-11ed-9ca5-467cec889821 | InvocationID=d11a0c28-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:21:42+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d11a02fa-1ac7-11ed-9ca5-467cec889821 | InvocationID=d11a0c28-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:42+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d11a02fa-1ac7-11ed-9ca5-467cec889821 | InvocationID=d11a0c28-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:21:56+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8a0c78-1ac7-11ed-9ca5-467cec889821 | InvocationID=ca8a12c2-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:21:56+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d97b6970-1ac7-11ed-9ca5-467cec889821 | InvocationID=d97b70e6-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:21:56+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d97b6970-1ac7-11ed-9ca5-467cec889821 | InvocationID=d97b70e6-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:21:56+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d97b6970-1ac7-11ed-9ca5-467cec889821 | InvocationID=d97b70e6-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:22:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d11a02fa-1ac7-11ed-9ca5-467cec889821 | InvocationID=d11a0c28-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:22:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd0ed13a-1ac7-11ed-9ca5-467cec889821 | InvocationID=dd0ed392-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:22:02+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd0ed13a-1ac7-11ed-9ca5-467cec889821 | InvocationID=dd0ed392-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:22:02+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd0ed13a-1ac7-11ed-9ca5-467cec889821 | InvocationID=dd0ed392-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:22:21+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d97b6970-1ac7-11ed-9ca5-467cec889821 | InvocationID=d97b70e6-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:22:21+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86aca8e-1ac7-11ed-9ca5-467cec889821 | InvocationID=e86accd2-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:22:21+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86aca8e-1ac7-11ed-9ca5-467cec889821 | InvocationID=e86accd2-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:22:21+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e86aca8e-1ac7-11ed-9ca5-467cec889821 | InvocationID=e86accd2-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:22:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd0ed13a-1ac7-11ed-9ca5-467cec889821 | InvocationID=dd0ed392-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:22:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e903bf00-1ac7-11ed-9ca5-467cec889821 | InvocationID=e903c0cc-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:22:22+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e903bf00-1ac7-11ed-9ca5-467cec889821 | InvocationID=e903c0cc-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:22:22+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e903bf00-1ac7-11ed-9ca5-467cec889821 | InvocationID=e903c0cc-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:22:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e903bf00-1ac7-11ed-9ca5-467cec889821 | InvocationID=e903c0cc-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:22:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f92c14-1ac7-11ed-9ca5-467cec889821 | InvocationID=f4f92e26-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:22:42+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f92c14-1ac7-11ed-9ca5-467cec889821 | InvocationID=f4f92e26-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:22:42+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4f92c14-1ac7-11ed-9ca5-467cec889821 | InvocationID=f4f92e26-1ac7-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:22:46+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e86aca8e-1ac7-11ed-9ca5-467cec889821 | InvocationID=e86accd2-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:22:46+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f75b09be-1ac7-11ed-9ca5-467cec889821 | InvocationID=f75b0b80-1ac7-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:22:46+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f75b09be-1ac7-11ed-9ca5-467cec889821 | InvocationID=f75b0b80-1ac7-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:22:46+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f75b09be-1ac7-11ed-9ca5-467cec889821 | InvocationID=f75b0b80-1ac7-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:23:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4f92c14-1ac7-11ed-9ca5-467cec889821 | InvocationID=f4f92e26-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:23:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00eb9dd6-1ac8-11ed-9ca5-467cec889821 | InvocationID=00eba06a-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:23:03+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00eb9dd6-1ac8-11ed-9ca5-467cec889821 | InvocationID=00eba06a-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:23:03+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00eb9dd6-1ac8-11ed-9ca5-467cec889821 | InvocationID=00eba06a-1ac8-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:23:11+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f75b09be-1ac7-11ed-9ca5-467cec889821 | InvocationID=f75b0b80-1ac7-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:23:11+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064a9f70-1ac8-11ed-9ca5-467cec889821 | InvocationID=064aa132-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:23:12+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064a9f70-1ac8-11ed-9ca5-467cec889821 | InvocationID=064aa132-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:23:12+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=064a9f70-1ac8-11ed-9ca5-467cec889821 | InvocationID=064aa132-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:23:23+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00eb9dd6-1ac8-11ed-9ca5-467cec889821 | InvocationID=00eba06a-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:23:23+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce0484e-1ac8-11ed-9ca5-467cec889821 | InvocationID=0ce04db2-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:23:23+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce0484e-1ac8-11ed-9ca5-467cec889821 | InvocationID=0ce04db2-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:23:23+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce0484e-1ac8-11ed-9ca5-467cec889821 | InvocationID=0ce04db2-1ac8-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:23:37+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=064a9f70-1ac8-11ed-9ca5-467cec889821 | InvocationID=064aa132-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:23:37+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153bb122-1ac8-11ed-9ca5-467cec889821 | InvocationID=153bb2bc-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:23:37+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153bb122-1ac8-11ed-9ca5-467cec889821 | InvocationID=153bb2bc-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:23:37+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=153bb122-1ac8-11ed-9ca5-467cec889821 | InvocationID=153bb2bc-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:23:43+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce0484e-1ac8-11ed-9ca5-467cec889821 | InvocationID=0ce04db2-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:23:43+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d3e12e-1ac8-11ed-9ca5-467cec889821 | InvocationID=18d3e2f0-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:23:43+0000 | aai_event_thread | 140542655773472 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d3e12e-1ac8-11ed-9ca5-467cec889821 | InvocationID=18d3e2f0-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:23:43+0000 | aai_event_thread | 140542655773472 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18d3e12e-1ac8-11ed-9ca5-467cec889821 | InvocationID=18d3e2f0-1ac8-11ed-9ca5-467cec889821 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-08-13T05:24:02+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=153bb122-1ac8-11ed-9ca5-467cec889821 | InvocationID=153bb2bc-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:24:02+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2429232c-1ac8-11ed-9ca5-467cec889821 | InvocationID=24292732-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:24:02+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2429232c-1ac8-11ed-9ca5-467cec889821 | InvocationID=24292732-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:24:02+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2429232c-1ac8-11ed-9ca5-467cec889821 | InvocationID=24292732-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:24:03+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18d3e12e-1ac8-11ed-9ca5-467cec889821 | InvocationID=18d3e2f0-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:24:03+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cbc35c-1ac8-11ed-9ca5-467cec889821 | InvocationID=24cbc56e-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:24:27+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2429232c-1ac8-11ed-9ca5-467cec889821 | InvocationID=24292732-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:24:27+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331866a4-1ac8-11ed-9ca5-467cec889821 | InvocationID=331869c4-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:24:27+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331866a4-1ac8-11ed-9ca5-467cec889821 | InvocationID=331869c4-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:24:27+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=331866a4-1ac8-11ed-9ca5-467cec889821 | InvocationID=331869c4-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:24:27+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cbc35c-1ac8-11ed-9ca5-467cec889821 | InvocationID=24cbc56e-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:24:27+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=333857c0-1ac8-11ed-9ca5-467cec889821 | InvocationID=3338595a-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:24:47+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=333857c0-1ac8-11ed-9ca5-467cec889821 | InvocationID=3338595a-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:24:47+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2f76bc-1ac8-11ed-9ca5-467cec889821 | InvocationID=3f2f7b8a-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:24:52+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=331866a4-1ac8-11ed-9ca5-467cec889821 | InvocationID=331869c4-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:24:52+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4207cfb0-1ac8-11ed-9ca5-467cec889821 | InvocationID=4207d21c-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:24:52+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4207cfb0-1ac8-11ed-9ca5-467cec889821 | InvocationID=4207d21c-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:24:52+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4207cfb0-1ac8-11ed-9ca5-467cec889821 | InvocationID=4207d21c-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:25:07+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f2f76bc-1ac8-11ed-9ca5-467cec889821 | InvocationID=3f2f7b8a-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:25:07+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2695cc-1ac8-11ed-9ca5-467cec889821 | InvocationID=4b269892-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:25:17+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4207cfb0-1ac8-11ed-9ca5-467cec889821 | InvocationID=4207d21c-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:25:17+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f94a94-1ac8-11ed-9ca5-467cec889821 | InvocationID=50f94c60-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:25:17+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f94a94-1ac8-11ed-9ca5-467cec889821 | InvocationID=50f94c60-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:25:17+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f94a94-1ac8-11ed-9ca5-467cec889821 | InvocationID=50f94c60-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:25:27+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2695cc-1ac8-11ed-9ca5-467cec889821 | InvocationID=4b269892-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:25:27+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57309c50-1ac8-11ed-9ca5-467cec889821 | InvocationID=57309de0-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:25:42+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f94a94-1ac8-11ed-9ca5-467cec889821 | InvocationID=50f94c60-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:25:42+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe6fc18-1ac8-11ed-9ca5-467cec889821 | InvocationID=5fe70744-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:25:42+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe6fc18-1ac8-11ed-9ca5-467cec889821 | InvocationID=5fe70744-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:25:42+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fe6fc18-1ac8-11ed-9ca5-467cec889821 | InvocationID=5fe70744-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:25:48+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57309c50-1ac8-11ed-9ca5-467cec889821 | InvocationID=57309de0-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:25:48+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6374f574-1ac8-11ed-9ca5-467cec889821 | InvocationID=6374f79a-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:26:07+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fe6fc18-1ac8-11ed-9ca5-467cec889821 | InvocationID=5fe70744-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:26:07+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed7e5d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=6ed7e9da-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:26:07+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed7e5d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=6ed7e9da-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:26:07+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ed7e5d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=6ed7e9da-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:26:13+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6374f574-1ac8-11ed-9ca5-467cec889821 | InvocationID=6374f79a-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:26:13+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72397940-1ac8-11ed-9ca5-467cec889821 | InvocationID=72397ae4-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:26:32+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ed7e5d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=6ed7e9da-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:26:32+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc5b0a8-1ac8-11ed-9ca5-467cec889821 | InvocationID=7dc5b2ec-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:26:32+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc5b0a8-1ac8-11ed-9ca5-467cec889821 | InvocationID=7dc5b2ec-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:26:32+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dc5b0a8-1ac8-11ed-9ca5-467cec889821 | InvocationID=7dc5b2ec-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:26:37+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72397940-1ac8-11ed-9ca5-467cec889821 | InvocationID=72397ae4-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:26:37+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81042772-1ac8-11ed-9ca5-467cec889821 | InvocationID=8104290c-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:26:57+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dc5b0a8-1ac8-11ed-9ca5-467cec889821 | InvocationID=7dc5b2ec-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:26:57+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb33518-1ac8-11ed-9ca5-467cec889821 | InvocationID=8cb336b2-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:26:57+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb33518-1ac8-11ed-9ca5-467cec889821 | InvocationID=8cb336b2-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:26:57+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cb33518-1ac8-11ed-9ca5-467cec889821 | InvocationID=8cb336b2-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:27:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81042772-1ac8-11ed-9ca5-467cec889821 | InvocationID=8104290c-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:27:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fcbc95e-1ac8-11ed-9ca5-467cec889821 | InvocationID=8fcbcb02-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:27:22+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cb33518-1ac8-11ed-9ca5-467cec889821 | InvocationID=8cb336b2-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:27:22+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba08620-1ac8-11ed-9ca5-467cec889821 | InvocationID=9ba088aa-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:27:22+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba08620-1ac8-11ed-9ca5-467cec889821 | InvocationID=9ba088aa-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:27:22+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ba08620-1ac8-11ed-9ca5-467cec889821 | InvocationID=9ba088aa-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:27:27+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fcbc95e-1ac8-11ed-9ca5-467cec889821 | InvocationID=8fcbcb02-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:27:27+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8eee6c-1ac8-11ed-9ca5-467cec889821 | InvocationID=9e8ef056-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:27:47+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ba08620-1ac8-11ed-9ca5-467cec889821 | InvocationID=9ba088aa-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:27:47+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa8e88e4-1ac8-11ed-9ca5-467cec889821 | InvocationID=aa8e8ad8-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:27:47+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa8e88e4-1ac8-11ed-9ca5-467cec889821 | InvocationID=aa8e8ad8-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:27:47+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa8e88e4-1ac8-11ed-9ca5-467cec889821 | InvocationID=aa8e8ad8-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:27:52+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e8eee6c-1ac8-11ed-9ca5-467cec889821 | InvocationID=9e8ef056-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:27:52+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad53334a-1ac8-11ed-9ca5-467cec889821 | InvocationID=ad533be2-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:28:12+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa8e88e4-1ac8-11ed-9ca5-467cec889821 | InvocationID=aa8e8ad8-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:28:12+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b97dd878-1ac8-11ed-9ca5-467cec889821 | InvocationID=b97dda80-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:28:12+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b97dd878-1ac8-11ed-9ca5-467cec889821 | InvocationID=b97dda80-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:28:12+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b97dd878-1ac8-11ed-9ca5-467cec889821 | InvocationID=b97dda80-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:28:17+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad53334a-1ac8-11ed-9ca5-467cec889821 | InvocationID=ad533be2-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:28:17+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1b6cc6-1ac8-11ed-9ca5-467cec889821 | InvocationID=bc1b6e88-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:28:37+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b97dd878-1ac8-11ed-9ca5-467cec889821 | InvocationID=b97dda80-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:28:37+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c86d1c0e-1ac8-11ed-9ca5-467cec889821 | InvocationID=c86d1e0c-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:28:37+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c86d1c0e-1ac8-11ed-9ca5-467cec889821 | InvocationID=c86d1e0c-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:28:37+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c86d1c0e-1ac8-11ed-9ca5-467cec889821 | InvocationID=c86d1e0c-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:28:41+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc1b6cc6-1ac8-11ed-9ca5-467cec889821 | InvocationID=bc1b6e88-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:28:41+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadef8e0-1ac8-11ed-9ca5-467cec889821 | InvocationID=cadefaa2-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:29:02+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c86d1c0e-1ac8-11ed-9ca5-467cec889821 | InvocationID=c86d1e0c-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:29:02+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75d5526-1ac8-11ed-9ca5-467cec889821 | InvocationID=d75d572e-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:29:02+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75d5526-1ac8-11ed-9ca5-467cec889821 | InvocationID=d75d572e-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:29:02+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d75d5526-1ac8-11ed-9ca5-467cec889821 | InvocationID=d75d572e-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:29:06+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadef8e0-1ac8-11ed-9ca5-467cec889821 | InvocationID=cadefaa2-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:29:06+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9af9136-1ac8-11ed-9ca5-467cec889821 | InvocationID=d9af9398-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:29:27+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d75d5526-1ac8-11ed-9ca5-467cec889821 | InvocationID=d75d572e-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:29:27+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e64bd490-1ac8-11ed-9ca5-467cec889821 | InvocationID=e64bd724-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:29:27+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e64bd490-1ac8-11ed-9ca5-467cec889821 | InvocationID=e64bd724-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:29:27+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e64bd490-1ac8-11ed-9ca5-467cec889821 | InvocationID=e64bd724-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:29:31+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9af9136-1ac8-11ed-9ca5-467cec889821 | InvocationID=d9af9398-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:29:31+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8769584-1ac8-11ed-9ca5-467cec889821 | InvocationID=e87697a0-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:29:52+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e64bd490-1ac8-11ed-9ca5-467cec889821 | InvocationID=e64bd724-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:29:52+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53b91d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=f53b962a-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:29:52+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53b91d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=f53b962a-1ac8-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:29:52+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f53b91d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=f53b962a-1ac8-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:29:56+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8769584-1ac8-11ed-9ca5-467cec889821 | InvocationID=e87697a0-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:29:56+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f73af8b2-1ac8-11ed-9ca5-467cec889821 | InvocationID=f73afbfa-1ac8-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:30:17+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f53b91d4-1ac8-11ed-9ca5-467cec889821 | InvocationID=f53b962a-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:30:17+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=042ec9b8-1ac9-11ed-9ca5-467cec889821 | InvocationID=042ecb8e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:30:17+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=042ec9b8-1ac9-11ed-9ca5-467cec889821 | InvocationID=042ecb8e-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:30:17+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=042ec9b8-1ac9-11ed-9ca5-467cec889821 | InvocationID=042ecb8e-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:30:20+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f73af8b2-1ac8-11ed-9ca5-467cec889821 | InvocationID=f73afbfa-1ac8-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:30:20+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05fd70a0-1ac9-11ed-9ca5-467cec889821 | InvocationID=05fd730c-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:30:42+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=042ec9b8-1ac9-11ed-9ca5-467cec889821 | InvocationID=042ecb8e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:30:42+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131e1b04-1ac9-11ed-9ca5-467cec889821 | InvocationID=131e29dc-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:30:43+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131e1b04-1ac9-11ed-9ca5-467cec889821 | InvocationID=131e29dc-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:30:43+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=131e1b04-1ac9-11ed-9ca5-467cec889821 | InvocationID=131e29dc-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:30:45+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05fd70a0-1ac9-11ed-9ca5-467cec889821 | InvocationID=05fd730c-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:30:45+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c4a57c-1ac9-11ed-9ca5-467cec889821 | InvocationID=14c4a7a2-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:31:08+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=131e1b04-1ac9-11ed-9ca5-467cec889821 | InvocationID=131e29dc-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:31:08+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220c63f0-1ac9-11ed-9ca5-467cec889821 | InvocationID=220c6616-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:31:08+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220c63f0-1ac9-11ed-9ca5-467cec889821 | InvocationID=220c6616-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:31:08+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220c63f0-1ac9-11ed-9ca5-467cec889821 | InvocationID=220c6616-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:31:10+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c4a57c-1ac9-11ed-9ca5-467cec889821 | InvocationID=14c4a7a2-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:31:10+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2387e434-1ac9-11ed-9ca5-467cec889821 | InvocationID=2387e6a0-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:31:33+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220c63f0-1ac9-11ed-9ca5-467cec889821 | InvocationID=220c6616-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:31:33+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30fb789c-1ac9-11ed-9ca5-467cec889821 | InvocationID=30fb7a72-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:31:33+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30fb789c-1ac9-11ed-9ca5-467cec889821 | InvocationID=30fb7a72-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:31:33+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30fb789c-1ac9-11ed-9ca5-467cec889821 | InvocationID=30fb7a72-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:31:35+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2387e434-1ac9-11ed-9ca5-467cec889821 | InvocationID=2387e6a0-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:31:35+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32540128-1ac9-11ed-9ca5-467cec889821 | InvocationID=32540312-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:31:58+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30fb789c-1ac9-11ed-9ca5-467cec889821 | InvocationID=30fb7a72-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:31:58+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fea878a-1ac9-11ed-9ca5-467cec889821 | InvocationID=3fea8b40-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:31:58+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fea878a-1ac9-11ed-9ca5-467cec889821 | InvocationID=3fea8b40-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:31:58+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fea878a-1ac9-11ed-9ca5-467cec889821 | InvocationID=3fea8b40-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:32:00+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32540128-1ac9-11ed-9ca5-467cec889821 | InvocationID=32540312-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:32:00+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411e21b6-1ac9-11ed-9ca5-467cec889821 | InvocationID=411e2350-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:32:23+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fea878a-1ac9-11ed-9ca5-467cec889821 | InvocationID=3fea8b40-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:32:23+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ed73d92-1ac9-11ed-9ca5-467cec889821 | InvocationID=4ed74102-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:32:23+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ed73d92-1ac9-11ed-9ca5-467cec889821 | InvocationID=4ed74102-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:32:23+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ed73d92-1ac9-11ed-9ca5-467cec889821 | InvocationID=4ed74102-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:32:24+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=411e21b6-1ac9-11ed-9ca5-467cec889821 | InvocationID=411e2350-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:32:24+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe19f8e-1ac9-11ed-9ca5-467cec889821 | InvocationID=4fe1ab28-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:32:48+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ed73d92-1ac9-11ed-9ca5-467cec889821 | InvocationID=4ed74102-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:32:48+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc4feac-1ac9-11ed-9ca5-467cec889821 | InvocationID=5dc50046-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:32:48+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc4feac-1ac9-11ed-9ca5-467cec889821 | InvocationID=5dc50046-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:32:48+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dc4feac-1ac9-11ed-9ca5-467cec889821 | InvocationID=5dc50046-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:32:49+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fe19f8e-1ac9-11ed-9ca5-467cec889821 | InvocationID=4fe1ab28-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:32:49+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea5bc12-1ac9-11ed-9ca5-467cec889821 | InvocationID=5ea5be2e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:33:13+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dc4feac-1ac9-11ed-9ca5-467cec889821 | InvocationID=5dc50046-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:33:13+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb3b660-1ac9-11ed-9ca5-467cec889821 | InvocationID=6cb3b96c-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:33:13+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb3b660-1ac9-11ed-9ca5-467cec889821 | InvocationID=6cb3b96c-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:33:13+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cb3b660-1ac9-11ed-9ca5-467cec889821 | InvocationID=6cb3b96c-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:33:14+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ea5bc12-1ac9-11ed-9ca5-467cec889821 | InvocationID=5ea5be2e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:33:14+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d684c92-1ac9-11ed-9ca5-467cec889821 | InvocationID=6d684ed6-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:33:38+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cb3b660-1ac9-11ed-9ca5-467cec889821 | InvocationID=6cb3b96c-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:33:38+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba3f054-1ac9-11ed-9ca5-467cec889821 | InvocationID=7ba3f220-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:33:38+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba3f054-1ac9-11ed-9ca5-467cec889821 | InvocationID=7ba3f220-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:33:38+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ba3f054-1ac9-11ed-9ca5-467cec889821 | InvocationID=7ba3f220-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:33:39+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d684c92-1ac9-11ed-9ca5-467cec889821 | InvocationID=6d684ed6-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:33:39+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c2f9474-1ac9-11ed-9ca5-467cec889821 | InvocationID=7c2f9636-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:34:03+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ba3f054-1ac9-11ed-9ca5-467cec889821 | InvocationID=7ba3f220-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:34:03+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9292be-1ac9-11ed-9ca5-467cec889821 | InvocationID=8a92971e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:34:03+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9292be-1ac9-11ed-9ca5-467cec889821 | InvocationID=8a92971e-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:34:03+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a9292be-1ac9-11ed-9ca5-467cec889821 | InvocationID=8a92971e-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:34:04+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c2f9474-1ac9-11ed-9ca5-467cec889821 | InvocationID=7c2f9636-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:34:04+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af44fcc-1ac9-11ed-9ca5-467cec889821 | InvocationID=8af4518e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:34:28+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a9292be-1ac9-11ed-9ca5-467cec889821 | InvocationID=8a92971e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:34:28+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99819608-1ac9-11ed-9ca5-467cec889821 | InvocationID=99819a2c-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:34:28+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99819608-1ac9-11ed-9ca5-467cec889821 | InvocationID=99819a2c-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:34:28+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99819608-1ac9-11ed-9ca5-467cec889821 | InvocationID=99819a2c-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:34:28+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8af44fcc-1ac9-11ed-9ca5-467cec889821 | InvocationID=8af4518e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:34:28+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99b9c4d8-1ac9-11ed-9ca5-467cec889821 | InvocationID=99b9c6c2-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:34:53+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99819608-1ac9-11ed-9ca5-467cec889821 | InvocationID=99819a2c-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:34:53+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a87004ec-1ac9-11ed-9ca5-467cec889821 | InvocationID=a8700816-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:34:53+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a87004ec-1ac9-11ed-9ca5-467cec889821 | InvocationID=a8700816-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:34:53+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a87004ec-1ac9-11ed-9ca5-467cec889821 | InvocationID=a8700816-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:34:53+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99b9c4d8-1ac9-11ed-9ca5-467cec889821 | InvocationID=99b9c6c2-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:34:53+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a87cdcee-1ac9-11ed-9ca5-467cec889821 | InvocationID=a87cdf00-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:35:18+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a87cdcee-1ac9-11ed-9ca5-467cec889821 | InvocationID=a87cdf00-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:35:18+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7411b32-1ac9-11ed-9ca5-467cec889821 | InvocationID=b7411d08-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:35:18+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a87004ec-1ac9-11ed-9ca5-467cec889821 | InvocationID=a8700816-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:35:18+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b75f0c50-1ac9-11ed-9ca5-467cec889821 | InvocationID=b75f1254-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:35:18+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b75f0c50-1ac9-11ed-9ca5-467cec889821 | InvocationID=b75f1254-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:35:18+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b75f0c50-1ac9-11ed-9ca5-467cec889821 | InvocationID=b75f1254-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:35:43+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7411b32-1ac9-11ed-9ca5-467cec889821 | InvocationID=b7411d08-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:35:43+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60638fa-1ac9-11ed-9ca5-467cec889821 | InvocationID=c6063a9e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:35:43+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b75f0c50-1ac9-11ed-9ca5-467cec889821 | InvocationID=b75f1254-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:35:43+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64bee4a-1ac9-11ed-9ca5-467cec889821 | InvocationID=c64bf214-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:35:43+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64bee4a-1ac9-11ed-9ca5-467cec889821 | InvocationID=c64bf214-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:35:43+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64bee4a-1ac9-11ed-9ca5-467cec889821 | InvocationID=c64bf214-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:36:07+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c60638fa-1ac9-11ed-9ca5-467cec889821 | InvocationID=c6063a9e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:36:07+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ce82ac-1ac9-11ed-9ca5-467cec889821 | InvocationID=d4ce845a-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:36:08+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64bee4a-1ac9-11ed-9ca5-467cec889821 | InvocationID=c64bf214-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:36:08+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53934d0-1ac9-11ed-9ca5-467cec889821 | InvocationID=d539371e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:36:08+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53934d0-1ac9-11ed-9ca5-467cec889821 | InvocationID=d539371e-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:36:08+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d53934d0-1ac9-11ed-9ca5-467cec889821 | InvocationID=d539371e-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:36:32+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4ce82ac-1ac9-11ed-9ca5-467cec889821 | InvocationID=d4ce845a-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:36:32+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e393b276-1ac9-11ed-9ca5-467cec889821 | InvocationID=e393b47e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:36:33+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d53934d0-1ac9-11ed-9ca5-467cec889821 | InvocationID=d539371e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:36:33+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e426626a-1ac9-11ed-9ca5-467cec889821 | InvocationID=e426647c-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:36:33+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e426626a-1ac9-11ed-9ca5-467cec889821 | InvocationID=e426647c-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:36:33+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e426626a-1ac9-11ed-9ca5-467cec889821 | InvocationID=e426647c-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:36:57+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e393b276-1ac9-11ed-9ca5-467cec889821 | InvocationID=e393b47e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:36:57+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2590586-1ac9-11ed-9ca5-467cec889821 | InvocationID=f259087e-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:36:58+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e426626a-1ac9-11ed-9ca5-467cec889821 | InvocationID=e426647c-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:36:58+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f316aee2-1ac9-11ed-9ca5-467cec889821 | InvocationID=f316b112-1ac9-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:36:58+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f316aee2-1ac9-11ed-9ca5-467cec889821 | InvocationID=f316b112-1ac9-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:36:58+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f316aee2-1ac9-11ed-9ca5-467cec889821 | InvocationID=f316b112-1ac9-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:37:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2590586-1ac9-11ed-9ca5-467cec889821 | InvocationID=f259087e-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:37:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01274bcc-1aca-11ed-9ca5-467cec889821 | InvocationID=01274dac-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:37:23+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f316aee2-1ac9-11ed-9ca5-467cec889821 | InvocationID=f316b112-1ac9-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:37:23+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020535cc-1aca-11ed-9ca5-467cec889821 | InvocationID=02053770-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:37:23+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020535cc-1aca-11ed-9ca5-467cec889821 | InvocationID=02053770-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:37:23+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=020535cc-1aca-11ed-9ca5-467cec889821 | InvocationID=02053770-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:37:47+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01274bcc-1aca-11ed-9ca5-467cec889821 | InvocationID=01274dac-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:37:47+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0febcee4-1aca-11ed-9ca5-467cec889821 | InvocationID=0febdca4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:37:48+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=020535cc-1aca-11ed-9ca5-467cec889821 | InvocationID=02053770-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:37:48+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f22496-1aca-11ed-9ca5-467cec889821 | InvocationID=10f22a2c-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:37:48+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f22496-1aca-11ed-9ca5-467cec889821 | InvocationID=10f22a2c-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:37:48+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f22496-1aca-11ed-9ca5-467cec889821 | InvocationID=10f22a2c-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:38:11+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0febcee4-1aca-11ed-9ca5-467cec889821 | InvocationID=0febdca4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:38:11+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eaf8bbe-1aca-11ed-9ca5-467cec889821 | InvocationID=1eaf8d80-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:38:13+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f22496-1aca-11ed-9ca5-467cec889821 | InvocationID=10f22a2c-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:38:13+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fdf64d2-1aca-11ed-9ca5-467cec889821 | InvocationID=1fdf6702-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:38:13+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fdf64d2-1aca-11ed-9ca5-467cec889821 | InvocationID=1fdf6702-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:38:13+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fdf64d2-1aca-11ed-9ca5-467cec889821 | InvocationID=1fdf6702-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:38:36+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eaf8bbe-1aca-11ed-9ca5-467cec889821 | InvocationID=1eaf8d80-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:38:36+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7408be-1aca-11ed-9ca5-467cec889821 | InvocationID=2d740b02-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:38:38+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fdf64d2-1aca-11ed-9ca5-467cec889821 | InvocationID=1fdf6702-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:38:38+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ecdb9ee-1aca-11ed-9ca5-467cec889821 | InvocationID=2ecdbb88-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:38:38+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ecdb9ee-1aca-11ed-9ca5-467cec889821 | InvocationID=2ecdbb88-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:38:38+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ecdb9ee-1aca-11ed-9ca5-467cec889821 | InvocationID=2ecdbb88-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:39:01+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d7408be-1aca-11ed-9ca5-467cec889821 | InvocationID=2d740b02-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:39:01+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c3a1406-1aca-11ed-9ca5-467cec889821 | InvocationID=3c3ec6cc-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:39:03+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ecdb9ee-1aca-11ed-9ca5-467cec889821 | InvocationID=2ecdbb88-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:39:03+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dbe1750-1aca-11ed-9ca5-467cec889821 | InvocationID=3dbe1980-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:39:04+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dbe1750-1aca-11ed-9ca5-467cec889821 | InvocationID=3dbe1980-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:39:04+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dbe1750-1aca-11ed-9ca5-467cec889821 | InvocationID=3dbe1980-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:39:26+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c3a1406-1aca-11ed-9ca5-467cec889821 | InvocationID=3c3ec6cc-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:39:26+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b134f9c-1aca-11ed-9ca5-467cec889821 | InvocationID=4b135168-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:39:29+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dbe1750-1aca-11ed-9ca5-467cec889821 | InvocationID=3dbe1980-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:39:29+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cab9526-1aca-11ed-9ca5-467cec889821 | InvocationID=4cab96ca-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:39:29+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cab9526-1aca-11ed-9ca5-467cec889821 | InvocationID=4cab96ca-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:39:29+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cab9526-1aca-11ed-9ca5-467cec889821 | InvocationID=4cab96ca-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:39:51+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b134f9c-1aca-11ed-9ca5-467cec889821 | InvocationID=4b135168-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:39:51+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d81db4-1aca-11ed-9ca5-467cec889821 | InvocationID=59d822f0-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:39:54+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cab9526-1aca-11ed-9ca5-467cec889821 | InvocationID=4cab96ca-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:39:54+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b98d774-1aca-11ed-9ca5-467cec889821 | InvocationID=5b98d940-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:39:54+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b98d774-1aca-11ed-9ca5-467cec889821 | InvocationID=5b98d940-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:39:54+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b98d774-1aca-11ed-9ca5-467cec889821 | InvocationID=5b98d940-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:40:15+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59d81db4-1aca-11ed-9ca5-467cec889821 | InvocationID=59d822f0-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:40:15+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689ff2b8-1aca-11ed-9ca5-467cec889821 | InvocationID=689ff4fc-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:40:19+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b98d774-1aca-11ed-9ca5-467cec889821 | InvocationID=5b98d940-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:40:19+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a881736-1aca-11ed-9ca5-467cec889821 | InvocationID=6a881b00-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:40:19+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a881736-1aca-11ed-9ca5-467cec889821 | InvocationID=6a881b00-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:40:19+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a881736-1aca-11ed-9ca5-467cec889821 | InvocationID=6a881b00-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:40:40+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=689ff2b8-1aca-11ed-9ca5-467cec889821 | InvocationID=689ff4fc-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:40:40+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77657660-1aca-11ed-9ca5-467cec889821 | InvocationID=776579d0-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:40:44+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a881736-1aca-11ed-9ca5-467cec889821 | InvocationID=6a881b00-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:40:44+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7975e21e-1aca-11ed-9ca5-467cec889821 | InvocationID=7975e3a4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:40:44+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7975e21e-1aca-11ed-9ca5-467cec889821 | InvocationID=7975e3a4-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:40:44+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7975e21e-1aca-11ed-9ca5-467cec889821 | InvocationID=7975e3a4-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:41:05+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77657660-1aca-11ed-9ca5-467cec889821 | InvocationID=776579d0-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:41:05+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=862bab7e-1aca-11ed-9ca5-467cec889821 | InvocationID=862bad54-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:41:09+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7975e21e-1aca-11ed-9ca5-467cec889821 | InvocationID=7975e3a4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:41:09+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8863f5c2-1aca-11ed-9ca5-467cec889821 | InvocationID=8863f75c-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:41:09+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8863f5c2-1aca-11ed-9ca5-467cec889821 | InvocationID=8863f75c-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:41:09+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8863f5c2-1aca-11ed-9ca5-467cec889821 | InvocationID=8863f75c-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:41:30+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=862bab7e-1aca-11ed-9ca5-467cec889821 | InvocationID=862bad54-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:41:30+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94efd9fa-1aca-11ed-9ca5-467cec889821 | InvocationID=94efdba8-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:41:34+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8863f5c2-1aca-11ed-9ca5-467cec889821 | InvocationID=8863f75c-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:41:34+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9750f364-1aca-11ed-9ca5-467cec889821 | InvocationID=9750f4f4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:41:34+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9750f364-1aca-11ed-9ca5-467cec889821 | InvocationID=9750f4f4-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:41:34+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9750f364-1aca-11ed-9ca5-467cec889821 | InvocationID=9750f4f4-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:41:55+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94efd9fa-1aca-11ed-9ca5-467cec889821 | InvocationID=94efdba8-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:41:55+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b3b51a-1aca-11ed-9ca5-467cec889821 | InvocationID=a3b3b754-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:41:59+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9750f364-1aca-11ed-9ca5-467cec889821 | InvocationID=9750f4f4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:41:59+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6406ed6-1aca-11ed-9ca5-467cec889821 | InvocationID=a6407110-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:41:59+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6406ed6-1aca-11ed-9ca5-467cec889821 | InvocationID=a6407110-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:41:59+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6406ed6-1aca-11ed-9ca5-467cec889821 | InvocationID=a6407110-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:42:19+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3b3b51a-1aca-11ed-9ca5-467cec889821 | InvocationID=a3b3b754-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:42:19+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b277ca00-1aca-11ed-9ca5-467cec889821 | InvocationID=b277cbf4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:42:24+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6406ed6-1aca-11ed-9ca5-467cec889821 | InvocationID=a6407110-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:42:24+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52ea890-1aca-11ed-9ca5-467cec889821 | InvocationID=b52eaa20-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:42:24+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52ea890-1aca-11ed-9ca5-467cec889821 | InvocationID=b52eaa20-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:42:24+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b52ea890-1aca-11ed-9ca5-467cec889821 | InvocationID=b52eaa20-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:42:44+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b277ca00-1aca-11ed-9ca5-467cec889821 | InvocationID=b277cbf4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:42:44+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c13f725e-1aca-11ed-9ca5-467cec889821 | InvocationID=c13f74d4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:42:49+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b52ea890-1aca-11ed-9ca5-467cec889821 | InvocationID=b52eaa20-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:42:49+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c41c100e-1aca-11ed-9ca5-467cec889821 | InvocationID=c41c1162-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:42:49+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c41c100e-1aca-11ed-9ca5-467cec889821 | InvocationID=c41c1162-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:42:49+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c41c100e-1aca-11ed-9ca5-467cec889821 | InvocationID=c41c1162-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:43:09+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c13f725e-1aca-11ed-9ca5-467cec889821 | InvocationID=c13f74d4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:43:09+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d003dcb2-1aca-11ed-9ca5-467cec889821 | InvocationID=d003df0a-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:43:14+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c41c100e-1aca-11ed-9ca5-467cec889821 | InvocationID=c41c1162-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:43:14+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3095cc0-1aca-11ed-9ca5-467cec889821 | InvocationID=d30966d4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:43:14+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3095cc0-1aca-11ed-9ca5-467cec889821 | InvocationID=d30966d4-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:43:14+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3095cc0-1aca-11ed-9ca5-467cec889821 | InvocationID=d30966d4-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:43:34+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d003dcb2-1aca-11ed-9ca5-467cec889821 | InvocationID=d003df0a-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:43:34+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec7e108-1aca-11ed-9ca5-467cec889821 | InvocationID=dec7e2b6-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:43:39+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3095cc0-1aca-11ed-9ca5-467cec889821 | InvocationID=d30966d4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:43:39+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f91676-1aca-11ed-9ca5-467cec889821 | InvocationID=e1f919f0-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:43:39+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f91676-1aca-11ed-9ca5-467cec889821 | InvocationID=e1f919f0-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:43:39+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1f91676-1aca-11ed-9ca5-467cec889821 | InvocationID=e1f919f0-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:43:58+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dec7e108-1aca-11ed-9ca5-467cec889821 | InvocationID=dec7e2b6-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:43:59+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed9486f0-1aca-11ed-9ca5-467cec889821 | InvocationID=ed9488bc-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:44:04+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1f91676-1aca-11ed-9ca5-467cec889821 | InvocationID=e1f919f0-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:44:04+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e72d1c-1aca-11ed-9ca5-467cec889821 | InvocationID=f0e72eb6-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:44:04+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e72d1c-1aca-11ed-9ca5-467cec889821 | InvocationID=f0e72eb6-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:44:04+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0e72d1c-1aca-11ed-9ca5-467cec889821 | InvocationID=f0e72eb6-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:44:23+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed9486f0-1aca-11ed-9ca5-467cec889821 | InvocationID=ed9488bc-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:44:23+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc581fa8-1aca-11ed-9ca5-467cec889821 | InvocationID=fc5821c4-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:44:29+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0e72d1c-1aca-11ed-9ca5-467cec889821 | InvocationID=f0e72eb6-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:44:29+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffd60bd6-1aca-11ed-9ca5-467cec889821 | InvocationID=ffd60d70-1aca-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:44:29+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffd60bd6-1aca-11ed-9ca5-467cec889821 | InvocationID=ffd60d70-1aca-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:44:29+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffd60bd6-1aca-11ed-9ca5-467cec889821 | InvocationID=ffd60d70-1aca-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:44:48+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc581fa8-1aca-11ed-9ca5-467cec889821 | InvocationID=fc5821c4-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:44:48+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b1c56ee-1acb-11ed-9ca5-467cec889821 | InvocationID=0b1c58ec-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:44:54+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffd60bd6-1aca-11ed-9ca5-467cec889821 | InvocationID=ffd60d70-1aca-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:44:54+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ec43fb4-1acb-11ed-9ca5-467cec889821 | InvocationID=0ec44158-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:44:54+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ec43fb4-1acb-11ed-9ca5-467cec889821 | InvocationID=0ec44158-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:44:54+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ec43fb4-1acb-11ed-9ca5-467cec889821 | InvocationID=0ec44158-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:45:13+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b1c56ee-1acb-11ed-9ca5-467cec889821 | InvocationID=0b1c58ec-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:45:13+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19df5e10-1acb-11ed-9ca5-467cec889821 | InvocationID=19df5fc8-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:45:19+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ec43fb4-1acb-11ed-9ca5-467cec889821 | InvocationID=0ec44158-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:45:19+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1db37f1c-1acb-11ed-9ca5-467cec889821 | InvocationID=1db38412-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:45:19+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1db37f1c-1acb-11ed-9ca5-467cec889821 | InvocationID=1db38412-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:45:19+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1db37f1c-1acb-11ed-9ca5-467cec889821 | InvocationID=1db38412-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:45:38+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19df5e10-1acb-11ed-9ca5-467cec889821 | InvocationID=19df5fc8-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:45:38+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a4c912-1acb-11ed-9ca5-467cec889821 | InvocationID=28a4cb06-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:45:44+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1db37f1c-1acb-11ed-9ca5-467cec889821 | InvocationID=1db38412-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:45:44+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca1ccc2-1acb-11ed-9ca5-467cec889821 | InvocationID=2ca1ceca-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:45:44+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca1ccc2-1acb-11ed-9ca5-467cec889821 | InvocationID=2ca1ceca-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:45:44+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ca1ccc2-1acb-11ed-9ca5-467cec889821 | InvocationID=2ca1ceca-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:46:02+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a4c912-1acb-11ed-9ca5-467cec889821 | InvocationID=28a4cb06-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:46:02+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=376900e4-1acb-11ed-9ca5-467cec889821 | InvocationID=37690274-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:46:09+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ca1ccc2-1acb-11ed-9ca5-467cec889821 | InvocationID=2ca1ceca-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:46:09+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b91ea50-1acb-11ed-9ca5-467cec889821 | InvocationID=3b91ebf4-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:46:09+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b91ea50-1acb-11ed-9ca5-467cec889821 | InvocationID=3b91ebf4-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:46:09+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b91ea50-1acb-11ed-9ca5-467cec889821 | InvocationID=3b91ebf4-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:46:27+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=376900e4-1acb-11ed-9ca5-467cec889821 | InvocationID=37690274-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:46:27+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=462f01dc-1acb-11ed-9ca5-467cec889821 | InvocationID=462f0506-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:46:34+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b91ea50-1acb-11ed-9ca5-467cec889821 | InvocationID=3b91ebf4-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:46:34+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7fd036-1acb-11ed-9ca5-467cec889821 | InvocationID=4a7fdb4e-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:46:34+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7fd036-1acb-11ed-9ca5-467cec889821 | InvocationID=4a7fdb4e-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:46:34+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7fd036-1acb-11ed-9ca5-467cec889821 | InvocationID=4a7fdb4e-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:46:52+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=462f01dc-1acb-11ed-9ca5-467cec889821 | InvocationID=462f0506-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:46:52+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54f44b00-1acb-11ed-9ca5-467cec889821 | InvocationID=54f44c9a-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:46:59+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7fd036-1acb-11ed-9ca5-467cec889821 | InvocationID=4a7fdb4e-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:46:59+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=596f6ea8-1acb-11ed-9ca5-467cec889821 | InvocationID=596f7088-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:46:59+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=596f6ea8-1acb-11ed-9ca5-467cec889821 | InvocationID=596f7088-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:46:59+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=596f6ea8-1acb-11ed-9ca5-467cec889821 | InvocationID=596f7088-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:47:17+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54f44b00-1acb-11ed-9ca5-467cec889821 | InvocationID=54f44c9a-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:47:17+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bdbcb6-1acb-11ed-9ca5-467cec889821 | InvocationID=63bdc01c-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:47:24+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=596f6ea8-1acb-11ed-9ca5-467cec889821 | InvocationID=596f7088-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:47:24+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685d27b6-1acb-11ed-9ca5-467cec889821 | InvocationID=685d295a-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:47:25+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685d27b6-1acb-11ed-9ca5-467cec889821 | InvocationID=685d295a-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:47:25+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=685d27b6-1acb-11ed-9ca5-467cec889821 | InvocationID=685d295a-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:47:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63bdbcb6-1acb-11ed-9ca5-467cec889821 | InvocationID=63bdc01c-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:47:42+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7280edf4-1acb-11ed-9ca5-467cec889821 | InvocationID=7280f024-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:47:50+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=685d27b6-1acb-11ed-9ca5-467cec889821 | InvocationID=685d295a-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:47:50+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774a4b64-1acb-11ed-9ca5-467cec889821 | InvocationID=774a4e2a-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:47:50+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774a4b64-1acb-11ed-9ca5-467cec889821 | InvocationID=774a4e2a-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:47:50+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=774a4b64-1acb-11ed-9ca5-467cec889821 | InvocationID=774a4e2a-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:48:06+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7280edf4-1acb-11ed-9ca5-467cec889821 | InvocationID=7280f024-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:48:06+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8144b762-1acb-11ed-9ca5-467cec889821 | InvocationID=8144b8e8-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:48:15+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=774a4b64-1acb-11ed-9ca5-467cec889821 | InvocationID=774a4e2a-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:48:15+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8637671a-1acb-11ed-9ca5-467cec889821 | InvocationID=8637699a-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:48:15+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8637671a-1acb-11ed-9ca5-467cec889821 | InvocationID=8637699a-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:48:15+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8637671a-1acb-11ed-9ca5-467cec889821 | InvocationID=8637699a-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:48:31+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8144b762-1acb-11ed-9ca5-467cec889821 | InvocationID=8144b8e8-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:48:31+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=900712fe-1acb-11ed-9ca5-467cec889821 | InvocationID=9007152e-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:48:40+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8637671a-1acb-11ed-9ca5-467cec889821 | InvocationID=8637699a-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:48:40+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9529ebc6-1acb-11ed-9ca5-467cec889821 | InvocationID=9529edc4-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:48:40+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9529ebc6-1acb-11ed-9ca5-467cec889821 | InvocationID=9529edc4-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:48:40+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9529ebc6-1acb-11ed-9ca5-467cec889821 | InvocationID=9529edc4-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:48:56+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=900712fe-1acb-11ed-9ca5-467cec889821 | InvocationID=9007152e-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:48:56+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ece66de-1acb-11ed-9ca5-467cec889821 | InvocationID=9ece686e-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:49:05+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9529ebc6-1acb-11ed-9ca5-467cec889821 | InvocationID=9529edc4-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:49:05+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41a9d56-1acb-11ed-9ca5-467cec889821 | InvocationID=a41a9fcc-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:49:05+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41a9d56-1acb-11ed-9ca5-467cec889821 | InvocationID=a41a9fcc-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:49:05+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a41a9d56-1acb-11ed-9ca5-467cec889821 | InvocationID=a41a9fcc-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:49:21+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ece66de-1acb-11ed-9ca5-467cec889821 | InvocationID=9ece686e-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:49:21+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad94427e-1acb-11ed-9ca5-467cec889821 | InvocationID=ad9449e0-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:49:30+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a41a9d56-1acb-11ed-9ca5-467cec889821 | InvocationID=a41a9fcc-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:49:30+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30910d6-1acb-11ed-9ca5-467cec889821 | InvocationID=b30912a2-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:49:30+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30910d6-1acb-11ed-9ca5-467cec889821 | InvocationID=b30912a2-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:49:30+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30910d6-1acb-11ed-9ca5-467cec889821 | InvocationID=b30912a2-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:49:45+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad94427e-1acb-11ed-9ca5-467cec889821 | InvocationID=ad9449e0-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:49:45+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc5de3be-1acb-11ed-9ca5-467cec889821 | InvocationID=bc5de5e4-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:49:55+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30910d6-1acb-11ed-9ca5-467cec889821 | InvocationID=b30912a2-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:49:55+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f699f6-1acb-11ed-9ca5-467cec889821 | InvocationID=c1f69c62-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:49:55+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f699f6-1acb-11ed-9ca5-467cec889821 | InvocationID=c1f69c62-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:49:55+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f699f6-1acb-11ed-9ca5-467cec889821 | InvocationID=c1f69c62-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:50:10+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc5de3be-1acb-11ed-9ca5-467cec889821 | InvocationID=bc5de5e4-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:50:10+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb226a14-1acb-11ed-9ca5-467cec889821 | InvocationID=cb226be0-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:50:20+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f699f6-1acb-11ed-9ca5-467cec889821 | InvocationID=c1f69c62-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:50:20+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e44238-1acb-11ed-9ca5-467cec889821 | InvocationID=d0e4447c-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:50:20+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e44238-1acb-11ed-9ca5-467cec889821 | InvocationID=d0e4447c-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:50:20+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e44238-1acb-11ed-9ca5-467cec889821 | InvocationID=d0e4447c-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:50:35+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb226a14-1acb-11ed-9ca5-467cec889821 | InvocationID=cb226be0-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:50:35+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9ecb0d6-1acb-11ed-9ca5-467cec889821 | InvocationID=d9ecb3d8-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:50:45+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e44238-1acb-11ed-9ca5-467cec889821 | InvocationID=d0e4447c-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:50:45+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd23e3a-1acb-11ed-9ca5-467cec889821 | InvocationID=dfd24358-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:50:45+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd23e3a-1acb-11ed-9ca5-467cec889821 | InvocationID=dfd24358-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:50:45+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfd23e3a-1acb-11ed-9ca5-467cec889821 | InvocationID=dfd24358-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:51:00+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9ecb0d6-1acb-11ed-9ca5-467cec889821 | InvocationID=d9ecb3d8-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:51:00+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b0a41a-1acb-11ed-9ca5-467cec889821 | InvocationID=e8b0a6c2-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:51:10+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfd23e3a-1acb-11ed-9ca5-467cec889821 | InvocationID=dfd24358-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:51:10+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eec084f6-1acb-11ed-9ca5-467cec889821 | InvocationID=eec09036-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:51:10+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eec084f6-1acb-11ed-9ca5-467cec889821 | InvocationID=eec09036-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:51:10+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eec084f6-1acb-11ed-9ca5-467cec889821 | InvocationID=eec09036-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:51:25+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8b0a41a-1acb-11ed-9ca5-467cec889821 | InvocationID=e8b0a6c2-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:51:25+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f773d954-1acb-11ed-9ca5-467cec889821 | InvocationID=f773dd1e-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:51:35+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eec084f6-1acb-11ed-9ca5-467cec889821 | InvocationID=eec09036-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:51:35+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdaf5d0c-1acb-11ed-9ca5-467cec889821 | InvocationID=fdaf6342-1acb-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:51:35+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdaf5d0c-1acb-11ed-9ca5-467cec889821 | InvocationID=fdaf6342-1acb-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:51:35+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdaf5d0c-1acb-11ed-9ca5-467cec889821 | InvocationID=fdaf6342-1acb-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:51:49+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f773d954-1acb-11ed-9ca5-467cec889821 | InvocationID=f773dd1e-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:51:49+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06366a42-1acc-11ed-9ca5-467cec889821 | InvocationID=06366e8e-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:52:00+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdaf5d0c-1acb-11ed-9ca5-467cec889821 | InvocationID=fdaf6342-1acb-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:52:00+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c9e355e-1acc-11ed-9ca5-467cec889821 | InvocationID=0c9e3a68-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:52:00+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c9e355e-1acc-11ed-9ca5-467cec889821 | InvocationID=0c9e3a68-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:52:00+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c9e355e-1acc-11ed-9ca5-467cec889821 | InvocationID=0c9e3a68-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:52:14+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06366a42-1acc-11ed-9ca5-467cec889821 | InvocationID=06366e8e-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:52:14+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14fa27d0-1acc-11ed-9ca5-467cec889821 | InvocationID=14fa2974-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:52:25+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c9e355e-1acc-11ed-9ca5-467cec889821 | InvocationID=0c9e3a68-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:52:25+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b8d00ea-1acc-11ed-9ca5-467cec889821 | InvocationID=1b8d04dc-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:52:25+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b8d00ea-1acc-11ed-9ca5-467cec889821 | InvocationID=1b8d04dc-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:52:25+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b8d00ea-1acc-11ed-9ca5-467cec889821 | InvocationID=1b8d04dc-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:52:39+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14fa27d0-1acc-11ed-9ca5-467cec889821 | InvocationID=14fa2974-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:52:39+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23c1926c-1acc-11ed-9ca5-467cec889821 | InvocationID=23c19456-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:52:50+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b8d00ea-1acc-11ed-9ca5-467cec889821 | InvocationID=1b8d04dc-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:52:50+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a7a70b0-1acc-11ed-9ca5-467cec889821 | InvocationID=2a7a7268-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:52:50+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a7a70b0-1acc-11ed-9ca5-467cec889821 | InvocationID=2a7a7268-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:52:50+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a7a70b0-1acc-11ed-9ca5-467cec889821 | InvocationID=2a7a7268-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:53:04+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23c1926c-1acc-11ed-9ca5-467cec889821 | InvocationID=23c19456-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:53:04+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3284811a-1acc-11ed-9ca5-467cec889821 | InvocationID=32848408-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:53:15+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a7a70b0-1acc-11ed-9ca5-467cec889821 | InvocationID=2a7a7268-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:53:15+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3967e30a-1acc-11ed-9ca5-467cec889821 | InvocationID=3967e576-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:53:15+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3967e30a-1acc-11ed-9ca5-467cec889821 | InvocationID=3967e576-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:53:15+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3967e30a-1acc-11ed-9ca5-467cec889821 | InvocationID=3967e576-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:53:28+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3284811a-1acc-11ed-9ca5-467cec889821 | InvocationID=32848408-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:53:28+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414ae66c-1acc-11ed-9ca5-467cec889821 | InvocationID=414ae8a6-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:53:40+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3967e30a-1acc-11ed-9ca5-467cec889821 | InvocationID=3967e576-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:53:40+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4854ed5e-1acc-11ed-9ca5-467cec889821 | InvocationID=4854ef7a-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:53:40+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4854ed5e-1acc-11ed-9ca5-467cec889821 | InvocationID=4854ef7a-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:53:40+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4854ed5e-1acc-11ed-9ca5-467cec889821 | InvocationID=4854ef7a-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:53:53+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=414ae66c-1acc-11ed-9ca5-467cec889821 | InvocationID=414ae8a6-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:53:53+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5011d854-1acc-11ed-9ca5-467cec889821 | InvocationID=5011fb04-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:54:05+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4854ed5e-1acc-11ed-9ca5-467cec889821 | InvocationID=4854ef7a-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:54:05+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57424b18-1acc-11ed-9ca5-467cec889821 | InvocationID=57424cb2-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:54:05+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57424b18-1acc-11ed-9ca5-467cec889821 | InvocationID=57424cb2-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:54:05+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57424b18-1acc-11ed-9ca5-467cec889821 | InvocationID=57424cb2-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:54:18+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5011d854-1acc-11ed-9ca5-467cec889821 | InvocationID=5011fb04-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:54:18+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed86178-1acc-11ed-9ca5-467cec889821 | InvocationID=5ed86312-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:54:30+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57424b18-1acc-11ed-9ca5-467cec889821 | InvocationID=57424cb2-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:54:30+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=663195d4-1acc-11ed-9ca5-467cec889821 | InvocationID=66319778-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:54:30+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=663195d4-1acc-11ed-9ca5-467cec889821 | InvocationID=66319778-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:54:30+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=663195d4-1acc-11ed-9ca5-467cec889821 | InvocationID=66319778-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:54:43+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ed86178-1acc-11ed-9ca5-467cec889821 | InvocationID=5ed86312-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:54:43+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9c9b84-1acc-11ed-9ca5-467cec889821 | InvocationID=6d9c9e86-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:54:55+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=663195d4-1acc-11ed-9ca5-467cec889821 | InvocationID=66319778-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:54:55+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751f140e-1acc-11ed-9ca5-467cec889821 | InvocationID=751f167a-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:54:55+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751f140e-1acc-11ed-9ca5-467cec889821 | InvocationID=751f167a-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:54:55+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=751f140e-1acc-11ed-9ca5-467cec889821 | InvocationID=751f167a-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:55:08+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d9c9b84-1acc-11ed-9ca5-467cec889821 | InvocationID=6d9c9e86-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:55:08+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c62c85a-1acc-11ed-9ca5-467cec889821 | InvocationID=7c62cc4c-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:55:20+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=751f140e-1acc-11ed-9ca5-467cec889821 | InvocationID=751f167a-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:55:20+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=840d737a-1acc-11ed-9ca5-467cec889821 | InvocationID=840d7528-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:55:20+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=840d737a-1acc-11ed-9ca5-467cec889821 | InvocationID=840d7528-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:55:20+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=840d737a-1acc-11ed-9ca5-467cec889821 | InvocationID=840d7528-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:55:32+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c62c85a-1acc-11ed-9ca5-467cec889821 | InvocationID=7c62cc4c-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:55:32+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b27d8f8-1acc-11ed-9ca5-467cec889821 | InvocationID=8b27dce0-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:55:45+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=840d737a-1acc-11ed-9ca5-467cec889821 | InvocationID=840d7528-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:55:45+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92fbddcc-1acc-11ed-9ca5-467cec889821 | InvocationID=92fbdf70-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:55:46+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92fbddcc-1acc-11ed-9ca5-467cec889821 | InvocationID=92fbdf70-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:55:46+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92fbddcc-1acc-11ed-9ca5-467cec889821 | InvocationID=92fbdf70-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:55:57+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b27d8f8-1acc-11ed-9ca5-467cec889821 | InvocationID=8b27dce0-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:55:57+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99f1b458-1acc-11ed-9ca5-467cec889821 | InvocationID=99f1b5f2-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:56:11+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92fbddcc-1acc-11ed-9ca5-467cec889821 | InvocationID=92fbdf70-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:56:11+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1eddbdc-1acc-11ed-9ca5-467cec889821 | InvocationID=a1eddd94-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:56:11+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1eddbdc-1acc-11ed-9ca5-467cec889821 | InvocationID=a1eddd94-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:56:11+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1eddbdc-1acc-11ed-9ca5-467cec889821 | InvocationID=a1eddd94-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:56:22+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99f1b458-1acc-11ed-9ca5-467cec889821 | InvocationID=99f1b5f2-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:56:22+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b48d9e-1acc-11ed-9ca5-467cec889821 | InvocationID=a8b48f38-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:56:36+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1eddbdc-1acc-11ed-9ca5-467cec889821 | InvocationID=a1eddd94-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:56:36+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0dbcc58-1acc-11ed-9ca5-467cec889821 | InvocationID=b0dbd78e-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:56:36+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0dbcc58-1acc-11ed-9ca5-467cec889821 | InvocationID=b0dbd78e-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:56:36+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0dbcc58-1acc-11ed-9ca5-467cec889821 | InvocationID=b0dbd78e-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:56:47+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8b48d9e-1acc-11ed-9ca5-467cec889821 | InvocationID=a8b48f38-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:56:47+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7786e2c-1acc-11ed-9ca5-467cec889821 | InvocationID=b778705c-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:57:01+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0dbcc58-1acc-11ed-9ca5-467cec889821 | InvocationID=b0dbd78e-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:57:01+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfcbc8f8-1acc-11ed-9ca5-467cec889821 | InvocationID=bfcbcaba-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:57:01+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfcbc8f8-1acc-11ed-9ca5-467cec889821 | InvocationID=bfcbcaba-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:57:01+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfcbc8f8-1acc-11ed-9ca5-467cec889821 | InvocationID=bfcbcaba-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:57:11+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7786e2c-1acc-11ed-9ca5-467cec889821 | InvocationID=b778705c-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:57:11+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63d6958-1acc-11ed-9ca5-467cec889821 | InvocationID=c63d6b2e-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:57:26+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfcbc8f8-1acc-11ed-9ca5-467cec889821 | InvocationID=bfcbcaba-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:57:26+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceba2e54-1acc-11ed-9ca5-467cec889821 | InvocationID=ceba30b6-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:57:26+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceba2e54-1acc-11ed-9ca5-467cec889821 | InvocationID=ceba30b6-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:57:26+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceba2e54-1acc-11ed-9ca5-467cec889821 | InvocationID=ceba30b6-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:57:36+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c63d6958-1acc-11ed-9ca5-467cec889821 | InvocationID=c63d6b2e-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:57:36+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50570e8-1acc-11ed-9ca5-467cec889821 | InvocationID=d5057a20-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:57:51+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceba2e54-1acc-11ed-9ca5-467cec889821 | InvocationID=ceba30b6-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:57:51+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda9ed00-1acc-11ed-9ca5-467cec889821 | InvocationID=dda9ef8a-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:57:51+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda9ed00-1acc-11ed-9ca5-467cec889821 | InvocationID=dda9ef8a-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:57:51+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dda9ed00-1acc-11ed-9ca5-467cec889821 | InvocationID=dda9ef8a-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:58:01+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d50570e8-1acc-11ed-9ca5-467cec889821 | InvocationID=d5057a20-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:58:01+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3c9ae00-1acc-11ed-9ca5-467cec889821 | InvocationID=e3c9afb8-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:58:16+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dda9ed00-1acc-11ed-9ca5-467cec889821 | InvocationID=dda9ef8a-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:58:16+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec990bfc-1acc-11ed-9ca5-467cec889821 | InvocationID=ec990e0e-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:58:16+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec990bfc-1acc-11ed-9ca5-467cec889821 | InvocationID=ec990e0e-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:58:16+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec990bfc-1acc-11ed-9ca5-467cec889821 | InvocationID=ec990e0e-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:58:26+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3c9ae00-1acc-11ed-9ca5-467cec889821 | InvocationID=e3c9afb8-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:58:26+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2926760-1acc-11ed-9ca5-467cec889821 | InvocationID=f29276f6-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:58:41+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec990bfc-1acc-11ed-9ca5-467cec889821 | InvocationID=ec990e0e-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:58:41+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb8975d4-1acc-11ed-9ca5-467cec889821 | InvocationID=fb8977a0-1acc-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:58:41+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb8975d4-1acc-11ed-9ca5-467cec889821 | InvocationID=fb8977a0-1acc-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:58:41+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb8975d4-1acc-11ed-9ca5-467cec889821 | InvocationID=fb8977a0-1acc-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:58:51+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2926760-1acc-11ed-9ca5-467cec889821 | InvocationID=f29276f6-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:58:51+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0155530c-1acd-11ed-9ca5-467cec889821 | InvocationID=015554d8-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:59:06+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb8975d4-1acc-11ed-9ca5-467cec889821 | InvocationID=fb8977a0-1acc-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:59:06+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a773b94-1acd-11ed-9ca5-467cec889821 | InvocationID=0a773dce-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:59:06+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a773b94-1acd-11ed-9ca5-467cec889821 | InvocationID=0a773dce-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:59:06+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a773b94-1acd-11ed-9ca5-467cec889821 | InvocationID=0a773dce-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:59:15+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0155530c-1acd-11ed-9ca5-467cec889821 | InvocationID=015554d8-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:59:15+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101ca9f8-1acd-11ed-9ca5-467cec889821 | InvocationID=101cb786-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:59:31+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a773b94-1acd-11ed-9ca5-467cec889821 | InvocationID=0a773dce-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:59:31+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1966e5dc-1acd-11ed-9ca5-467cec889821 | InvocationID=1966e76c-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:59:31+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1966e5dc-1acd-11ed-9ca5-467cec889821 | InvocationID=1966e76c-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:59:31+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1966e5dc-1acd-11ed-9ca5-467cec889821 | InvocationID=1966e76c-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:59:40+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=101ca9f8-1acd-11ed-9ca5-467cec889821 | InvocationID=101cb786-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T05:59:40+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee3c3ea-1acd-11ed-9ca5-467cec889821 | InvocationID=1ee3c57a-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T05:59:56+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1966e5dc-1acd-11ed-9ca5-467cec889821 | InvocationID=1966e76c-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T05:59:56+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2861ac98-1acd-11ed-9ca5-467cec889821 | InvocationID=2861ae96-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T05:59:56+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2861ac98-1acd-11ed-9ca5-467cec889821 | InvocationID=2861ae96-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T05:59:56+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2861ac98-1acd-11ed-9ca5-467cec889821 | InvocationID=2861ae96-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:00:05+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ee3c3ea-1acd-11ed-9ca5-467cec889821 | InvocationID=1ee3c57a-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:00:05+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2daa65a0-1acd-11ed-9ca5-467cec889821 | InvocationID=2daa67e4-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:00:21+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2861ac98-1acd-11ed-9ca5-467cec889821 | InvocationID=2861ae96-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:00:21+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374ebc64-1acd-11ed-9ca5-467cec889821 | InvocationID=374ebfc0-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:00:21+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374ebc64-1acd-11ed-9ca5-467cec889821 | InvocationID=374ebfc0-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:00:21+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=374ebc64-1acd-11ed-9ca5-467cec889821 | InvocationID=374ebfc0-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:00:30+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2daa65a0-1acd-11ed-9ca5-467cec889821 | InvocationID=2daa67e4-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:00:30+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6d7082-1acd-11ed-9ca5-467cec889821 | InvocationID=3c6d7258-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:00:46+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=374ebc64-1acd-11ed-9ca5-467cec889821 | InvocationID=374ebfc0-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:00:46+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463d5172-1acd-11ed-9ca5-467cec889821 | InvocationID=463d533e-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:00:46+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463d5172-1acd-11ed-9ca5-467cec889821 | InvocationID=463d533e-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:00:46+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463d5172-1acd-11ed-9ca5-467cec889821 | InvocationID=463d533e-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:00:55+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c6d7082-1acd-11ed-9ca5-467cec889821 | InvocationID=3c6d7258-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:00:55+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b323fee-1acd-11ed-9ca5-467cec889821 | InvocationID=4b324192-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:01:11+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463d5172-1acd-11ed-9ca5-467cec889821 | InvocationID=463d533e-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:01:11+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552b0ddc-1acd-11ed-9ca5-467cec889821 | InvocationID=552b0fa8-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:01:11+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552b0ddc-1acd-11ed-9ca5-467cec889821 | InvocationID=552b0fa8-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:01:11+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=552b0ddc-1acd-11ed-9ca5-467cec889821 | InvocationID=552b0fa8-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:01:19+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b323fee-1acd-11ed-9ca5-467cec889821 | InvocationID=4b324192-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:01:19+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f4e5d6-1acd-11ed-9ca5-467cec889821 | InvocationID=59f4e78e-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:01:36+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=552b0ddc-1acd-11ed-9ca5-467cec889821 | InvocationID=552b0fa8-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:01:36+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641af19a-1acd-11ed-9ca5-467cec889821 | InvocationID=641af3e8-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:01:36+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641af19a-1acd-11ed-9ca5-467cec889821 | InvocationID=641af3e8-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:01:36+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=641af19a-1acd-11ed-9ca5-467cec889821 | InvocationID=641af3e8-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:01:44+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59f4e5d6-1acd-11ed-9ca5-467cec889821 | InvocationID=59f4e78e-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:01:44+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68bd3ab4-1acd-11ed-9ca5-467cec889821 | InvocationID=68bd4090-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:02:01+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=641af19a-1acd-11ed-9ca5-467cec889821 | InvocationID=641af3e8-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:02:01+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7308aa4e-1acd-11ed-9ca5-467cec889821 | InvocationID=7308ad0a-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:02:01+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7308aa4e-1acd-11ed-9ca5-467cec889821 | InvocationID=7308ad0a-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:02:01+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7308aa4e-1acd-11ed-9ca5-467cec889821 | InvocationID=7308ad0a-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:02:09+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68bd3ab4-1acd-11ed-9ca5-467cec889821 | InvocationID=68bd4090-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:02:09+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7785fd9c-1acd-11ed-9ca5-467cec889821 | InvocationID=7785ff36-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:02:26+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7308aa4e-1acd-11ed-9ca5-467cec889821 | InvocationID=7308ad0a-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:02:26+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81f6ce64-1acd-11ed-9ca5-467cec889821 | InvocationID=81f6d0ee-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:02:26+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81f6ce64-1acd-11ed-9ca5-467cec889821 | InvocationID=81f6d0ee-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:02:26+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81f6ce64-1acd-11ed-9ca5-467cec889821 | InvocationID=81f6d0ee-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:02:34+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7785fd9c-1acd-11ed-9ca5-467cec889821 | InvocationID=7785ff36-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:02:34+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864fbb74-1acd-11ed-9ca5-467cec889821 | InvocationID=864fbd18-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:02:51+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81f6ce64-1acd-11ed-9ca5-467cec889821 | InvocationID=81f6d0ee-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:02:51+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e56890-1acd-11ed-9ca5-467cec889821 | InvocationID=90e56afc-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:02:52+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e56890-1acd-11ed-9ca5-467cec889821 | InvocationID=90e56afc-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:02:52+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e56890-1acd-11ed-9ca5-467cec889821 | InvocationID=90e56afc-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:02:59+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=864fbb74-1acd-11ed-9ca5-467cec889821 | InvocationID=864fbd18-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:02:59+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9513f5e4-1acd-11ed-9ca5-467cec889821 | InvocationID=9513f77e-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:03:17+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e56890-1acd-11ed-9ca5-467cec889821 | InvocationID=90e56afc-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:03:17+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd542b2-1acd-11ed-9ca5-467cec889821 | InvocationID=9fd54500-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:03:17+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd542b2-1acd-11ed-9ca5-467cec889821 | InvocationID=9fd54500-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:03:17+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd542b2-1acd-11ed-9ca5-467cec889821 | InvocationID=9fd54500-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:03:23+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9513f5e4-1acd-11ed-9ca5-467cec889821 | InvocationID=9513f77e-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:03:23+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3db414a-1acd-11ed-9ca5-467cec889821 | InvocationID=a3db42ee-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:03:42+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd542b2-1acd-11ed-9ca5-467cec889821 | InvocationID=9fd54500-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:03:42+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec43256-1acd-11ed-9ca5-467cec889821 | InvocationID=aec433fa-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:03:42+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec43256-1acd-11ed-9ca5-467cec889821 | InvocationID=aec433fa-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:03:42+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec43256-1acd-11ed-9ca5-467cec889821 | InvocationID=aec433fa-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:03:48+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3db414a-1acd-11ed-9ca5-467cec889821 | InvocationID=a3db42ee-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:03:48+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29f27aa-1acd-11ed-9ca5-467cec889821 | InvocationID=b29f294e-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:04:07+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec43256-1acd-11ed-9ca5-467cec889821 | InvocationID=aec433fa-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:04:07+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb14006-1acd-11ed-9ca5-467cec889821 | InvocationID=bdb141a0-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:04:07+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb14006-1acd-11ed-9ca5-467cec889821 | InvocationID=bdb141a0-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:04:07+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb14006-1acd-11ed-9ca5-467cec889821 | InvocationID=bdb141a0-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:04:12+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b29f27aa-1acd-11ed-9ca5-467cec889821 | InvocationID=b29f294e-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:04:12+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c114f3f0-1acd-11ed-9ca5-467cec889821 | InvocationID=c114f58a-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:04:32+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb14006-1acd-11ed-9ca5-467cec889821 | InvocationID=bdb141a0-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:04:32+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc9f4996-1acd-11ed-9ca5-467cec889821 | InvocationID=cc9f4c52-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:04:32+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc9f4996-1acd-11ed-9ca5-467cec889821 | InvocationID=cc9f4c52-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:04:32+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc9f4996-1acd-11ed-9ca5-467cec889821 | InvocationID=cc9f4c52-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:04:33+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c114f3f0-1acd-11ed-9ca5-467cec889821 | InvocationID=c114f58a-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:04:33+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd58abde-1acd-11ed-9ca5-467cec889821 | InvocationID=cd58ad78-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:04:54+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd58abde-1acd-11ed-9ca5-467cec889821 | InvocationID=cd58ad78-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:04:54+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b13ebe-1acd-11ed-9ca5-467cec889821 | InvocationID=d9b14166-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:04:57+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc9f4996-1acd-11ed-9ca5-467cec889821 | InvocationID=cc9f4c52-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:04:57+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8f4820-1acd-11ed-9ca5-467cec889821 | InvocationID=db8f49d8-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:04:57+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8f4820-1acd-11ed-9ca5-467cec889821 | InvocationID=db8f49d8-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:04:57+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db8f4820-1acd-11ed-9ca5-467cec889821 | InvocationID=db8f49d8-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:05:18+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9b13ebe-1acd-11ed-9ca5-467cec889821 | InvocationID=d9b14166-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:05:18+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e876d92c-1acd-11ed-9ca5-467cec889821 | InvocationID=e876dae4-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:05:22+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db8f4820-1acd-11ed-9ca5-467cec889821 | InvocationID=db8f49d8-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:05:22+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7bdeb6-1acd-11ed-9ca5-467cec889821 | InvocationID=ea7be05a-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:05:22+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7bdeb6-1acd-11ed-9ca5-467cec889821 | InvocationID=ea7be05a-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:05:22+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea7bdeb6-1acd-11ed-9ca5-467cec889821 | InvocationID=ea7be05a-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:05:43+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e876d92c-1acd-11ed-9ca5-467cec889821 | InvocationID=e876dae4-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:05:43+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f73b4d8a-1acd-11ed-9ca5-467cec889821 | InvocationID=f73b4f88-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:05:47+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea7bdeb6-1acd-11ed-9ca5-467cec889821 | InvocationID=ea7be05a-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:05:47+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f968c90c-1acd-11ed-9ca5-467cec889821 | InvocationID=f968cb3c-1acd-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:05:47+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f968c90c-1acd-11ed-9ca5-467cec889821 | InvocationID=f968cb3c-1acd-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:05:47+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f968c90c-1acd-11ed-9ca5-467cec889821 | InvocationID=f968cb3c-1acd-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:06:08+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f73b4d8a-1acd-11ed-9ca5-467cec889821 | InvocationID=f73b4f88-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:06:08+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05fe04de-1ace-11ed-9ca5-467cec889821 | InvocationID=05fe0722-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:06:12+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f968c90c-1acd-11ed-9ca5-467cec889821 | InvocationID=f968cb3c-1acd-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:06:12+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08585dd8-1ace-11ed-9ca5-467cec889821 | InvocationID=08585fae-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:06:12+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08585dd8-1ace-11ed-9ca5-467cec889821 | InvocationID=08585fae-1ace-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:06:12+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08585dd8-1ace-11ed-9ca5-467cec889821 | InvocationID=08585fae-1ace-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:06:32+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05fe04de-1ace-11ed-9ca5-467cec889821 | InvocationID=05fe0722-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:06:32+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=148883a8-1ace-11ed-9ca5-467cec889821 | InvocationID=14888696-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:06:37+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08585dd8-1ace-11ed-9ca5-467cec889821 | InvocationID=08585fae-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:06:37+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174a033c-1ace-11ed-9ca5-467cec889821 | InvocationID=174a053a-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:06:37+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174a033c-1ace-11ed-9ca5-467cec889821 | InvocationID=174a053a-1ace-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:06:37+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=174a033c-1ace-11ed-9ca5-467cec889821 | InvocationID=174a053a-1ace-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:06:53+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=148883a8-1ace-11ed-9ca5-467cec889821 | InvocationID=14888696-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:06:53+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20cb0fd2-1ace-11ed-9ca5-467cec889821 | InvocationID=20cb119e-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:07:02+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=174a033c-1ace-11ed-9ca5-467cec889821 | InvocationID=174a053a-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:07:02+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26377fc8-1ace-11ed-9ca5-467cec889821 | InvocationID=2637827a-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:07:02+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26377fc8-1ace-11ed-9ca5-467cec889821 | InvocationID=2637827a-1ace-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:07:02+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26377fc8-1ace-11ed-9ca5-467cec889821 | InvocationID=2637827a-1ace-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:07:18+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20cb0fd2-1ace-11ed-9ca5-467cec889821 | InvocationID=20cb119e-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:07:18+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f94b72a-1ace-11ed-9ca5-467cec889821 | InvocationID=2f94b96e-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:07:27+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26377fc8-1ace-11ed-9ca5-467cec889821 | InvocationID=2637827a-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:07:27+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35276cb4-1ace-11ed-9ca5-467cec889821 | InvocationID=35276e76-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:07:27+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35276cb4-1ace-11ed-9ca5-467cec889821 | InvocationID=35276e76-1ace-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:07:27+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35276cb4-1ace-11ed-9ca5-467cec889821 | InvocationID=35276e76-1ace-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:07:42+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f94b72a-1ace-11ed-9ca5-467cec889821 | InvocationID=2f94b96e-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:07:43+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e59c098-1ace-11ed-9ca5-467cec889821 | InvocationID=3e59c642-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:07:52+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35276cb4-1ace-11ed-9ca5-467cec889821 | InvocationID=35276e76-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:07:52+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4416c4b8-1ace-11ed-9ca5-467cec889821 | InvocationID=4416c76a-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:07:52+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4416c4b8-1ace-11ed-9ca5-467cec889821 | InvocationID=4416c76a-1ace-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:07:52+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4416c4b8-1ace-11ed-9ca5-467cec889821 | InvocationID=4416c76a-1ace-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:08:07+0000 | aai_event_thread | 140542655773472 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e59c098-1ace-11ed-9ca5-467cec889821 | InvocationID=3e59c642-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF AAI events. 2022-08-13T06:08:07+0000 | aai_event_thread | 140542655773472 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1d0036-1ace-11ed-9ca5-467cec889821 | InvocationID=4d1d023e-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-08-13T06:08:17+0000 | policy_event_thread | 140542656834336 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4416c4b8-1ace-11ed-9ca5-467cec889821 | InvocationID=4416c76a-1ace-11ed-9ca5-467cec889821 | Polling MR for XNF activation/deactivation policy response events. 2022-08-13T06:08:17+0000 | policy_event_thread | 140542656834336 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530486f4-1ace-11ed-9ca5-467cec889821 | InvocationID=530488c0-1ace-11ed-9ca5-467cec889821 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-08-13T06:08:17+0000 | policy_event_thread | 140542656834336 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530486f4-1ace-11ed-9ca5-467cec889821 | InvocationID=530488c0-1ace-11ed-9ca5-467cec889821 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-08-13T06:08:17+0000 | policy_event_thread | 140542656834336 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530486f4-1ace-11ed-9ca5-467cec889821 | InvocationID=530488c0-1ace-11ed-9ca5-467cec889821 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return f