By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-08-21T05:07:13+0000 | MainThread | 140235990240584 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-08-21T05:07:13+0000 | MainThread | 140235990240584 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-08-21T05:07:13+0000 | MainThread | 140235990240584 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-08-21T05:07:13+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:07:13+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4d2e38-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4d322a-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:07:13+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-08-21T05:07:13+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4e6dfc-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4e7018-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:07:13+0000 | MainThread | 140235990240584 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-08-21T05:07:14+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4d2e38-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4d322a-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:14+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4e6dfc-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4e7018-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:14+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e4d2e38-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4d322a-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:14+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e4e6dfc-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4e7018-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:34+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e4e6dfc-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4e7018-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:07:34+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae60fb6-210f-11ed-b02d-2291dc85dfaa | InvocationID=2ae61aba-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:07:35+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae60fb6-210f-11ed-b02d-2291dc85dfaa | InvocationID=2ae61aba-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:35+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae60fb6-210f-11ed-b02d-2291dc85dfaa | InvocationID=2ae61aba-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:39+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e4d2e38-210f-11ed-b02d-2291dc85dfaa | InvocationID=1e4d322a-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:07:39+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2de09aba-210f-11ed-b02d-2291dc85dfaa | InvocationID=2de09ce0-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:07:40+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2de09aba-210f-11ed-b02d-2291dc85dfaa | InvocationID=2de09ce0-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:40+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2de09aba-210f-11ed-b02d-2291dc85dfaa | InvocationID=2de09ce0-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:55+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae60fb6-210f-11ed-b02d-2291dc85dfaa | InvocationID=2ae61aba-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:07:55+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3776e3e0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3776e78c-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:07:56+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3776e3e0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3776e78c-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:07:56+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3776e3e0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3776e78c-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:08:05+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2de09aba-210f-11ed-b02d-2291dc85dfaa | InvocationID=2de09ce0-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:08:05+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d699ef0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3d69a0f8-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:08:06+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d699ef0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3d69a0f8-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:08:06+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d699ef0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3d69a0f8-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:08:16+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3776e3e0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3776e78c-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:08:16+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4406da66-210f-11ed-b02d-2291dc85dfaa | InvocationID=4406dcdc-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:08:17+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4406da66-210f-11ed-b02d-2291dc85dfaa | InvocationID=4406dcdc-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:08:17+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4406da66-210f-11ed-b02d-2291dc85dfaa | InvocationID=4406dcdc-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-08-21T05:08:31+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d699ef0-210f-11ed-b02d-2291dc85dfaa | InvocationID=3d69a0f8-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:08:31+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cefd376-210f-11ed-b02d-2291dc85dfaa | InvocationID=4cefd588-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:08:32+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cefd376-210f-11ed-b02d-2291dc85dfaa | InvocationID=4cefd588-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:08:32+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cefd376-210f-11ed-b02d-2291dc85dfaa | InvocationID=4cefd588-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:08:37+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4406da66-210f-11ed-b02d-2291dc85dfaa | InvocationID=4406dcdc-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:08:37+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5095154a-210f-11ed-b02d-2291dc85dfaa | InvocationID=50951752-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:08:37+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5095154a-210f-11ed-b02d-2291dc85dfaa | InvocationID=50951752-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:08:37+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5095154a-210f-11ed-b02d-2291dc85dfaa | InvocationID=50951752-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:08:57+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cefd376-210f-11ed-b02d-2291dc85dfaa | InvocationID=4cefd588-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:08:57+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c03bd0a-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c03bf4e-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:08:57+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c03bd0a-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c03bf4e-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:08:57+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c03bd0a-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c03bf4e-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:08:57+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5095154a-210f-11ed-b02d-2291dc85dfaa | InvocationID=50951752-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:08:57+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8a7124-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c8a7368-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:08:57+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8a7124-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c8a7368-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:08:57+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c8a7124-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c8a7368-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:09:17+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c8a7124-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c8a7368-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:09:17+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687f69a8-210f-11ed-b02d-2291dc85dfaa | InvocationID=687f6bf6-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:09:18+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687f69a8-210f-11ed-b02d-2291dc85dfaa | InvocationID=687f6bf6-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:09:18+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=687f69a8-210f-11ed-b02d-2291dc85dfaa | InvocationID=687f6bf6-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:09:22+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c03bd0a-210f-11ed-b02d-2291dc85dfaa | InvocationID=5c03bf4e-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:09:22+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af79782-210f-11ed-b02d-2291dc85dfaa | InvocationID=6af7996c-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:09:22+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af79782-210f-11ed-b02d-2291dc85dfaa | InvocationID=6af7996c-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:09:22+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6af79782-210f-11ed-b02d-2291dc85dfaa | InvocationID=6af7996c-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:09:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=687f69a8-210f-11ed-b02d-2291dc85dfaa | InvocationID=687f6bf6-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:09:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747b8912-210f-11ed-b02d-2291dc85dfaa | InvocationID=747b8d4a-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:09:38+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747b8912-210f-11ed-b02d-2291dc85dfaa | InvocationID=747b8d4a-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:09:38+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=747b8912-210f-11ed-b02d-2291dc85dfaa | InvocationID=747b8d4a-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:09:47+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6af79782-210f-11ed-b02d-2291dc85dfaa | InvocationID=6af7996c-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:09:47+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e65e90-210f-11ed-b02d-2291dc85dfaa | InvocationID=79e662dc-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:09:47+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e65e90-210f-11ed-b02d-2291dc85dfaa | InvocationID=79e662dc-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:09:47+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e65e90-210f-11ed-b02d-2291dc85dfaa | InvocationID=79e662dc-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:09:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=747b8912-210f-11ed-b02d-2291dc85dfaa | InvocationID=747b8d4a-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:09:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8074d71e-210f-11ed-b02d-2291dc85dfaa | InvocationID=8074df2a-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:09:58+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8074d71e-210f-11ed-b02d-2291dc85dfaa | InvocationID=8074df2a-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:09:58+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8074d71e-210f-11ed-b02d-2291dc85dfaa | InvocationID=8074df2a-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:10:12+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e65e90-210f-11ed-b02d-2291dc85dfaa | InvocationID=79e662dc-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:10:12+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88db0734-210f-11ed-b02d-2291dc85dfaa | InvocationID=88db0bbc-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:10:12+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88db0734-210f-11ed-b02d-2291dc85dfaa | InvocationID=88db0bbc-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:10:12+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88db0734-210f-11ed-b02d-2291dc85dfaa | InvocationID=88db0bbc-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:10:18+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8074d71e-210f-11ed-b02d-2291dc85dfaa | InvocationID=8074df2a-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:10:18+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6fee3c-210f-11ed-b02d-2291dc85dfaa | InvocationID=8c6ff102-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:10:18+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6fee3c-210f-11ed-b02d-2291dc85dfaa | InvocationID=8c6ff102-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:10:18+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6fee3c-210f-11ed-b02d-2291dc85dfaa | InvocationID=8c6ff102-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:10:37+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88db0734-210f-11ed-b02d-2291dc85dfaa | InvocationID=88db0bbc-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:10:37+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97cb123e-210f-11ed-b02d-2291dc85dfaa | InvocationID=97cb1450-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:10:37+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97cb123e-210f-11ed-b02d-2291dc85dfaa | InvocationID=97cb1450-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:10:37+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97cb123e-210f-11ed-b02d-2291dc85dfaa | InvocationID=97cb1450-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:10:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6fee3c-210f-11ed-b02d-2291dc85dfaa | InvocationID=8c6ff102-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:10:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98661a4a-210f-11ed-b02d-2291dc85dfaa | InvocationID=98661c48-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:10:38+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98661a4a-210f-11ed-b02d-2291dc85dfaa | InvocationID=98661c48-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:10:38+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98661a4a-210f-11ed-b02d-2291dc85dfaa | InvocationID=98661c48-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:10:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98661a4a-210f-11ed-b02d-2291dc85dfaa | InvocationID=98661c48-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:10:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45ad962-210f-11ed-b02d-2291dc85dfaa | InvocationID=a45adb74-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:10:58+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45ad962-210f-11ed-b02d-2291dc85dfaa | InvocationID=a45adb74-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:10:58+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45ad962-210f-11ed-b02d-2291dc85dfaa | InvocationID=a45adb74-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:11:02+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97cb123e-210f-11ed-b02d-2291dc85dfaa | InvocationID=97cb1450-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:11:02+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6bcddc2-210f-11ed-b02d-2291dc85dfaa | InvocationID=a6bce268-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:11:02+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6bcddc2-210f-11ed-b02d-2291dc85dfaa | InvocationID=a6bce268-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:11:02+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6bcddc2-210f-11ed-b02d-2291dc85dfaa | InvocationID=a6bce268-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:11:18+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45ad962-210f-11ed-b02d-2291dc85dfaa | InvocationID=a45adb74-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:11:18+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05135cc-210f-11ed-b02d-2291dc85dfaa | InvocationID=b051386a-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:11:18+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05135cc-210f-11ed-b02d-2291dc85dfaa | InvocationID=b051386a-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:11:18+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b05135cc-210f-11ed-b02d-2291dc85dfaa | InvocationID=b051386a-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:11:27+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6bcddc2-210f-11ed-b02d-2291dc85dfaa | InvocationID=a6bce268-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:11:27+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ad7684-210f-11ed-b02d-2291dc85dfaa | InvocationID=b5ad794a-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:11:27+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ad7684-210f-11ed-b02d-2291dc85dfaa | InvocationID=b5ad794a-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:11:27+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ad7684-210f-11ed-b02d-2291dc85dfaa | InvocationID=b5ad794a-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:11:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b05135cc-210f-11ed-b02d-2291dc85dfaa | InvocationID=b051386a-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:11:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc463ae4-210f-11ed-b02d-2291dc85dfaa | InvocationID=bc4671f8-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:11:38+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc463ae4-210f-11ed-b02d-2291dc85dfaa | InvocationID=bc4671f8-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:11:38+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc463ae4-210f-11ed-b02d-2291dc85dfaa | InvocationID=bc4671f8-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:11:52+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ad7684-210f-11ed-b02d-2291dc85dfaa | InvocationID=b5ad794a-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:11:52+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c49f85c4-210f-11ed-b02d-2291dc85dfaa | InvocationID=c49f88da-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:11:52+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c49f85c4-210f-11ed-b02d-2291dc85dfaa | InvocationID=c49f88da-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:11:52+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c49f85c4-210f-11ed-b02d-2291dc85dfaa | InvocationID=c49f88da-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:11:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc463ae4-210f-11ed-b02d-2291dc85dfaa | InvocationID=bc4671f8-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:11:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83a28d8-210f-11ed-b02d-2291dc85dfaa | InvocationID=c83a2b94-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:11:58+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83a28d8-210f-11ed-b02d-2291dc85dfaa | InvocationID=c83a2b94-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:11:58+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c83a28d8-210f-11ed-b02d-2291dc85dfaa | InvocationID=c83a2b94-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:12:17+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c49f85c4-210f-11ed-b02d-2291dc85dfaa | InvocationID=c49f88da-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:12:17+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38ff8c0-210f-11ed-b02d-2291dc85dfaa | InvocationID=d38ffb2c-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:12:17+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38ff8c0-210f-11ed-b02d-2291dc85dfaa | InvocationID=d38ffb2c-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:12:17+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d38ff8c0-210f-11ed-b02d-2291dc85dfaa | InvocationID=d38ffb2c-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:12:18+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c83a28d8-210f-11ed-b02d-2291dc85dfaa | InvocationID=c83a2b94-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:12:18+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43695ae-210f-11ed-b02d-2291dc85dfaa | InvocationID=d4369798-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:12:18+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43695ae-210f-11ed-b02d-2291dc85dfaa | InvocationID=d4369798-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:12:18+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43695ae-210f-11ed-b02d-2291dc85dfaa | InvocationID=d4369798-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:12:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43695ae-210f-11ed-b02d-2291dc85dfaa | InvocationID=d4369798-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:12:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02b9454-210f-11ed-b02d-2291dc85dfaa | InvocationID=e02b96d4-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:12:38+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02b9454-210f-11ed-b02d-2291dc85dfaa | InvocationID=e02b96d4-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:12:38+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02b9454-210f-11ed-b02d-2291dc85dfaa | InvocationID=e02b96d4-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:12:42+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d38ff8c0-210f-11ed-b02d-2291dc85dfaa | InvocationID=d38ffb2c-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:12:42+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e281b9f4-210f-11ed-b02d-2291dc85dfaa | InvocationID=e281bca6-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:12:42+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e281b9f4-210f-11ed-b02d-2291dc85dfaa | InvocationID=e281bca6-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:12:42+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e281b9f4-210f-11ed-b02d-2291dc85dfaa | InvocationID=e281bca6-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:12:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02b9454-210f-11ed-b02d-2291dc85dfaa | InvocationID=e02b96d4-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:12:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec219754-210f-11ed-b02d-2291dc85dfaa | InvocationID=ec219cfe-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:12:58+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec219754-210f-11ed-b02d-2291dc85dfaa | InvocationID=ec219cfe-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:12:58+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec219754-210f-11ed-b02d-2291dc85dfaa | InvocationID=ec219cfe-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:13:07+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e281b9f4-210f-11ed-b02d-2291dc85dfaa | InvocationID=e281bca6-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:13:07+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1792028-210f-11ed-b02d-2291dc85dfaa | InvocationID=f179226c-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:13:07+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1792028-210f-11ed-b02d-2291dc85dfaa | InvocationID=f179226c-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:13:07+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1792028-210f-11ed-b02d-2291dc85dfaa | InvocationID=f179226c-210f-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:13:18+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec219754-210f-11ed-b02d-2291dc85dfaa | InvocationID=ec219cfe-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:13:18+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8168a88-210f-11ed-b02d-2291dc85dfaa | InvocationID=f8168cf4-210f-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:13:18+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8168a88-210f-11ed-b02d-2291dc85dfaa | InvocationID=f8168cf4-210f-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:13:18+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8168a88-210f-11ed-b02d-2291dc85dfaa | InvocationID=f8168cf4-210f-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:13:32+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1792028-210f-11ed-b02d-2291dc85dfaa | InvocationID=f179226c-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:13:32+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00679e70-2110-11ed-b02d-2291dc85dfaa | InvocationID=0067a0b4-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:13:32+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00679e70-2110-11ed-b02d-2291dc85dfaa | InvocationID=0067a0b4-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:13:32+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00679e70-2110-11ed-b02d-2291dc85dfaa | InvocationID=0067a0b4-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:13:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8168a88-210f-11ed-b02d-2291dc85dfaa | InvocationID=f8168cf4-210f-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:13:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040b60ac-2110-11ed-b02d-2291dc85dfaa | InvocationID=040b634a-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:13:38+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040b60ac-2110-11ed-b02d-2291dc85dfaa | InvocationID=040b634a-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:13:38+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=040b60ac-2110-11ed-b02d-2291dc85dfaa | InvocationID=040b634a-2110-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:13:57+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00679e70-2110-11ed-b02d-2291dc85dfaa | InvocationID=0067a0b4-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:13:57+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f58fc26-2110-11ed-b02d-2291dc85dfaa | InvocationID=0f58fed8-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:13:57+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f58fc26-2110-11ed-b02d-2291dc85dfaa | InvocationID=0f58fed8-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:13:57+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f58fc26-2110-11ed-b02d-2291dc85dfaa | InvocationID=0f58fed8-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:13:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=040b60ac-2110-11ed-b02d-2291dc85dfaa | InvocationID=040b634a-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:13:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffe0342-2110-11ed-b02d-2291dc85dfaa | InvocationID=0ffe063a-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:13:59+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffe0342-2110-11ed-b02d-2291dc85dfaa | InvocationID=0ffe063a-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:13:59+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffe0342-2110-11ed-b02d-2291dc85dfaa | InvocationID=0ffe063a-2110-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:14:19+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffe0342-2110-11ed-b02d-2291dc85dfaa | InvocationID=0ffe063a-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:14:19+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf39360-2110-11ed-b02d-2291dc85dfaa | InvocationID=1bf3957c-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:14:19+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf39360-2110-11ed-b02d-2291dc85dfaa | InvocationID=1bf3957c-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:14:19+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bf39360-2110-11ed-b02d-2291dc85dfaa | InvocationID=1bf3957c-2110-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:14:22+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f58fc26-2110-11ed-b02d-2291dc85dfaa | InvocationID=0f58fed8-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:14:22+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e493f7a-2110-11ed-b02d-2291dc85dfaa | InvocationID=1e494290-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:14:23+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e493f7a-2110-11ed-b02d-2291dc85dfaa | InvocationID=1e494290-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:14:23+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e493f7a-2110-11ed-b02d-2291dc85dfaa | InvocationID=1e494290-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:14:39+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bf39360-2110-11ed-b02d-2291dc85dfaa | InvocationID=1bf3957c-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:14:39+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e721d2-2110-11ed-b02d-2291dc85dfaa | InvocationID=27e72498-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:14:39+0000 | aai_event_thread | 140235939515168 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e721d2-2110-11ed-b02d-2291dc85dfaa | InvocationID=27e72498-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:14:39+0000 | aai_event_thread | 140235939515168 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27e721d2-2110-11ed-b02d-2291dc85dfaa | InvocationID=27e72498-2110-11ed-b02d-2291dc85dfaa | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-08-21T05:14:48+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e493f7a-2110-11ed-b02d-2291dc85dfaa | InvocationID=1e494290-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:14:48+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3996ba-2110-11ed-b02d-2291dc85dfaa | InvocationID=2d399a3e-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:14:48+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3996ba-2110-11ed-b02d-2291dc85dfaa | InvocationID=2d399a3e-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:14:48+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d3996ba-2110-11ed-b02d-2291dc85dfaa | InvocationID=2d399a3e-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:14:59+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27e721d2-2110-11ed-b02d-2291dc85dfaa | InvocationID=27e72498-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:14:59+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33dd3efe-2110-11ed-b02d-2291dc85dfaa | InvocationID=33dd41c4-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:15:13+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d3996ba-2110-11ed-b02d-2291dc85dfaa | InvocationID=2d399a3e-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:15:13+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2a9ad4-2110-11ed-b02d-2291dc85dfaa | InvocationID=3c2a9fac-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:15:13+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2a9ad4-2110-11ed-b02d-2291dc85dfaa | InvocationID=3c2a9fac-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:15:13+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2a9ad4-2110-11ed-b02d-2291dc85dfaa | InvocationID=3c2a9fac-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:15:23+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33dd3efe-2110-11ed-b02d-2291dc85dfaa | InvocationID=33dd41c4-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:15:23+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4264381a-2110-11ed-b02d-2291dc85dfaa | InvocationID=42643aa4-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:15:38+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2a9ad4-2110-11ed-b02d-2291dc85dfaa | InvocationID=3c2a9fac-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:15:38+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1dc35e-2110-11ed-b02d-2291dc85dfaa | InvocationID=4b1dc606-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:15:38+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1dc35e-2110-11ed-b02d-2291dc85dfaa | InvocationID=4b1dc606-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:15:38+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1dc35e-2110-11ed-b02d-2291dc85dfaa | InvocationID=4b1dc606-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:15:43+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4264381a-2110-11ed-b02d-2291dc85dfaa | InvocationID=42643aa4-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:15:43+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e62eeae-2110-11ed-b02d-2291dc85dfaa | InvocationID=4e62f17e-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:16:03+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1dc35e-2110-11ed-b02d-2291dc85dfaa | InvocationID=4b1dc606-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:16:03+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0cf010-2110-11ed-b02d-2291dc85dfaa | InvocationID=5a0cf29a-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:16:03+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0cf010-2110-11ed-b02d-2291dc85dfaa | InvocationID=5a0cf29a-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:16:03+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0cf010-2110-11ed-b02d-2291dc85dfaa | InvocationID=5a0cf29a-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:16:03+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e62eeae-2110-11ed-b02d-2291dc85dfaa | InvocationID=4e62f17e-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:16:03+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5eccaa-2110-11ed-b02d-2291dc85dfaa | InvocationID=5a5ecf8e-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:16:24+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a5eccaa-2110-11ed-b02d-2291dc85dfaa | InvocationID=5a5ecf8e-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:16:24+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66772f00-2110-11ed-b02d-2291dc85dfaa | InvocationID=66773220-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:16:28+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0cf010-2110-11ed-b02d-2291dc85dfaa | InvocationID=5a0cf29a-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:16:28+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68fd7928-2110-11ed-b02d-2291dc85dfaa | InvocationID=68fd7ef0-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:16:28+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68fd7928-2110-11ed-b02d-2291dc85dfaa | InvocationID=68fd7ef0-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:16:28+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68fd7928-2110-11ed-b02d-2291dc85dfaa | InvocationID=68fd7ef0-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:16:44+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66772f00-2110-11ed-b02d-2291dc85dfaa | InvocationID=66773220-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:16:44+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c06182-2110-11ed-b02d-2291dc85dfaa | InvocationID=72c06470-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:16:53+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68fd7928-2110-11ed-b02d-2291dc85dfaa | InvocationID=68fd7ef0-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:16:53+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ee7c16-2110-11ed-b02d-2291dc85dfaa | InvocationID=77ee7f5e-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:16:53+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ee7c16-2110-11ed-b02d-2291dc85dfaa | InvocationID=77ee7f5e-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:16:53+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77ee7c16-2110-11ed-b02d-2291dc85dfaa | InvocationID=77ee7f5e-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:17:09+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72c06182-2110-11ed-b02d-2291dc85dfaa | InvocationID=72c06470-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:17:09+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8188a4cc-2110-11ed-b02d-2291dc85dfaa | InvocationID=8188ac60-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:17:18+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77ee7c16-2110-11ed-b02d-2291dc85dfaa | InvocationID=77ee7f5e-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:17:18+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e1ea50-2110-11ed-b02d-2291dc85dfaa | InvocationID=86e1ec94-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:17:18+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e1ea50-2110-11ed-b02d-2291dc85dfaa | InvocationID=86e1ec94-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:17:18+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86e1ea50-2110-11ed-b02d-2291dc85dfaa | InvocationID=86e1ec94-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:17:34+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8188a4cc-2110-11ed-b02d-2291dc85dfaa | InvocationID=8188ac60-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:17:34+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9056a49a-2110-11ed-b02d-2291dc85dfaa | InvocationID=9056a6ac-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:17:43+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86e1ea50-2110-11ed-b02d-2291dc85dfaa | InvocationID=86e1ec94-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:17:43+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d2c502-2110-11ed-b02d-2291dc85dfaa | InvocationID=95d2c6f6-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:17:43+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d2c502-2110-11ed-b02d-2291dc85dfaa | InvocationID=95d2c6f6-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:17:43+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95d2c502-2110-11ed-b02d-2291dc85dfaa | InvocationID=95d2c6f6-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:17:59+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9056a49a-2110-11ed-b02d-2291dc85dfaa | InvocationID=9056a6ac-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:17:59+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f26de5e-2110-11ed-b02d-2291dc85dfaa | InvocationID=9f26e07a-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:18:08+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95d2c502-2110-11ed-b02d-2291dc85dfaa | InvocationID=95d2c6f6-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:18:08+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c30f4a-2110-11ed-b02d-2291dc85dfaa | InvocationID=a4c31242-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:18:08+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c30f4a-2110-11ed-b02d-2291dc85dfaa | InvocationID=a4c31242-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:18:08+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4c30f4a-2110-11ed-b02d-2291dc85dfaa | InvocationID=a4c31242-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:18:23+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f26de5e-2110-11ed-b02d-2291dc85dfaa | InvocationID=9f26e07a-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:18:23+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adedd604-2110-11ed-b02d-2291dc85dfaa | InvocationID=adedd848-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:18:33+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4c30f4a-2110-11ed-b02d-2291dc85dfaa | InvocationID=a4c31242-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:18:33+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b2e91c-2110-11ed-b02d-2291dc85dfaa | InvocationID=b3b2eb60-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:18:33+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b2e91c-2110-11ed-b02d-2291dc85dfaa | InvocationID=b3b2eb60-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:18:33+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3b2e91c-2110-11ed-b02d-2291dc85dfaa | InvocationID=b3b2eb60-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:18:48+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adedd604-2110-11ed-b02d-2291dc85dfaa | InvocationID=adedd848-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:18:48+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb57098-2110-11ed-b02d-2291dc85dfaa | InvocationID=bcb572b4-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:18:58+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3b2e91c-2110-11ed-b02d-2291dc85dfaa | InvocationID=b3b2eb60-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:18:58+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2a62f6a-2110-11ed-b02d-2291dc85dfaa | InvocationID=c2a63172-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:18:58+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2a62f6a-2110-11ed-b02d-2291dc85dfaa | InvocationID=c2a63172-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:18:58+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2a62f6a-2110-11ed-b02d-2291dc85dfaa | InvocationID=c2a63172-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:19:13+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcb57098-2110-11ed-b02d-2291dc85dfaa | InvocationID=bcb572b4-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:19:13+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb7d605e-2110-11ed-b02d-2291dc85dfaa | InvocationID=cb7d62e8-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:19:23+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2a62f6a-2110-11ed-b02d-2291dc85dfaa | InvocationID=c2a63172-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:19:23+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d195d534-2110-11ed-b02d-2291dc85dfaa | InvocationID=d195d804-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:19:23+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d195d534-2110-11ed-b02d-2291dc85dfaa | InvocationID=d195d804-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:19:23+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d195d534-2110-11ed-b02d-2291dc85dfaa | InvocationID=d195d804-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:19:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb7d605e-2110-11ed-b02d-2291dc85dfaa | InvocationID=cb7d62e8-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:19:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da472e80-2110-11ed-b02d-2291dc85dfaa | InvocationID=da473092-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:19:48+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d195d534-2110-11ed-b02d-2291dc85dfaa | InvocationID=d195d804-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:19:48+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e088565c-2110-11ed-b02d-2291dc85dfaa | InvocationID=e0885882-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:19:48+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e088565c-2110-11ed-b02d-2291dc85dfaa | InvocationID=e0885882-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:19:48+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e088565c-2110-11ed-b02d-2291dc85dfaa | InvocationID=e0885882-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:20:03+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da472e80-2110-11ed-b02d-2291dc85dfaa | InvocationID=da473092-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:20:03+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e90da066-2110-11ed-b02d-2291dc85dfaa | InvocationID=e90da304-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:20:13+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e088565c-2110-11ed-b02d-2291dc85dfaa | InvocationID=e0885882-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:20:13+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef77150e-2110-11ed-b02d-2291dc85dfaa | InvocationID=ef7719d2-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:20:13+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef77150e-2110-11ed-b02d-2291dc85dfaa | InvocationID=ef7719d2-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:20:13+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef77150e-2110-11ed-b02d-2291dc85dfaa | InvocationID=ef7719d2-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:20:27+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e90da066-2110-11ed-b02d-2291dc85dfaa | InvocationID=e90da304-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:20:27+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d525ba-2110-11ed-b02d-2291dc85dfaa | InvocationID=f7d52aa6-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:20:38+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef77150e-2110-11ed-b02d-2291dc85dfaa | InvocationID=ef7719d2-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:20:38+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6a286c-2110-11ed-b02d-2291dc85dfaa | InvocationID=fe6a527e-2110-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:20:39+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6a286c-2110-11ed-b02d-2291dc85dfaa | InvocationID=fe6a527e-2110-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:20:39+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6a286c-2110-11ed-b02d-2291dc85dfaa | InvocationID=fe6a527e-2110-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:20:52+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7d525ba-2110-11ed-b02d-2291dc85dfaa | InvocationID=f7d52aa6-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:20:52+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=069d860a-2111-11ed-b02d-2291dc85dfaa | InvocationID=069d8ad8-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:21:04+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6a286c-2110-11ed-b02d-2291dc85dfaa | InvocationID=fe6a527e-2110-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:21:04+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5a89f2-2111-11ed-b02d-2291dc85dfaa | InvocationID=0d5a8cae-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:21:04+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5a89f2-2111-11ed-b02d-2291dc85dfaa | InvocationID=0d5a8cae-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:21:04+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5a89f2-2111-11ed-b02d-2291dc85dfaa | InvocationID=0d5a8cae-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:21:17+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=069d860a-2111-11ed-b02d-2291dc85dfaa | InvocationID=069d8ad8-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:21:17+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1569f0d8-2111-11ed-b02d-2291dc85dfaa | InvocationID=1569f56a-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:21:29+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5a89f2-2111-11ed-b02d-2291dc85dfaa | InvocationID=0d5a8cae-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:21:29+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4e3a08-2111-11ed-b02d-2291dc85dfaa | InvocationID=1c4e3ddc-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:21:29+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4e3a08-2111-11ed-b02d-2291dc85dfaa | InvocationID=1c4e3ddc-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:21:29+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c4e3a08-2111-11ed-b02d-2291dc85dfaa | InvocationID=1c4e3ddc-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:21:42+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1569f0d8-2111-11ed-b02d-2291dc85dfaa | InvocationID=1569f56a-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:21:42+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24345478-2111-11ed-b02d-2291dc85dfaa | InvocationID=243456d0-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:21:54+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c4e3a08-2111-11ed-b02d-2291dc85dfaa | InvocationID=1c4e3ddc-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:21:54+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3cdd44-2111-11ed-b02d-2291dc85dfaa | InvocationID=2b3ce032-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:21:54+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3cdd44-2111-11ed-b02d-2291dc85dfaa | InvocationID=2b3ce032-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:21:54+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3cdd44-2111-11ed-b02d-2291dc85dfaa | InvocationID=2b3ce032-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:22:07+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24345478-2111-11ed-b02d-2291dc85dfaa | InvocationID=243456d0-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:22:07+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f92484-2111-11ed-b02d-2291dc85dfaa | InvocationID=32f926a0-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:22:19+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3cdd44-2111-11ed-b02d-2291dc85dfaa | InvocationID=2b3ce032-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:22:19+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a2d631e-2111-11ed-b02d-2291dc85dfaa | InvocationID=3a2d65ee-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:22:19+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a2d631e-2111-11ed-b02d-2291dc85dfaa | InvocationID=3a2d65ee-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:22:19+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a2d631e-2111-11ed-b02d-2291dc85dfaa | InvocationID=3a2d65ee-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:22:31+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f92484-2111-11ed-b02d-2291dc85dfaa | InvocationID=32f926a0-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:22:31+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c54362-2111-11ed-b02d-2291dc85dfaa | InvocationID=41c54628-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:22:44+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a2d631e-2111-11ed-b02d-2291dc85dfaa | InvocationID=3a2d65ee-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:22:44+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=491c011e-2111-11ed-b02d-2291dc85dfaa | InvocationID=491c0498-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:22:44+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=491c011e-2111-11ed-b02d-2291dc85dfaa | InvocationID=491c0498-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:22:44+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=491c011e-2111-11ed-b02d-2291dc85dfaa | InvocationID=491c0498-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:22:56+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41c54362-2111-11ed-b02d-2291dc85dfaa | InvocationID=41c54628-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:22:56+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=508c46ac-2111-11ed-b02d-2291dc85dfaa | InvocationID=508c4968-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:23:09+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=491c011e-2111-11ed-b02d-2291dc85dfaa | InvocationID=491c0498-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:23:09+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=580a915e-2111-11ed-b02d-2291dc85dfaa | InvocationID=580a937a-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:23:09+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=580a915e-2111-11ed-b02d-2291dc85dfaa | InvocationID=580a937a-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:23:09+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=580a915e-2111-11ed-b02d-2291dc85dfaa | InvocationID=580a937a-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:23:21+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=508c46ac-2111-11ed-b02d-2291dc85dfaa | InvocationID=508c4968-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:23:21+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f53fa7c-2111-11ed-b02d-2291dc85dfaa | InvocationID=5f540562-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:23:34+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=580a915e-2111-11ed-b02d-2291dc85dfaa | InvocationID=580a937a-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:23:34+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66fe7a40-2111-11ed-b02d-2291dc85dfaa | InvocationID=66fe7cd4-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:23:34+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66fe7a40-2111-11ed-b02d-2291dc85dfaa | InvocationID=66fe7cd4-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:23:34+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66fe7a40-2111-11ed-b02d-2291dc85dfaa | InvocationID=66fe7cd4-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:23:46+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f53fa7c-2111-11ed-b02d-2291dc85dfaa | InvocationID=5f540562-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:23:46+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2297a2-2111-11ed-b02d-2291dc85dfaa | InvocationID=6e229a72-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:23:59+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66fe7a40-2111-11ed-b02d-2291dc85dfaa | InvocationID=66fe7cd4-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:23:59+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75eec992-2111-11ed-b02d-2291dc85dfaa | InvocationID=75eecb90-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:23:59+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75eec992-2111-11ed-b02d-2291dc85dfaa | InvocationID=75eecb90-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:23:59+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75eec992-2111-11ed-b02d-2291dc85dfaa | InvocationID=75eecb90-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:24:11+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e2297a2-2111-11ed-b02d-2291dc85dfaa | InvocationID=6e229a72-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:24:11+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce7e6c0-2111-11ed-b02d-2291dc85dfaa | InvocationID=7ce7ea58-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:24:24+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75eec992-2111-11ed-b02d-2291dc85dfaa | InvocationID=75eecb90-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:24:24+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84de3fdc-2111-11ed-b02d-2291dc85dfaa | InvocationID=84de44f0-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:24:24+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84de3fdc-2111-11ed-b02d-2291dc85dfaa | InvocationID=84de44f0-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:24:24+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84de3fdc-2111-11ed-b02d-2291dc85dfaa | InvocationID=84de44f0-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:24:36+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ce7e6c0-2111-11ed-b02d-2291dc85dfaa | InvocationID=7ce7ea58-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:24:36+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8baf574c-2111-11ed-b02d-2291dc85dfaa | InvocationID=8baf5a3a-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:24:49+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84de3fdc-2111-11ed-b02d-2291dc85dfaa | InvocationID=84de44f0-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:24:49+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93cd75e4-2111-11ed-b02d-2291dc85dfaa | InvocationID=93cd78d2-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:24:49+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93cd75e4-2111-11ed-b02d-2291dc85dfaa | InvocationID=93cd78d2-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:24:49+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93cd75e4-2111-11ed-b02d-2291dc85dfaa | InvocationID=93cd78d2-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:25:00+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8baf574c-2111-11ed-b02d-2291dc85dfaa | InvocationID=8baf5a3a-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:25:00+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a762490-2111-11ed-b02d-2291dc85dfaa | InvocationID=9a762710-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:25:14+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93cd75e4-2111-11ed-b02d-2291dc85dfaa | InvocationID=93cd78d2-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:25:14+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bc17d6-2111-11ed-b02d-2291dc85dfaa | InvocationID=a2bc19de-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:25:14+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bc17d6-2111-11ed-b02d-2291dc85dfaa | InvocationID=a2bc19de-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:25:14+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2bc17d6-2111-11ed-b02d-2291dc85dfaa | InvocationID=a2bc19de-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:25:25+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a762490-2111-11ed-b02d-2291dc85dfaa | InvocationID=9a762710-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:25:25+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93c47d4-2111-11ed-b02d-2291dc85dfaa | InvocationID=a93c49c8-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:25:39+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2bc17d6-2111-11ed-b02d-2291dc85dfaa | InvocationID=a2bc19de-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:25:39+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ab5e46-2111-11ed-b02d-2291dc85dfaa | InvocationID=b1ab60d0-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:25:39+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ab5e46-2111-11ed-b02d-2291dc85dfaa | InvocationID=b1ab60d0-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:25:39+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1ab5e46-2111-11ed-b02d-2291dc85dfaa | InvocationID=b1ab60d0-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:25:50+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a93c47d4-2111-11ed-b02d-2291dc85dfaa | InvocationID=a93c49c8-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:25:50+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b806f322-2111-11ed-b02d-2291dc85dfaa | InvocationID=b806f52a-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:26:04+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1ab5e46-2111-11ed-b02d-2291dc85dfaa | InvocationID=b1ab60d0-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:26:04+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09c77be-2111-11ed-b02d-2291dc85dfaa | InvocationID=c09c7a84-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:26:04+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09c77be-2111-11ed-b02d-2291dc85dfaa | InvocationID=c09c7a84-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:26:04+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09c77be-2111-11ed-b02d-2291dc85dfaa | InvocationID=c09c7a84-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:26:15+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b806f322-2111-11ed-b02d-2291dc85dfaa | InvocationID=b806f52a-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:26:15+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6cb1e7e-2111-11ed-b02d-2291dc85dfaa | InvocationID=c6cb2158-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:26:29+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09c77be-2111-11ed-b02d-2291dc85dfaa | InvocationID=c09c7a84-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:26:29+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf8e3ae6-2111-11ed-b02d-2291dc85dfaa | InvocationID=cf8e42a2-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:26:29+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf8e3ae6-2111-11ed-b02d-2291dc85dfaa | InvocationID=cf8e42a2-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:26:29+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf8e3ae6-2111-11ed-b02d-2291dc85dfaa | InvocationID=cf8e42a2-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:26:39+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6cb1e7e-2111-11ed-b02d-2291dc85dfaa | InvocationID=c6cb2158-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:26:39+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5974338-2111-11ed-b02d-2291dc85dfaa | InvocationID=d5974540-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:26:54+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf8e3ae6-2111-11ed-b02d-2291dc85dfaa | InvocationID=cf8e42a2-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:26:54+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7d7a80-2111-11ed-b02d-2291dc85dfaa | InvocationID=de7d7d14-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:26:54+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7d7a80-2111-11ed-b02d-2291dc85dfaa | InvocationID=de7d7d14-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:26:54+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de7d7a80-2111-11ed-b02d-2291dc85dfaa | InvocationID=de7d7d14-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:27:04+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5974338-2111-11ed-b02d-2291dc85dfaa | InvocationID=d5974540-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:27:04+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e45d9502-2111-11ed-b02d-2291dc85dfaa | InvocationID=e45d9944-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:27:19+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de7d7a80-2111-11ed-b02d-2291dc85dfaa | InvocationID=de7d7d14-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:27:19+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed6e1cde-2111-11ed-b02d-2291dc85dfaa | InvocationID=ed6e1ef0-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:27:20+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed6e1cde-2111-11ed-b02d-2291dc85dfaa | InvocationID=ed6e1ef0-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:27:20+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed6e1cde-2111-11ed-b02d-2291dc85dfaa | InvocationID=ed6e1ef0-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:27:29+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e45d9502-2111-11ed-b02d-2291dc85dfaa | InvocationID=e45d9944-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:27:29+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3234258-2111-11ed-b02d-2291dc85dfaa | InvocationID=f3234456-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:27:45+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed6e1cde-2111-11ed-b02d-2291dc85dfaa | InvocationID=ed6e1ef0-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:27:45+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc5ce4d2-2111-11ed-b02d-2291dc85dfaa | InvocationID=fc5ce766-2111-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:27:45+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc5ce4d2-2111-11ed-b02d-2291dc85dfaa | InvocationID=fc5ce766-2111-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:27:45+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc5ce4d2-2111-11ed-b02d-2291dc85dfaa | InvocationID=fc5ce766-2111-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:27:54+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3234258-2111-11ed-b02d-2291dc85dfaa | InvocationID=f3234456-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:27:54+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e9dda6-2112-11ed-b02d-2291dc85dfaa | InvocationID=01e9dff4-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:28:10+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc5ce4d2-2111-11ed-b02d-2291dc85dfaa | InvocationID=fc5ce766-2111-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:28:10+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b4c9f50-2112-11ed-b02d-2291dc85dfaa | InvocationID=0b4ca202-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:28:10+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b4c9f50-2112-11ed-b02d-2291dc85dfaa | InvocationID=0b4ca202-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:28:10+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b4c9f50-2112-11ed-b02d-2291dc85dfaa | InvocationID=0b4ca202-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:28:19+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01e9dda6-2112-11ed-b02d-2291dc85dfaa | InvocationID=01e9dff4-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:28:19+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10b11476-2112-11ed-b02d-2291dc85dfaa | InvocationID=10b11688-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:28:35+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b4c9f50-2112-11ed-b02d-2291dc85dfaa | InvocationID=0b4ca202-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:28:35+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a3aeeae-2112-11ed-b02d-2291dc85dfaa | InvocationID=1a3af0f2-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:28:35+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a3aeeae-2112-11ed-b02d-2291dc85dfaa | InvocationID=1a3af0f2-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:28:35+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a3aeeae-2112-11ed-b02d-2291dc85dfaa | InvocationID=1a3af0f2-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:28:43+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10b11476-2112-11ed-b02d-2291dc85dfaa | InvocationID=10b11688-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:28:43+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f7a36b8-2112-11ed-b02d-2291dc85dfaa | InvocationID=1f7a3960-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:29:00+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a3aeeae-2112-11ed-b02d-2291dc85dfaa | InvocationID=1a3af0f2-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:29:00+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=292d9678-2112-11ed-b02d-2291dc85dfaa | InvocationID=292d98ee-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:29:00+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=292d9678-2112-11ed-b02d-2291dc85dfaa | InvocationID=292d98ee-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:29:00+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=292d9678-2112-11ed-b02d-2291dc85dfaa | InvocationID=292d98ee-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:29:08+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f7a36b8-2112-11ed-b02d-2291dc85dfaa | InvocationID=1f7a3960-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:29:08+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e402662-2112-11ed-b02d-2291dc85dfaa | InvocationID=2e40291e-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:29:25+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=292d9678-2112-11ed-b02d-2291dc85dfaa | InvocationID=292d98ee-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:29:25+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=381d76bc-2112-11ed-b02d-2291dc85dfaa | InvocationID=381d793c-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:29:25+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=381d76bc-2112-11ed-b02d-2291dc85dfaa | InvocationID=381d793c-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:29:25+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=381d76bc-2112-11ed-b02d-2291dc85dfaa | InvocationID=381d793c-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:29:33+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e402662-2112-11ed-b02d-2291dc85dfaa | InvocationID=2e40291e-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:29:33+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d059858-2112-11ed-b02d-2291dc85dfaa | InvocationID=3d059a60-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:29:50+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=381d76bc-2112-11ed-b02d-2291dc85dfaa | InvocationID=381d793c-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:29:50+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4719a942-2112-11ed-b02d-2291dc85dfaa | InvocationID=4719afdc-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:29:50+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4719a942-2112-11ed-b02d-2291dc85dfaa | InvocationID=4719afdc-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:29:50+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4719a942-2112-11ed-b02d-2291dc85dfaa | InvocationID=4719afdc-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:29:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d059858-2112-11ed-b02d-2291dc85dfaa | InvocationID=3d059a60-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:29:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcdb096-2112-11ed-b02d-2291dc85dfaa | InvocationID=4bcdb4f6-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:30:15+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4719a942-2112-11ed-b02d-2291dc85dfaa | InvocationID=4719afdc-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:30:15+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5609ea98-2112-11ed-b02d-2291dc85dfaa | InvocationID=5609edb8-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:30:15+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5609ea98-2112-11ed-b02d-2291dc85dfaa | InvocationID=5609edb8-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:30:15+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5609ea98-2112-11ed-b02d-2291dc85dfaa | InvocationID=5609edb8-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:30:23+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bcdb096-2112-11ed-b02d-2291dc85dfaa | InvocationID=4bcdb4f6-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:30:23+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a9493f6-2112-11ed-b02d-2291dc85dfaa | InvocationID=5a94a198-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:30:40+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5609ea98-2112-11ed-b02d-2291dc85dfaa | InvocationID=5609edb8-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:30:40+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64fd45d6-2112-11ed-b02d-2291dc85dfaa | InvocationID=64fd48f6-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:30:40+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64fd45d6-2112-11ed-b02d-2291dc85dfaa | InvocationID=64fd48f6-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:30:40+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64fd45d6-2112-11ed-b02d-2291dc85dfaa | InvocationID=64fd48f6-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:30:47+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a9493f6-2112-11ed-b02d-2291dc85dfaa | InvocationID=5a94a198-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:30:47+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=695a49f8-2112-11ed-b02d-2291dc85dfaa | InvocationID=695a4cbe-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:31:05+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64fd45d6-2112-11ed-b02d-2291dc85dfaa | InvocationID=64fd48f6-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:31:05+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ec5ce4-2112-11ed-b02d-2291dc85dfaa | InvocationID=73ec5f1e-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:31:05+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ec5ce4-2112-11ed-b02d-2291dc85dfaa | InvocationID=73ec5f1e-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:31:05+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ec5ce4-2112-11ed-b02d-2291dc85dfaa | InvocationID=73ec5f1e-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:31:12+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=695a49f8-2112-11ed-b02d-2291dc85dfaa | InvocationID=695a4cbe-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:31:12+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78202a84-2112-11ed-b02d-2291dc85dfaa | InvocationID=78202da4-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:31:30+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ec5ce4-2112-11ed-b02d-2291dc85dfaa | InvocationID=73ec5f1e-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:31:30+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e1412e-2112-11ed-b02d-2291dc85dfaa | InvocationID=82e143a4-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:31:30+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e1412e-2112-11ed-b02d-2291dc85dfaa | InvocationID=82e143a4-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:31:30+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82e1412e-2112-11ed-b02d-2291dc85dfaa | InvocationID=82e143a4-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:31:37+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78202a84-2112-11ed-b02d-2291dc85dfaa | InvocationID=78202da4-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:31:37+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e78756-2112-11ed-b02d-2291dc85dfaa | InvocationID=86e7897c-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:31:55+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82e1412e-2112-11ed-b02d-2291dc85dfaa | InvocationID=82e143a4-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:31:55+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91cf0496-2112-11ed-b02d-2291dc85dfaa | InvocationID=91cf0752-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:31:55+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91cf0496-2112-11ed-b02d-2291dc85dfaa | InvocationID=91cf0752-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:31:55+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91cf0496-2112-11ed-b02d-2291dc85dfaa | InvocationID=91cf0752-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:32:02+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e78756-2112-11ed-b02d-2291dc85dfaa | InvocationID=86e7897c-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:32:02+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b10e74-2112-11ed-b02d-2291dc85dfaa | InvocationID=95b110f4-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:32:20+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91cf0496-2112-11ed-b02d-2291dc85dfaa | InvocationID=91cf0752-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:32:20+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0c3e156-2112-11ed-b02d-2291dc85dfaa | InvocationID=a0c3e372-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:32:21+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0c3e156-2112-11ed-b02d-2291dc85dfaa | InvocationID=a0c3e372-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:32:21+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0c3e156-2112-11ed-b02d-2291dc85dfaa | InvocationID=a0c3e372-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:32:27+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95b10e74-2112-11ed-b02d-2291dc85dfaa | InvocationID=95b110f4-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:32:27+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a479a006-2112-11ed-b02d-2291dc85dfaa | InvocationID=a479a2b8-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:32:46+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0c3e156-2112-11ed-b02d-2291dc85dfaa | InvocationID=a0c3e372-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:32:46+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afe2ba36-2112-11ed-b02d-2291dc85dfaa | InvocationID=afe2bc3e-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:32:46+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afe2ba36-2112-11ed-b02d-2291dc85dfaa | InvocationID=afe2bc3e-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:32:46+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afe2ba36-2112-11ed-b02d-2291dc85dfaa | InvocationID=afe2bc3e-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:32:53+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a479a006-2112-11ed-b02d-2291dc85dfaa | InvocationID=a479a2b8-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:32:53+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ecbe4c-2112-11ed-b02d-2291dc85dfaa | InvocationID=b3ecc090-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:33:11+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afe2ba36-2112-11ed-b02d-2291dc85dfaa | InvocationID=afe2bc3e-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:33:11+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef489aa-2112-11ed-b02d-2291dc85dfaa | InvocationID=bef48bee-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:33:11+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef489aa-2112-11ed-b02d-2291dc85dfaa | InvocationID=bef48bee-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:33:11+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bef489aa-2112-11ed-b02d-2291dc85dfaa | InvocationID=bef48bee-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:33:18+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3ecbe4c-2112-11ed-b02d-2291dc85dfaa | InvocationID=b3ecc090-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:33:18+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2f9905e-2112-11ed-b02d-2291dc85dfaa | InvocationID=c2f992c0-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:33:36+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bef489aa-2112-11ed-b02d-2291dc85dfaa | InvocationID=bef48bee-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:33:36+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cde75d16-2112-11ed-b02d-2291dc85dfaa | InvocationID=cde76270-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:33:36+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cde75d16-2112-11ed-b02d-2291dc85dfaa | InvocationID=cde76270-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:33:36+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cde75d16-2112-11ed-b02d-2291dc85dfaa | InvocationID=cde76270-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:33:43+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2f9905e-2112-11ed-b02d-2291dc85dfaa | InvocationID=c2f992c0-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:33:43+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c16706-2112-11ed-b02d-2291dc85dfaa | InvocationID=d1c1695e-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:34:01+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cde75d16-2112-11ed-b02d-2291dc85dfaa | InvocationID=cde76270-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:34:01+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd79ec6-2112-11ed-b02d-2291dc85dfaa | InvocationID=dcd7a0ec-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:34:01+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd79ec6-2112-11ed-b02d-2291dc85dfaa | InvocationID=dcd7a0ec-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:34:01+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcd79ec6-2112-11ed-b02d-2291dc85dfaa | InvocationID=dcd7a0ec-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:34:07+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c16706-2112-11ed-b02d-2291dc85dfaa | InvocationID=d1c1695e-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:34:07+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08a3024-2112-11ed-b02d-2291dc85dfaa | InvocationID=e08a320e-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:34:26+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcd79ec6-2112-11ed-b02d-2291dc85dfaa | InvocationID=dcd7a0ec-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:34:26+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc5946a-2112-11ed-b02d-2291dc85dfaa | InvocationID=ebc596cc-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:34:26+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc5946a-2112-11ed-b02d-2291dc85dfaa | InvocationID=ebc596cc-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:34:26+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc5946a-2112-11ed-b02d-2291dc85dfaa | InvocationID=ebc596cc-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:34:32+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e08a3024-2112-11ed-b02d-2291dc85dfaa | InvocationID=e08a320e-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:34:32+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef5085d6-2112-11ed-b02d-2291dc85dfaa | InvocationID=ef5087ca-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:34:51+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc5946a-2112-11ed-b02d-2291dc85dfaa | InvocationID=ebc596cc-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:34:51+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab626ce-2112-11ed-b02d-2291dc85dfaa | InvocationID=fab629b2-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:34:51+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab626ce-2112-11ed-b02d-2291dc85dfaa | InvocationID=fab629b2-2112-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:34:51+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab626ce-2112-11ed-b02d-2291dc85dfaa | InvocationID=fab629b2-2112-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:34:57+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef5085d6-2112-11ed-b02d-2291dc85dfaa | InvocationID=ef5087ca-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:34:57+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1a257c-2112-11ed-b02d-2291dc85dfaa | InvocationID=fe1a2806-2112-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:35:16+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab626ce-2112-11ed-b02d-2291dc85dfaa | InvocationID=fab629b2-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:35:16+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a72660-2113-11ed-b02d-2291dc85dfaa | InvocationID=09a72930-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:35:16+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a72660-2113-11ed-b02d-2291dc85dfaa | InvocationID=09a72930-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:35:16+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a72660-2113-11ed-b02d-2291dc85dfaa | InvocationID=09a72930-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:35:22+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe1a257c-2112-11ed-b02d-2291dc85dfaa | InvocationID=fe1a2806-2112-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:35:22+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cee8548-2113-11ed-b02d-2291dc85dfaa | InvocationID=0cee8746-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:35:41+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a72660-2113-11ed-b02d-2291dc85dfaa | InvocationID=09a72930-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:35:41+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=189e99d2-2113-11ed-b02d-2291dc85dfaa | InvocationID=189e9f7c-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:35:42+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=189e99d2-2113-11ed-b02d-2291dc85dfaa | InvocationID=189e9f7c-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:35:42+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=189e99d2-2113-11ed-b02d-2291dc85dfaa | InvocationID=189e9f7c-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:35:47+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cee8548-2113-11ed-b02d-2291dc85dfaa | InvocationID=0cee8746-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:35:47+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bbb2e00-2113-11ed-b02d-2291dc85dfaa | InvocationID=1bbb4ef8-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:36:07+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=189e99d2-2113-11ed-b02d-2291dc85dfaa | InvocationID=189e9f7c-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:36:07+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2797c2ec-2113-11ed-b02d-2291dc85dfaa | InvocationID=2797c576-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:36:07+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2797c2ec-2113-11ed-b02d-2291dc85dfaa | InvocationID=2797c576-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:36:07+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2797c2ec-2113-11ed-b02d-2291dc85dfaa | InvocationID=2797c576-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:36:12+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bbb2e00-2113-11ed-b02d-2291dc85dfaa | InvocationID=1bbb4ef8-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:36:12+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a953f24-2113-11ed-b02d-2291dc85dfaa | InvocationID=2a95412c-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:36:32+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2797c2ec-2113-11ed-b02d-2291dc85dfaa | InvocationID=2797c576-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:36:32+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36953090-2113-11ed-b02d-2291dc85dfaa | InvocationID=36953298-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:36:32+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36953090-2113-11ed-b02d-2291dc85dfaa | InvocationID=36953298-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:36:32+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36953090-2113-11ed-b02d-2291dc85dfaa | InvocationID=36953298-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:36:37+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a953f24-2113-11ed-b02d-2291dc85dfaa | InvocationID=2a95412c-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:36:37+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39847612-2113-11ed-b02d-2291dc85dfaa | InvocationID=398478b0-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:36:57+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36953090-2113-11ed-b02d-2291dc85dfaa | InvocationID=36953298-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:36:57+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4587925a-2113-11ed-b02d-2291dc85dfaa | InvocationID=4587946c-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:36:57+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4587925a-2113-11ed-b02d-2291dc85dfaa | InvocationID=4587946c-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:36:57+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4587925a-2113-11ed-b02d-2291dc85dfaa | InvocationID=4587946c-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:37:02+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39847612-2113-11ed-b02d-2291dc85dfaa | InvocationID=398478b0-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:37:02+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=485e0e1e-2113-11ed-b02d-2291dc85dfaa | InvocationID=485e10da-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:37:22+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4587925a-2113-11ed-b02d-2291dc85dfaa | InvocationID=4587946c-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:37:22+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=547aaa90-2113-11ed-b02d-2291dc85dfaa | InvocationID=547aac8e-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:37:22+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=547aaa90-2113-11ed-b02d-2291dc85dfaa | InvocationID=547aac8e-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:37:22+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=547aaa90-2113-11ed-b02d-2291dc85dfaa | InvocationID=547aac8e-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:37:26+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=485e0e1e-2113-11ed-b02d-2291dc85dfaa | InvocationID=485e10da-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:37:26+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57264812-2113-11ed-b02d-2291dc85dfaa | InvocationID=57264aa6-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:37:47+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=547aaa90-2113-11ed-b02d-2291dc85dfaa | InvocationID=547aac8e-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:37:47+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636cc858-2113-11ed-b02d-2291dc85dfaa | InvocationID=636ccb0a-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:37:47+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636cc858-2113-11ed-b02d-2291dc85dfaa | InvocationID=636ccb0a-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:37:47+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636cc858-2113-11ed-b02d-2291dc85dfaa | InvocationID=636ccb0a-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:37:51+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57264812-2113-11ed-b02d-2291dc85dfaa | InvocationID=57264aa6-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:37:51+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f18dca-2113-11ed-b02d-2291dc85dfaa | InvocationID=65f1973e-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:38:12+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636cc858-2113-11ed-b02d-2291dc85dfaa | InvocationID=636ccb0a-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:38:12+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725d2d8a-2113-11ed-b02d-2291dc85dfaa | InvocationID=725d3384-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:38:12+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725d2d8a-2113-11ed-b02d-2291dc85dfaa | InvocationID=725d3384-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:38:12+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725d2d8a-2113-11ed-b02d-2291dc85dfaa | InvocationID=725d3384-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:38:16+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65f18dca-2113-11ed-b02d-2291dc85dfaa | InvocationID=65f1973e-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:38:16+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74bbbaf6-2113-11ed-b02d-2291dc85dfaa | InvocationID=74bbcce4-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:38:37+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725d2d8a-2113-11ed-b02d-2291dc85dfaa | InvocationID=725d3384-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:38:37+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814e252e-2113-11ed-b02d-2291dc85dfaa | InvocationID=814e2952-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:38:37+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814e252e-2113-11ed-b02d-2291dc85dfaa | InvocationID=814e2952-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:38:37+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=814e252e-2113-11ed-b02d-2291dc85dfaa | InvocationID=814e2952-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:38:41+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74bbbaf6-2113-11ed-b02d-2291dc85dfaa | InvocationID=74bbcce4-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:38:41+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83845624-2113-11ed-b02d-2291dc85dfaa | InvocationID=83845854-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:39:02+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=814e252e-2113-11ed-b02d-2291dc85dfaa | InvocationID=814e2952-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:39:02+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=904212fc-2113-11ed-b02d-2291dc85dfaa | InvocationID=9042154a-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:39:02+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=904212fc-2113-11ed-b02d-2291dc85dfaa | InvocationID=9042154a-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:39:02+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=904212fc-2113-11ed-b02d-2291dc85dfaa | InvocationID=9042154a-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:39:06+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83845624-2113-11ed-b02d-2291dc85dfaa | InvocationID=83845854-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:39:06+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9250fdf6-2113-11ed-b02d-2291dc85dfaa | InvocationID=9250fff4-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:39:27+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=904212fc-2113-11ed-b02d-2291dc85dfaa | InvocationID=9042154a-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:39:27+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f320178-2113-11ed-b02d-2291dc85dfaa | InvocationID=9f320efc-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:39:27+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f320178-2113-11ed-b02d-2291dc85dfaa | InvocationID=9f320efc-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:39:27+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f320178-2113-11ed-b02d-2291dc85dfaa | InvocationID=9f320efc-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:39:30+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9250fdf6-2113-11ed-b02d-2291dc85dfaa | InvocationID=9250fff4-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:39:30+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1170a9c-2113-11ed-b02d-2291dc85dfaa | InvocationID=a1170cae-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:39:52+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f320178-2113-11ed-b02d-2291dc85dfaa | InvocationID=9f320efc-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:39:52+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae20b486-2113-11ed-b02d-2291dc85dfaa | InvocationID=ae20b6c0-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:39:52+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae20b486-2113-11ed-b02d-2291dc85dfaa | InvocationID=ae20b6c0-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:39:52+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae20b486-2113-11ed-b02d-2291dc85dfaa | InvocationID=ae20b6c0-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:39:55+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1170a9c-2113-11ed-b02d-2291dc85dfaa | InvocationID=a1170cae-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:39:55+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afdb5510-2113-11ed-b02d-2291dc85dfaa | InvocationID=afdb57ae-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:40:17+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae20b486-2113-11ed-b02d-2291dc85dfaa | InvocationID=ae20b6c0-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:40:17+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0e127c-2113-11ed-b02d-2291dc85dfaa | InvocationID=bd0e14c0-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:40:17+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0e127c-2113-11ed-b02d-2291dc85dfaa | InvocationID=bd0e14c0-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:40:17+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0e127c-2113-11ed-b02d-2291dc85dfaa | InvocationID=bd0e14c0-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:40:20+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afdb5510-2113-11ed-b02d-2291dc85dfaa | InvocationID=afdb57ae-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:40:20+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beaa0870-2113-11ed-b02d-2291dc85dfaa | InvocationID=beaa0ac8-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:40:42+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0e127c-2113-11ed-b02d-2291dc85dfaa | InvocationID=bd0e14c0-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:40:42+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfc28aa-2113-11ed-b02d-2291dc85dfaa | InvocationID=cbfc2cec-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:40:42+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfc28aa-2113-11ed-b02d-2291dc85dfaa | InvocationID=cbfc2cec-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:40:42+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbfc28aa-2113-11ed-b02d-2291dc85dfaa | InvocationID=cbfc2cec-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:40:45+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beaa0870-2113-11ed-b02d-2291dc85dfaa | InvocationID=beaa0ac8-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:40:45+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd731c98-2113-11ed-b02d-2291dc85dfaa | InvocationID=cd731ebe-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:41:07+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbfc28aa-2113-11ed-b02d-2291dc85dfaa | InvocationID=cbfc2cec-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:41:07+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daeab0de-2113-11ed-b02d-2291dc85dfaa | InvocationID=daeab39a-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:41:07+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daeab0de-2113-11ed-b02d-2291dc85dfaa | InvocationID=daeab39a-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:41:07+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daeab0de-2113-11ed-b02d-2291dc85dfaa | InvocationID=daeab39a-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:41:10+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd731c98-2113-11ed-b02d-2291dc85dfaa | InvocationID=cd731ebe-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:41:10+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc3ebb06-2113-11ed-b02d-2291dc85dfaa | InvocationID=dc3ec268-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:41:32+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daeab0de-2113-11ed-b02d-2291dc85dfaa | InvocationID=daeab39a-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:41:32+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d7ff16-2113-11ed-b02d-2291dc85dfaa | InvocationID=e9d80218-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:41:33+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d7ff16-2113-11ed-b02d-2291dc85dfaa | InvocationID=e9d80218-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:41:33+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d7ff16-2113-11ed-b02d-2291dc85dfaa | InvocationID=e9d80218-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:41:34+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc3ebb06-2113-11ed-b02d-2291dc85dfaa | InvocationID=dc3ec268-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:41:34+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb027e34-2113-11ed-b02d-2291dc85dfaa | InvocationID=eb0280c8-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:41:58+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d7ff16-2113-11ed-b02d-2291dc85dfaa | InvocationID=e9d80218-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:41:58+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c97f22-2113-11ed-b02d-2291dc85dfaa | InvocationID=f8c98238-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:41:58+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c97f22-2113-11ed-b02d-2291dc85dfaa | InvocationID=f8c98238-2113-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:41:58+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8c97f22-2113-11ed-b02d-2291dc85dfaa | InvocationID=f8c98238-2113-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:41:59+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb027e34-2113-11ed-b02d-2291dc85dfaa | InvocationID=eb0280c8-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:41:59+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9cba8d2-2113-11ed-b02d-2291dc85dfaa | InvocationID=f9cbab70-2113-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:42:23+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8c97f22-2113-11ed-b02d-2291dc85dfaa | InvocationID=f8c98238-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:42:23+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b91434-2114-11ed-b02d-2291dc85dfaa | InvocationID=07b9165a-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:42:23+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b91434-2114-11ed-b02d-2291dc85dfaa | InvocationID=07b9165a-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:42:23+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b91434-2114-11ed-b02d-2291dc85dfaa | InvocationID=07b9165a-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:42:24+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9cba8d2-2113-11ed-b02d-2291dc85dfaa | InvocationID=f9cbab70-2113-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:42:24+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0892463c-2114-11ed-b02d-2291dc85dfaa | InvocationID=0892484e-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:42:48+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b91434-2114-11ed-b02d-2291dc85dfaa | InvocationID=07b9165a-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:42:48+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a719be-2114-11ed-b02d-2291dc85dfaa | InvocationID=16a71c70-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:42:48+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a719be-2114-11ed-b02d-2291dc85dfaa | InvocationID=16a71c70-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:42:48+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a719be-2114-11ed-b02d-2291dc85dfaa | InvocationID=16a71c70-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:42:49+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0892463c-2114-11ed-b02d-2291dc85dfaa | InvocationID=0892484e-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:42:49+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1758051c-2114-11ed-b02d-2291dc85dfaa | InvocationID=17580724-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:43:13+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a719be-2114-11ed-b02d-2291dc85dfaa | InvocationID=16a71c70-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:43:13+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2597269e-2114-11ed-b02d-2291dc85dfaa | InvocationID=259728f6-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:43:13+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2597269e-2114-11ed-b02d-2291dc85dfaa | InvocationID=259728f6-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:43:13+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2597269e-2114-11ed-b02d-2291dc85dfaa | InvocationID=259728f6-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:43:14+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1758051c-2114-11ed-b02d-2291dc85dfaa | InvocationID=17580724-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:43:14+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=261ee05c-2114-11ed-b02d-2291dc85dfaa | InvocationID=261ee50c-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:43:38+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2597269e-2114-11ed-b02d-2291dc85dfaa | InvocationID=259728f6-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:43:38+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348568fa-2114-11ed-b02d-2291dc85dfaa | InvocationID=34856b02-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:43:38+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348568fa-2114-11ed-b02d-2291dc85dfaa | InvocationID=34856b02-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:43:38+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348568fa-2114-11ed-b02d-2291dc85dfaa | InvocationID=34856b02-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:43:38+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=261ee05c-2114-11ed-b02d-2291dc85dfaa | InvocationID=261ee50c-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:43:38+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e4e73a-2114-11ed-b02d-2291dc85dfaa | InvocationID=34e4e94c-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:44:03+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348568fa-2114-11ed-b02d-2291dc85dfaa | InvocationID=34856b02-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:44:03+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4373bc72-2114-11ed-b02d-2291dc85dfaa | InvocationID=4373be8e-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:44:03+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4373bc72-2114-11ed-b02d-2291dc85dfaa | InvocationID=4373be8e-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:44:03+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4373bc72-2114-11ed-b02d-2291dc85dfaa | InvocationID=4373be8e-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:44:03+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34e4e73a-2114-11ed-b02d-2291dc85dfaa | InvocationID=34e4e94c-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:44:03+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43aa4044-2114-11ed-b02d-2291dc85dfaa | InvocationID=43aa424c-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:44:28+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4373bc72-2114-11ed-b02d-2291dc85dfaa | InvocationID=4373be8e-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:44:28+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5262a5e0-2114-11ed-b02d-2291dc85dfaa | InvocationID=5262a8c4-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:44:28+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5262a5e0-2114-11ed-b02d-2291dc85dfaa | InvocationID=5262a8c4-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:44:28+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5262a5e0-2114-11ed-b02d-2291dc85dfaa | InvocationID=5262a8c4-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:44:28+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43aa4044-2114-11ed-b02d-2291dc85dfaa | InvocationID=43aa424c-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:44:28+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526eecce-2114-11ed-b02d-2291dc85dfaa | InvocationID=526eef80-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:44:53+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=526eecce-2114-11ed-b02d-2291dc85dfaa | InvocationID=526eef80-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:44:53+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6133a5ba-2114-11ed-b02d-2291dc85dfaa | InvocationID=6133aa74-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:44:53+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5262a5e0-2114-11ed-b02d-2291dc85dfaa | InvocationID=5262a8c4-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:44:53+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6150c582-2114-11ed-b02d-2291dc85dfaa | InvocationID=6150c7e4-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:44:53+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6150c582-2114-11ed-b02d-2291dc85dfaa | InvocationID=6150c7e4-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:44:53+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6150c582-2114-11ed-b02d-2291dc85dfaa | InvocationID=6150c7e4-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:45:18+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6133a5ba-2114-11ed-b02d-2291dc85dfaa | InvocationID=6133aa74-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:45:18+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ff98830-2114-11ed-b02d-2291dc85dfaa | InvocationID=6ff98ab0-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:45:18+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6150c582-2114-11ed-b02d-2291dc85dfaa | InvocationID=6150c7e4-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:45:18+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703fd132-2114-11ed-b02d-2291dc85dfaa | InvocationID=703fd3a8-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:45:18+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703fd132-2114-11ed-b02d-2291dc85dfaa | InvocationID=703fd3a8-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:45:18+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=703fd132-2114-11ed-b02d-2291dc85dfaa | InvocationID=703fd3a8-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:45:42+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ff98830-2114-11ed-b02d-2291dc85dfaa | InvocationID=6ff98ab0-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:45:42+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ec03a94-2114-11ed-b02d-2291dc85dfaa | InvocationID=7ec03d82-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:45:43+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=703fd132-2114-11ed-b02d-2291dc85dfaa | InvocationID=703fd3a8-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:45:43+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2e0c86-2114-11ed-b02d-2291dc85dfaa | InvocationID=7f2e0f06-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:45:43+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2e0c86-2114-11ed-b02d-2291dc85dfaa | InvocationID=7f2e0f06-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:45:43+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2e0c86-2114-11ed-b02d-2291dc85dfaa | InvocationID=7f2e0f06-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:46:07+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ec03a94-2114-11ed-b02d-2291dc85dfaa | InvocationID=7ec03d82-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:46:07+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d89b794-2114-11ed-b02d-2291dc85dfaa | InvocationID=8d89ba5a-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:46:08+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2e0c86-2114-11ed-b02d-2291dc85dfaa | InvocationID=7f2e0f06-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:46:08+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1dcc68-2114-11ed-b02d-2291dc85dfaa | InvocationID=8e1dcf10-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:46:08+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1dcc68-2114-11ed-b02d-2291dc85dfaa | InvocationID=8e1dcf10-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:46:08+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e1dcc68-2114-11ed-b02d-2291dc85dfaa | InvocationID=8e1dcf10-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:46:32+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d89b794-2114-11ed-b02d-2291dc85dfaa | InvocationID=8d89ba5a-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:46:32+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c56f35e-2114-11ed-b02d-2291dc85dfaa | InvocationID=9c56f5c0-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:46:33+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e1dcc68-2114-11ed-b02d-2291dc85dfaa | InvocationID=8e1dcf10-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:46:33+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0c35e8-2114-11ed-b02d-2291dc85dfaa | InvocationID=9d0c37d2-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:46:33+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0c35e8-2114-11ed-b02d-2291dc85dfaa | InvocationID=9d0c37d2-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:46:33+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0c35e8-2114-11ed-b02d-2291dc85dfaa | InvocationID=9d0c37d2-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:46:57+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c56f35e-2114-11ed-b02d-2291dc85dfaa | InvocationID=9c56f5c0-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:46:57+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab1de744-2114-11ed-b02d-2291dc85dfaa | InvocationID=ab1ded52-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:46:58+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0c35e8-2114-11ed-b02d-2291dc85dfaa | InvocationID=9d0c37d2-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:46:58+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfae2ca-2114-11ed-b02d-2291dc85dfaa | InvocationID=abfae4dc-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:46:58+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfae2ca-2114-11ed-b02d-2291dc85dfaa | InvocationID=abfae4dc-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:46:58+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfae2ca-2114-11ed-b02d-2291dc85dfaa | InvocationID=abfae4dc-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:47:22+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab1de744-2114-11ed-b02d-2291dc85dfaa | InvocationID=ab1ded52-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:47:22+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e5076c-2114-11ed-b02d-2291dc85dfaa | InvocationID=b9e50cb2-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:47:23+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfae2ca-2114-11ed-b02d-2291dc85dfaa | InvocationID=abfae4dc-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:47:23+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae90712-2114-11ed-b02d-2291dc85dfaa | InvocationID=bae90a14-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:47:23+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae90712-2114-11ed-b02d-2291dc85dfaa | InvocationID=bae90a14-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:47:23+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae90712-2114-11ed-b02d-2291dc85dfaa | InvocationID=bae90a14-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:47:46+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9e5076c-2114-11ed-b02d-2291dc85dfaa | InvocationID=b9e50cb2-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:47:46+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8adb4e2-2114-11ed-b02d-2291dc85dfaa | InvocationID=c8adb6fe-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:47:48+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae90712-2114-11ed-b02d-2291dc85dfaa | InvocationID=bae90a14-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:47:48+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d814de-2114-11ed-b02d-2291dc85dfaa | InvocationID=c9d816d2-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:47:48+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d814de-2114-11ed-b02d-2291dc85dfaa | InvocationID=c9d816d2-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:47:48+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d814de-2114-11ed-b02d-2291dc85dfaa | InvocationID=c9d816d2-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:48:11+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8adb4e2-2114-11ed-b02d-2291dc85dfaa | InvocationID=c8adb6fe-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:48:11+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7736652-2114-11ed-b02d-2291dc85dfaa | InvocationID=d77368f0-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:48:13+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d814de-2114-11ed-b02d-2291dc85dfaa | InvocationID=c9d816d2-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:48:13+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c5da76-2114-11ed-b02d-2291dc85dfaa | InvocationID=d8c5df62-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:48:13+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c5da76-2114-11ed-b02d-2291dc85dfaa | InvocationID=d8c5df62-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:48:13+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c5da76-2114-11ed-b02d-2291dc85dfaa | InvocationID=d8c5df62-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:48:36+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7736652-2114-11ed-b02d-2291dc85dfaa | InvocationID=d77368f0-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:48:36+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6377d54-2114-11ed-b02d-2291dc85dfaa | InvocationID=e6377f5c-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:48:38+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c5da76-2114-11ed-b02d-2291dc85dfaa | InvocationID=d8c5df62-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:48:38+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b3e76c-2114-11ed-b02d-2291dc85dfaa | InvocationID=e7b3e942-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:48:38+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b3e76c-2114-11ed-b02d-2291dc85dfaa | InvocationID=e7b3e942-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:48:38+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b3e76c-2114-11ed-b02d-2291dc85dfaa | InvocationID=e7b3e942-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:49:01+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6377d54-2114-11ed-b02d-2291dc85dfaa | InvocationID=e6377f5c-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:49:01+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4fcdff0-2114-11ed-b02d-2291dc85dfaa | InvocationID=f4fcebda-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:49:03+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b3e76c-2114-11ed-b02d-2291dc85dfaa | InvocationID=e7b3e942-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:49:03+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a55ee0-2114-11ed-b02d-2291dc85dfaa | InvocationID=f6a5619c-2114-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:49:04+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a55ee0-2114-11ed-b02d-2291dc85dfaa | InvocationID=f6a5619c-2114-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:49:04+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6a55ee0-2114-11ed-b02d-2291dc85dfaa | InvocationID=f6a5619c-2114-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:49:25+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4fcdff0-2114-11ed-b02d-2291dc85dfaa | InvocationID=f4fcebda-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:49:25+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c38296-2115-11ed-b02d-2291dc85dfaa | InvocationID=03c38552-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:49:29+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6a55ee0-2114-11ed-b02d-2291dc85dfaa | InvocationID=f6a5619c-2114-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:49:29+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05952d72-2115-11ed-b02d-2291dc85dfaa | InvocationID=059532b8-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:49:29+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05952d72-2115-11ed-b02d-2291dc85dfaa | InvocationID=059532b8-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:49:29+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05952d72-2115-11ed-b02d-2291dc85dfaa | InvocationID=059532b8-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:49:50+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03c38296-2115-11ed-b02d-2291dc85dfaa | InvocationID=03c38552-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:49:50+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128779ea-2115-11ed-b02d-2291dc85dfaa | InvocationID=12877cc4-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:49:54+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05952d72-2115-11ed-b02d-2291dc85dfaa | InvocationID=059532b8-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:49:54+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14830296-2115-11ed-b02d-2291dc85dfaa | InvocationID=148305ca-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:49:54+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14830296-2115-11ed-b02d-2291dc85dfaa | InvocationID=148305ca-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:49:54+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14830296-2115-11ed-b02d-2291dc85dfaa | InvocationID=148305ca-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:50:15+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=128779ea-2115-11ed-b02d-2291dc85dfaa | InvocationID=12877cc4-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:50:15+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=214f05c4-2115-11ed-b02d-2291dc85dfaa | InvocationID=214f0830-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:50:19+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14830296-2115-11ed-b02d-2291dc85dfaa | InvocationID=148305ca-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:50:19+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=237434f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=2374378e-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:50:19+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=237434f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=2374378e-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:50:19+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=237434f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=2374378e-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:50:40+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=214f05c4-2115-11ed-b02d-2291dc85dfaa | InvocationID=214f0830-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:50:40+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3018ea16-2115-11ed-b02d-2291dc85dfaa | InvocationID=3018ec82-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:50:44+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=237434f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=2374378e-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:50:44+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326295c4-2115-11ed-b02d-2291dc85dfaa | InvocationID=32629b14-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:50:44+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326295c4-2115-11ed-b02d-2291dc85dfaa | InvocationID=32629b14-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:50:44+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=326295c4-2115-11ed-b02d-2291dc85dfaa | InvocationID=32629b14-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:51:05+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3018ea16-2115-11ed-b02d-2291dc85dfaa | InvocationID=3018ec82-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:51:05+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ede1382-2115-11ed-b02d-2291dc85dfaa | InvocationID=3ede1594-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:51:09+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=326295c4-2115-11ed-b02d-2291dc85dfaa | InvocationID=32629b14-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:51:09+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4150797a-2115-11ed-b02d-2291dc85dfaa | InvocationID=41507e66-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:51:09+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4150797a-2115-11ed-b02d-2291dc85dfaa | InvocationID=41507e66-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:51:09+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4150797a-2115-11ed-b02d-2291dc85dfaa | InvocationID=41507e66-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:51:29+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ede1382-2115-11ed-b02d-2291dc85dfaa | InvocationID=3ede1594-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:51:29+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da5763a-2115-11ed-b02d-2291dc85dfaa | InvocationID=4da578a6-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:51:34+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4150797a-2115-11ed-b02d-2291dc85dfaa | InvocationID=41507e66-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:51:34+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5040a522-2115-11ed-b02d-2291dc85dfaa | InvocationID=5040aa0e-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:51:34+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5040a522-2115-11ed-b02d-2291dc85dfaa | InvocationID=5040aa0e-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:51:34+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5040a522-2115-11ed-b02d-2291dc85dfaa | InvocationID=5040aa0e-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:51:54+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4da5763a-2115-11ed-b02d-2291dc85dfaa | InvocationID=4da578a6-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:51:54+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c6b9a82-2115-11ed-b02d-2291dc85dfaa | InvocationID=5c6b9d5c-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:51:59+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5040a522-2115-11ed-b02d-2291dc85dfaa | InvocationID=5040aa0e-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:51:59+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3223f8-2115-11ed-b02d-2291dc85dfaa | InvocationID=5f322948-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:51:59+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3223f8-2115-11ed-b02d-2291dc85dfaa | InvocationID=5f322948-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:51:59+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3223f8-2115-11ed-b02d-2291dc85dfaa | InvocationID=5f322948-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:52:19+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c6b9a82-2115-11ed-b02d-2291dc85dfaa | InvocationID=5c6b9d5c-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:52:19+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b34aaf4-2115-11ed-b02d-2291dc85dfaa | InvocationID=6b34b120-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:52:24+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3223f8-2115-11ed-b02d-2291dc85dfaa | InvocationID=5f322948-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:52:24+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e21e588-2115-11ed-b02d-2291dc85dfaa | InvocationID=6e21e84e-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:52:24+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e21e588-2115-11ed-b02d-2291dc85dfaa | InvocationID=6e21e84e-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:52:24+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e21e588-2115-11ed-b02d-2291dc85dfaa | InvocationID=6e21e84e-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:52:44+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b34aaf4-2115-11ed-b02d-2291dc85dfaa | InvocationID=6b34b120-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:52:44+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79fcb98c-2115-11ed-b02d-2291dc85dfaa | InvocationID=79fcbe1e-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:52:49+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e21e588-2115-11ed-b02d-2291dc85dfaa | InvocationID=6e21e84e-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:52:49+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d10ceec-2115-11ed-b02d-2291dc85dfaa | InvocationID=7d10d194-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:52:49+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d10ceec-2115-11ed-b02d-2291dc85dfaa | InvocationID=7d10d194-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:52:49+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d10ceec-2115-11ed-b02d-2291dc85dfaa | InvocationID=7d10d194-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:53:09+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79fcb98c-2115-11ed-b02d-2291dc85dfaa | InvocationID=79fcbe1e-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:53:09+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88c2f90e-2115-11ed-b02d-2291dc85dfaa | InvocationID=88c2fb84-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:53:14+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d10ceec-2115-11ed-b02d-2291dc85dfaa | InvocationID=7d10d194-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:53:14+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bff6116-2115-11ed-b02d-2291dc85dfaa | InvocationID=8bff653a-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:53:14+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bff6116-2115-11ed-b02d-2291dc85dfaa | InvocationID=8bff653a-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:53:14+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bff6116-2115-11ed-b02d-2291dc85dfaa | InvocationID=8bff653a-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:53:33+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88c2f90e-2115-11ed-b02d-2291dc85dfaa | InvocationID=88c2fb84-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:53:33+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=978aa36a-2115-11ed-b02d-2291dc85dfaa | InvocationID=978aa630-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:53:39+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bff6116-2115-11ed-b02d-2291dc85dfaa | InvocationID=8bff653a-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:53:39+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aedf750-2115-11ed-b02d-2291dc85dfaa | InvocationID=9aee0394-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:53:39+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aedf750-2115-11ed-b02d-2291dc85dfaa | InvocationID=9aee0394-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:53:39+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aedf750-2115-11ed-b02d-2291dc85dfaa | InvocationID=9aee0394-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:53:58+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=978aa36a-2115-11ed-b02d-2291dc85dfaa | InvocationID=978aa630-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:53:58+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a650de00-2115-11ed-b02d-2291dc85dfaa | InvocationID=a650e030-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:54:04+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aedf750-2115-11ed-b02d-2291dc85dfaa | InvocationID=9aee0394-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:54:04+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9dc77f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=a9dc7b1a-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:54:04+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9dc77f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=a9dc7b1a-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:54:04+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9dc77f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=a9dc7b1a-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:54:23+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a650de00-2115-11ed-b02d-2291dc85dfaa | InvocationID=a650e030-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:54:23+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5144e0e-2115-11ed-b02d-2291dc85dfaa | InvocationID=b5144ff8-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:54:29+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9dc77f0-2115-11ed-b02d-2291dc85dfaa | InvocationID=a9dc7b1a-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:54:29+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8cc9952-2115-11ed-b02d-2291dc85dfaa | InvocationID=b8cc9b64-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:54:29+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8cc9952-2115-11ed-b02d-2291dc85dfaa | InvocationID=b8cc9b64-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:54:29+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8cc9952-2115-11ed-b02d-2291dc85dfaa | InvocationID=b8cc9b64-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:54:48+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5144e0e-2115-11ed-b02d-2291dc85dfaa | InvocationID=b5144ff8-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:54:48+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3da4f7e-2115-11ed-b02d-2291dc85dfaa | InvocationID=c3da5348-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:54:54+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8cc9952-2115-11ed-b02d-2291dc85dfaa | InvocationID=b8cc9b64-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:54:54+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7bd204e-2115-11ed-b02d-2291dc85dfaa | InvocationID=c7bd2526-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:54:54+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7bd204e-2115-11ed-b02d-2291dc85dfaa | InvocationID=c7bd2526-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:54:54+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7bd204e-2115-11ed-b02d-2291dc85dfaa | InvocationID=c7bd2526-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:55:13+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3da4f7e-2115-11ed-b02d-2291dc85dfaa | InvocationID=c3da5348-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:55:13+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a47188-2115-11ed-b02d-2291dc85dfaa | InvocationID=d2a476ba-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:55:19+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7bd204e-2115-11ed-b02d-2291dc85dfaa | InvocationID=c7bd2526-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:55:19+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ad0dda-2115-11ed-b02d-2291dc85dfaa | InvocationID=d6ad1014-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:55:19+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ad0dda-2115-11ed-b02d-2291dc85dfaa | InvocationID=d6ad1014-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:55:19+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ad0dda-2115-11ed-b02d-2291dc85dfaa | InvocationID=d6ad1014-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:55:37+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2a47188-2115-11ed-b02d-2291dc85dfaa | InvocationID=d2a476ba-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:55:37+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e16a0700-2115-11ed-b02d-2291dc85dfaa | InvocationID=e16a091c-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:55:44+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ad0dda-2115-11ed-b02d-2291dc85dfaa | InvocationID=d6ad1014-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:55:44+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e59bc4b2-2115-11ed-b02d-2291dc85dfaa | InvocationID=e59bc6ec-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:55:44+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e59bc4b2-2115-11ed-b02d-2291dc85dfaa | InvocationID=e59bc6ec-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:55:44+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e59bc4b2-2115-11ed-b02d-2291dc85dfaa | InvocationID=e59bc6ec-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:56:02+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e16a0700-2115-11ed-b02d-2291dc85dfaa | InvocationID=e16a091c-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:56:02+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02f016e-2115-11ed-b02d-2291dc85dfaa | InvocationID=f02f0380-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:56:09+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e59bc4b2-2115-11ed-b02d-2291dc85dfaa | InvocationID=e59bc6ec-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:56:09+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4898b26-2115-11ed-b02d-2291dc85dfaa | InvocationID=f4898d10-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:56:09+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4898b26-2115-11ed-b02d-2291dc85dfaa | InvocationID=f4898d10-2115-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:56:09+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4898b26-2115-11ed-b02d-2291dc85dfaa | InvocationID=f4898d10-2115-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:56:27+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f02f016e-2115-11ed-b02d-2291dc85dfaa | InvocationID=f02f0380-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:56:27+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fef71d58-2115-11ed-b02d-2291dc85dfaa | InvocationID=fef71f56-2115-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:56:34+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4898b26-2115-11ed-b02d-2291dc85dfaa | InvocationID=f4898d10-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:56:34+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03784032-2116-11ed-b02d-2291dc85dfaa | InvocationID=0378430c-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:56:35+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03784032-2116-11ed-b02d-2291dc85dfaa | InvocationID=0378430c-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:56:35+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03784032-2116-11ed-b02d-2291dc85dfaa | InvocationID=0378430c-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:56:52+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fef71d58-2115-11ed-b02d-2291dc85dfaa | InvocationID=fef71f56-2115-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:56:52+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc0e9c2-2116-11ed-b02d-2291dc85dfaa | InvocationID=0dc0ec24-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:57:00+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03784032-2116-11ed-b02d-2291dc85dfaa | InvocationID=0378430c-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:57:00+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1266686c-2116-11ed-b02d-2291dc85dfaa | InvocationID=12666a6a-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:57:00+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1266686c-2116-11ed-b02d-2291dc85dfaa | InvocationID=12666a6a-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:57:00+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1266686c-2116-11ed-b02d-2291dc85dfaa | InvocationID=12666a6a-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:57:16+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc0e9c2-2116-11ed-b02d-2291dc85dfaa | InvocationID=0dc0ec24-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:57:16+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8649e8-2116-11ed-b02d-2291dc85dfaa | InvocationID=1c864ccc-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:57:25+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1266686c-2116-11ed-b02d-2291dc85dfaa | InvocationID=12666a6a-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:57:25+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2154585c-2116-11ed-b02d-2291dc85dfaa | InvocationID=21545a3c-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:57:25+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2154585c-2116-11ed-b02d-2291dc85dfaa | InvocationID=21545a3c-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:57:25+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2154585c-2116-11ed-b02d-2291dc85dfaa | InvocationID=21545a3c-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:57:41+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c8649e8-2116-11ed-b02d-2291dc85dfaa | InvocationID=1c864ccc-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:57:41+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b4c6084-2116-11ed-b02d-2291dc85dfaa | InvocationID=2b4c62a0-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:57:50+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2154585c-2116-11ed-b02d-2291dc85dfaa | InvocationID=21545a3c-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:57:50+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304331f8-2116-11ed-b02d-2291dc85dfaa | InvocationID=30433464-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:57:50+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304331f8-2116-11ed-b02d-2291dc85dfaa | InvocationID=30433464-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:57:50+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304331f8-2116-11ed-b02d-2291dc85dfaa | InvocationID=30433464-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:58:06+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b4c6084-2116-11ed-b02d-2291dc85dfaa | InvocationID=2b4c62a0-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:58:06+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a119062-2116-11ed-b02d-2291dc85dfaa | InvocationID=3a11926a-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:58:15+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304331f8-2116-11ed-b02d-2291dc85dfaa | InvocationID=30433464-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:58:15+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f30e1b0-2116-11ed-b02d-2291dc85dfaa | InvocationID=3f30e7fa-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:58:15+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f30e1b0-2116-11ed-b02d-2291dc85dfaa | InvocationID=3f30e7fa-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:58:15+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f30e1b0-2116-11ed-b02d-2291dc85dfaa | InvocationID=3f30e7fa-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:58:31+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a119062-2116-11ed-b02d-2291dc85dfaa | InvocationID=3a11926a-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:58:31+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48d652d6-2116-11ed-b02d-2291dc85dfaa | InvocationID=48d654f2-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:58:40+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f30e1b0-2116-11ed-b02d-2291dc85dfaa | InvocationID=3f30e7fa-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:58:40+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e22d9ee-2116-11ed-b02d-2291dc85dfaa | InvocationID=4e22dbec-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:58:40+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e22d9ee-2116-11ed-b02d-2291dc85dfaa | InvocationID=4e22dbec-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:58:40+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e22d9ee-2116-11ed-b02d-2291dc85dfaa | InvocationID=4e22dbec-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:58:56+0000 | aai_event_thread | 140235939515168 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48d652d6-2116-11ed-b02d-2291dc85dfaa | InvocationID=48d654f2-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF AAI events.[0m 2022-08-21T05:58:56+0000 | aai_event_thread | 140235939515168 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=579bae74-2116-11ed-b02d-2291dc85dfaa | InvocationID=579bb086-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-08-21T05:59:05+0000 | policy_event_thread | 140235940576032 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e22d9ee-2116-11ed-b02d-2291dc85dfaa | InvocationID=4e22dbec-2116-11ed-b02d-2291dc85dfaa | Polling MR for XNF activation/deactivation policy response events.[0m 2022-08-21T05:59:05+0000 | policy_event_thread | 140235940576032 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1697d8-2116-11ed-b02d-2291dc85dfaa | InvocationID=5d169a8a-2116-11ed-b02d-2291dc85dfaa | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-08-21T05:59:05+0000 | policy_event_thread | 140235940576032 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1697d8-2116-11ed-b02d-2291dc85dfaa | InvocationID=5d169a8a-2116-11ed-b02d-2291dc85dfaa | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-08-21T05:59:05+0000 | policy_event_thread | 140235940576032 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1697d8-2116-11ed-b02d-2291dc85dfaa | InvocationID=5d169a8a-2116-11ed-b02d-2291dc85dfaa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m